You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resource: Microsoft.Compute/virtualMachines@2023-09-01
Using AzureCLI@2
When running our what-if against VMs we get the following noise that it wants to create the osDisk again:
~ Microsoft.Compute/virtualMachines/virtualmachine [2023-09-01]
+ properties.storageProfile.osDisk.diskSizeGB: 32
When in fact the osdisk doesn't get changed, it already has the disk present and attached/reserved.
This seems to be only the case with VMs that are deallocated.
Kind regards
The text was updated successfully, but these errors were encountered:
Hi
Resource: Microsoft.Compute/virtualMachines@2023-09-01
Using AzureCLI@2
When running our what-if against VMs we get the following noise that it wants to create the osDisk again:
~ Microsoft.Compute/virtualMachines/virtualmachine [2023-09-01]
+ properties.storageProfile.osDisk.diskSizeGB: 32
When in fact the osdisk doesn't get changed, it already has the disk present and attached/reserved.
This seems to be only the case with VMs that are deallocated.
Kind regards
The text was updated successfully, but these errors were encountered: