Skip to content

Commit

Permalink
typeHandlerVersion updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danycontre committed Sep 19, 2024
1 parent aaa6bee commit 2510507
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion avm/1.0.0/res/compute/virtual-machine/extension/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource virtualMachine 'Microsoft.Compute/virtualMachines@2022-11-01' existing
name: virtualMachineName
}

resource extension 'Microsoft.Compute/virtualMachines/extensions@2022-11-01' = {
resource extension 'Microsoft.Compute/virtualMachines/extensions@2023-09-01' = {
name: name
parent: virtualMachine
location: location
Expand Down
Loading

0 comments on commit 2510507

Please sign in to comment.