|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 0.8.0 (2022-04-18) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Const `ArchitectureTypesArm64` has been removed |
| 7 | +- Const `ArchitectureTypesX64` has been removed |
| 8 | +- Const `DataAccessAuthModeAzureActiveDirectory` has been removed |
| 9 | +- Const `DataAccessAuthModeNone` has been removed |
| 10 | +- Function `PossibleDataAccessAuthModeValues` has been removed |
| 11 | +- Function `PossibleArchitectureTypesValues` has been removed |
| 12 | +- Field `DataAccessAuthMode` of struct `DiskUpdateProperties` has been removed |
| 13 | +- Field `DataAccessAuthMode` of struct `SnapshotProperties` has been removed |
| 14 | +- Field `DataAccessAuthMode` of struct `DiskProperties` has been removed |
| 15 | +- Field `Architecture` of struct `SupportedCapabilities` has been removed |
| 16 | +- Field `Architecture` of struct `VirtualMachineImageProperties` has been removed |
| 17 | +- Field `DataAccessAuthMode` of struct `SnapshotUpdateProperties` has been removed |
| 18 | + |
| 19 | +### Features Added |
| 20 | + |
| 21 | +- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingAlways` |
| 22 | +- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingAlways` |
| 23 | +- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingIfRequired` |
| 24 | +- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingUnknown` |
| 25 | +- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingNever` |
| 26 | +- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingNever` |
| 27 | +- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingIfRequired` |
| 28 | +- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingUnknown` |
| 29 | +- New function `PossibleLinuxVMGuestPatchAutomaticByPlatformRebootSettingValues() []LinuxVMGuestPatchAutomaticByPlatformRebootSetting` |
| 30 | +- New function `ProximityPlacementGroupPropertiesIntent.MarshalJSON() ([]byte, error)` |
| 31 | +- New function `PossibleWindowsVMGuestPatchAutomaticByPlatformRebootSettingValues() []WindowsVMGuestPatchAutomaticByPlatformRebootSetting` |
| 32 | +- New struct `DedicatedHostGroupPropertiesAdditionalCapabilities` |
| 33 | +- New struct `LinuxVMGuestPatchAutomaticByPlatformSettings` |
| 34 | +- New struct `ProximityPlacementGroupPropertiesIntent` |
| 35 | +- New struct `WindowsVMGuestPatchAutomaticByPlatformSettings` |
| 36 | +- New field `UseRollingUpgradePolicy` in struct `AutomaticOSUpgradePolicy` |
| 37 | +- New field `AdditionalCapabilities` in struct `DedicatedHostGroupProperties` |
| 38 | +- New field `AutomaticByPlatformSettings` in struct `LinuxPatchSettings` |
| 39 | +- New field `AutomaticByPlatformSettings` in struct `PatchSettings` |
| 40 | +- New field `Zones` in struct `ProximityPlacementGroup` |
| 41 | +- New field `Intent` in struct `ProximityPlacementGroupProperties` |
| 42 | + |
| 43 | + |
3 | 44 | ## 0.7.0 (2022-04-15)
|
4 | 45 | ### Breaking Changes
|
5 | 46 |
|
|
0 commit comments