Skip to content

Commit 5cdf211

Browse files
author
SDKAuto
committed
CodeGen from PR 18581 in Azure/azure-rest-api-specs
Merge 7f29b38856774493127a162f283bc09623b7ef42 into f0d1568886f2fa655d8c259264efced0bbbd8e3e
1 parent 878dff8 commit 5cdf211

File tree

86 files changed

+381
-10594
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+381
-10594
lines changed

sdk/resourcemanager/compute/armcompute/CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# Release History
22

3+
## 0.7.0 (2022-04-14)
4+
### Breaking Changes
5+
6+
- Const `ArchitectureX64` has been removed
7+
- Const `ArchitectureArm64` has been removed
8+
- Const `DataAccessAuthModeNone` has been removed
9+
- Const `DataAccessAuthModeAzureActiveDirectory` has been removed
10+
- Const `ArchitectureTypesArm64` has been removed
11+
- Const `ArchitectureTypesX64` has been removed
12+
- Function `PossibleDataAccessAuthModeValues` has been removed
13+
- Function `PossibleArchitectureTypesValues` has been removed
14+
- Function `PossibleArchitectureValues` 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+
- Field `Architecture` of struct `GalleryImageProperties` has been removed
19+
- Field `DataAccessAuthMode` of struct `DiskUpdateProperties` has been removed
20+
- Field `DataAccessAuthMode` of struct `SnapshotProperties` has been removed
21+
- Field `DataAccessAuthMode` of struct `DiskProperties` has been removed
22+
23+
### Features Added
24+
25+
- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingUnknown`
26+
- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingAlways`
27+
- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingIfRequired`
28+
- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingAlways`
29+
- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingUnknown`
30+
- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingNever`
31+
- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingNever`
32+
- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingIfRequired`
33+
- New function `ProximityPlacementGroupPropertiesIntent.MarshalJSON() ([]byte, error)`
34+
- New function `PossibleLinuxVMGuestPatchAutomaticByPlatformRebootSettingValues() []LinuxVMGuestPatchAutomaticByPlatformRebootSetting`
35+
- New function `PossibleWindowsVMGuestPatchAutomaticByPlatformRebootSettingValues() []WindowsVMGuestPatchAutomaticByPlatformRebootSetting`
36+
- New struct `DedicatedHostGroupPropertiesAdditionalCapabilities`
37+
- New struct `LinuxVMGuestPatchAutomaticByPlatformSettings`
38+
- New struct `ProximityPlacementGroupPropertiesIntent`
39+
- New struct `WindowsVMGuestPatchAutomaticByPlatformSettings`
40+
- New field `Intent` in struct `ProximityPlacementGroupProperties`
41+
- New field `AdditionalCapabilities` in struct `DedicatedHostGroupProperties`
42+
- New field `AutomaticByPlatformSettings` in struct `PatchSettings`
43+
- New field `Zones` in struct `ProximityPlacementGroup`
44+
- New field `UseRollingUpgradePolicy` in struct `AutomaticOSUpgradePolicy`
45+
- New field `AutomaticByPlatformSettings` in struct `LinuxPatchSettings`
46+
47+
348
## 0.6.0 (2022-04-13)
449
### Breaking Changes
550

sdk/resourcemanager/compute/armcompute/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/c5c5e1d0c31a0ceccda42505d6e872ff303d1c80/specification/compute/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/c5c5e1d0c31a0ceccda42505d6e872ff303d1c80/specification/compute/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/compute/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/compute/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 0.6.0
11+
module-version: 0.7.0
1212
```

sdk/resourcemanager/compute/armcompute/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ go 1.18
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0
7-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.14.0
87
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal v0.3.0
98
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v0.4.0
109
github.com/stretchr/testify v1.7.0
1110
)
1211

1312
require (
13+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.14.0 // indirect
1414
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 // indirect
1515
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v0.4.0 // indirect
1616
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect

sdk/resourcemanager/compute/armcompute/ze_generated_example_availabilitysets_client_test.go

Lines changed: 0 additions & 228 deletions
This file was deleted.

0 commit comments

Comments
 (0)