29.2.0b2 (2023-04-12)
Features Added
- Model VirtualMachineScaleSetVMInstanceView has a new parameter computer_name
- Model VirtualMachineScaleSetVMInstanceView has a new parameter hyper_v_generation
- Model VirtualMachineScaleSetVMInstanceView has a new parameter os_name
- Model VirtualMachineScaleSetVMInstanceView has a new parameter os_version
Breaking Changes
- All query and header parameters are now keyword-only
- Removed api version subfolders. This means you can no longer access any
azure.mgmt.compute.v20xx_xx_xx
modules. - Removed
.models
method fromComputeManagementClient
. Instead, import models fromazure.mgmt.compute.models
. - Model VirtualMachineScaleSetIPConfiguration no longer has parameter id
- Model VirtualMachineScaleSetNetworkConfiguration no longer has parameter id
Other Changes
- Initial stable release with our new combined multiapi package. Package size is now 5% of what it used to be.