1.7.0-beta.2 (2024-12-11)
Features Added
- Please use the properties in
VirtualMachineScaleSetData.Properties
to set the properties of the VMSS, instead of using those properties at the root level ofVirtualMachineScaleSetData
class. - Please use the properties in
VirtualMachineScaleSetPatch.Properties
to set the properties of the VMSS, instead of using those properties at the root level ofVirtualMachineScaleSetPatch
class. - Added
VirtualMachineScaleSetProperties
which supportsAdditionalProperties
to send and receive private/internal properties supported by the service. - Added
AdditionalProperties
toVirtualMachineSizeProperties
andVirtualMachineScaleSetUpgradePolicy
classes to support private/internal properties supported by the service.