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
I have been able to deploy a scale set with an ARM template specifying a disk size property like this (using API version 2017-03-30) so I know it's possible:
Howdy @bpoland, thanks for your submission! This sort of issue must be fixed upstream of us a bit, and I've added an issue to the Open API Specs repository which quotes this one. (You can see a link directly above this comment.)
I'm going to close this issue in favor of the specs repository one, but please feel free to continue commenting and following along there!
Hi there,
Wondering if it would be possible to add support for resizing an OS disk when deploying a Virtual Machine Scale Set.
The standalone Virtual machine supports an OsDiskSizeInMB property:
azure-sdk-for-go/arm/compute/models.go
Line 2267 in c1ff183
However, the Scale Set is missing that property:
azure-sdk-for-go/arm/compute/models.go
Line 1994 in c1ff183
I have been able to deploy a scale set with an ARM template specifying a disk size property like this (using API version 2017-03-30) so I know it's possible:
Hope that makes sense -- thanks!
The text was updated successfully, but these errors were encountered: