|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 5.0.0 (2023-05-22) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `RestorePointSourceVMDataDisk.DiskRestorePoint` has been changed from `*APIEntityReference` to `*DiskRestorePointAttributes` |
| 7 | +- Type of `RestorePointSourceVMOSDisk.DiskRestorePoint` has been changed from `*APIEntityReference` to `*DiskRestorePointAttributes` |
| 8 | +- Field `ID` of struct `VirtualMachineScaleSetIPConfiguration` has been removed |
| 9 | +- Field `ID` of struct `VirtualMachineScaleSetNetworkConfiguration` has been removed |
| 10 | +- Field `ID` of struct `VirtualMachineScaleSetUpdateIPConfiguration` has been removed |
| 11 | +- Field `ID` of struct `VirtualMachineScaleSetUpdateNetworkConfiguration` has been removed |
| 12 | + |
| 13 | +### Features Added |
| 14 | + |
| 15 | +- New enum type `ExpandTypeForListVMs` with values `ExpandTypeForListVMsInstanceView` |
| 16 | +- New enum type `ExpandTypesForListVMs` with values `ExpandTypesForListVMsInstanceView` |
| 17 | +- New enum type `RestorePointEncryptionType` with values `RestorePointEncryptionTypeEncryptionAtRestWithCustomerKey`, `RestorePointEncryptionTypeEncryptionAtRestWithPlatformAndCustomerKeys`, `RestorePointEncryptionTypeEncryptionAtRestWithPlatformKey` |
| 18 | +- New function `*DedicatedHostsClient.NewListAvailableSizesPager(string, string, string, *DedicatedHostsClientListAvailableSizesOptions) *runtime.Pager[DedicatedHostsClientListAvailableSizesResponse]` |
| 19 | +- New function `*VirtualMachineScaleSetsClient.BeginReapply(context.Context, string, string, *VirtualMachineScaleSetsClientBeginReapplyOptions) (*runtime.Poller[VirtualMachineScaleSetsClientReapplyResponse], error)` |
| 20 | +- New struct `CommunityGalleryMetadata` |
| 21 | +- New struct `CommunityGalleryProperties` |
| 22 | +- New struct `DedicatedHostSizeListResult` |
| 23 | +- New struct `DiskRestorePointAttributes` |
| 24 | +- New struct `RestorePointEncryption` |
| 25 | +- New struct `RunCommandManagedIdentity` |
| 26 | +- New struct `SecurityPostureReference` |
| 27 | +- New struct `SharedGalleryProperties` |
| 28 | +- New field `Properties` in struct `CommunityGallery` |
| 29 | +- New field `ArtifactTags`, `Disclaimer` in struct `CommunityGalleryImageProperties` |
| 30 | +- New field `ArtifactTags`, `Disclaimer` in struct `CommunityGalleryImageVersionProperties` |
| 31 | +- New field `SKU` in struct `DedicatedHostUpdate` |
| 32 | +- New field `BypassPlatformSafetyChecksOnUserSchedule` in struct `LinuxVMGuestPatchAutomaticByPlatformSettings` |
| 33 | +- New field `HyperVGeneration` in struct `RestorePointSourceMetadata` |
| 34 | +- New field `WriteAcceleratorEnabled` in struct `RestorePointSourceVMDataDisk` |
| 35 | +- New field `WriteAcceleratorEnabled` in struct `RestorePointSourceVMOSDisk` |
| 36 | +- New field `Properties` in struct `SharedGallery` |
| 37 | +- New field `ArtifactTags` in struct `SharedGalleryImageProperties` |
| 38 | +- New field `ArtifactTags` in struct `SharedGalleryImageVersionProperties` |
| 39 | +- New field `ProvisionAfterExtensions` in struct `VirtualMachineExtensionProperties` |
| 40 | +- New field `ErrorBlobManagedIdentity`, `OutputBlobManagedIdentity`, `TreatFailureAsDeploymentFailure` in struct `VirtualMachineRunCommandProperties` |
| 41 | +- New field `ScriptURIManagedIdentity` in struct `VirtualMachineRunCommandScriptSource` |
| 42 | +- New field `PriorityMixPolicy`, `SpotRestorePolicy` in struct `VirtualMachineScaleSetUpdateProperties` |
| 43 | +- New field `Location` in struct `VirtualMachineScaleSetVMExtension` |
| 44 | +- New field `SecurityPostureReference` in struct `VirtualMachineScaleSetVMProfile` |
| 45 | +- New field `Hibernate` in struct `VirtualMachineScaleSetsClientBeginDeallocateOptions` |
| 46 | +- New field `Expand` in struct `VirtualMachinesClientListAllOptions` |
| 47 | +- New field `Expand` in struct `VirtualMachinesClientListOptions` |
| 48 | +- New field `BypassPlatformSafetyChecksOnUserSchedule` in struct `WindowsVMGuestPatchAutomaticByPlatformSettings` |
| 49 | + |
| 50 | + |
3 | 51 | ## 4.2.1 (2023-04-14)
|
4 | 52 | ### Bug Fixes
|
5 | 53 |
|
|
0 commit comments