Skip to content

Commit

Permalink
CodeGen from PR 18581 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 7f29b38856774493127a162f283bc09623b7ef42 into f0d1568886f2fa655d8c259264efced0bbbd8e3e
  • Loading branch information
SDKAuto committed Apr 14, 2022
1 parent 878dff8 commit 5cdf211
Show file tree
Hide file tree
Showing 86 changed files with 381 additions and 10,594 deletions.
45 changes: 45 additions & 0 deletions sdk/resourcemanager/compute/armcompute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# Release History

## 0.7.0 (2022-04-14)
### Breaking Changes

- Const `ArchitectureX64` has been removed
- Const `ArchitectureArm64` has been removed
- Const `DataAccessAuthModeNone` has been removed
- Const `DataAccessAuthModeAzureActiveDirectory` has been removed
- Const `ArchitectureTypesArm64` has been removed
- Const `ArchitectureTypesX64` has been removed
- Function `PossibleDataAccessAuthModeValues` has been removed
- Function `PossibleArchitectureTypesValues` has been removed
- Function `PossibleArchitectureValues` has been removed
- Field `Architecture` of struct `SupportedCapabilities` has been removed
- Field `Architecture` of struct `VirtualMachineImageProperties` has been removed
- Field `DataAccessAuthMode` of struct `SnapshotUpdateProperties` has been removed
- Field `Architecture` of struct `GalleryImageProperties` has been removed
- Field `DataAccessAuthMode` of struct `DiskUpdateProperties` has been removed
- Field `DataAccessAuthMode` of struct `SnapshotProperties` has been removed
- Field `DataAccessAuthMode` of struct `DiskProperties` has been removed

### Features Added

- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingUnknown`
- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingAlways`
- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingIfRequired`
- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingAlways`
- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingUnknown`
- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingNever`
- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingNever`
- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingIfRequired`
- New function `ProximityPlacementGroupPropertiesIntent.MarshalJSON() ([]byte, error)`
- New function `PossibleLinuxVMGuestPatchAutomaticByPlatformRebootSettingValues() []LinuxVMGuestPatchAutomaticByPlatformRebootSetting`
- New function `PossibleWindowsVMGuestPatchAutomaticByPlatformRebootSettingValues() []WindowsVMGuestPatchAutomaticByPlatformRebootSetting`
- New struct `DedicatedHostGroupPropertiesAdditionalCapabilities`
- New struct `LinuxVMGuestPatchAutomaticByPlatformSettings`
- New struct `ProximityPlacementGroupPropertiesIntent`
- New struct `WindowsVMGuestPatchAutomaticByPlatformSettings`
- New field `Intent` in struct `ProximityPlacementGroupProperties`
- New field `AdditionalCapabilities` in struct `DedicatedHostGroupProperties`
- New field `AutomaticByPlatformSettings` in struct `PatchSettings`
- New field `Zones` in struct `ProximityPlacementGroup`
- New field `UseRollingUpgradePolicy` in struct `AutomaticOSUpgradePolicy`
- New field `AutomaticByPlatformSettings` in struct `LinuxPatchSettings`


## 0.6.0 (2022-04-13)
### Breaking Changes

Expand Down
6 changes: 3 additions & 3 deletions sdk/resourcemanager/compute/armcompute/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/c5c5e1d0c31a0ceccda42505d6e872ff303d1c80/specification/compute/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/c5c5e1d0c31a0ceccda42505d6e872ff303d1c80/specification/compute/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/compute/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/compute/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 0.6.0
module-version: 0.7.0
```
2 changes: 1 addition & 1 deletion sdk/resourcemanager/compute/armcompute/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ go 1.18

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.14.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal v0.3.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v0.4.0
github.com/stretchr/testify v1.7.0
)

require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.14.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 // indirect
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v0.4.0 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect
Expand Down

This file was deleted.

Loading

0 comments on commit 5cdf211

Please sign in to comment.