Skip to content

Commit 510475c

Browse files
author
SDKAuto
committed
CodeGen from PR 17988 in Azure/azure-rest-api-specs
Merge efb324c39958e927ada65376abb8b0f3c33c491d into 398da0c0e050b5f39857661d1b104056ad48c0a2
1 parent a516802 commit 510475c

File tree

82 files changed

+420
-9601
lines changed

Some content is hidden

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

82 files changed

+420
-9601
lines changed

sdk/resourcemanager/compute/armcompute/CHANGELOG.md

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

3+
## 0.8.0 (2022-05-02)
4+
### Breaking Changes
5+
6+
- Type of `DiskRestorePointReplicationStatus.Status` has been changed from `interface{}` to `*InstanceViewStatus`
7+
- Type of `DiskRestorePointInstanceView.ReplicationStatus` has been changed from `interface{}` to `*DiskRestorePointReplicationStatus`
8+
9+
### Features Added
10+
11+
- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingUnknown`
12+
- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingIfRequired`
13+
- New const `StorageAccountTypesPremiumV2LRS`
14+
- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingIfRequired`
15+
- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingNever`
16+
- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingAlways`
17+
- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingNever`
18+
- New const `LinuxVMGuestPatchAutomaticByPlatformRebootSettingAlways`
19+
- New const `WindowsVMGuestPatchAutomaticByPlatformRebootSettingUnknown`
20+
- New function `ProximityPlacementGroupPropertiesIntent.MarshalJSON() ([]byte, error)`
21+
- New function `PossibleLinuxVMGuestPatchAutomaticByPlatformRebootSettingValues() []LinuxVMGuestPatchAutomaticByPlatformRebootSetting`
22+
- New function `ResourceWithOptionalLocation.MarshalJSON() ([]byte, error)`
23+
- New function `PossibleWindowsVMGuestPatchAutomaticByPlatformRebootSettingValues() []WindowsVMGuestPatchAutomaticByPlatformRebootSetting`
24+
- New struct `DedicatedHostGroupPropertiesAdditionalCapabilities`
25+
- New struct `LinuxVMGuestPatchAutomaticByPlatformSettings`
26+
- New struct `ProximityPlacementGroupPropertiesIntent`
27+
- New struct `ResourceWithOptionalLocation`
28+
- New struct `WindowsVMGuestPatchAutomaticByPlatformSettings`
29+
- New field `TreatFailureAsDeploymentFailure` in struct `VMGalleryApplication`
30+
- New field `EnableAutomaticUpgrade` in struct `VMGalleryApplication`
31+
- New field `AutomaticByPlatformSettings` in struct `PatchSettings`
32+
- New field `CompletionPercent` in struct `DiskRestorePointReplicationStatus`
33+
- New field `Intent` in struct `ProximityPlacementGroupProperties`
34+
- New field `DeleteOption` in struct `VirtualMachineScaleSetDataDisk`
35+
- New field `Zones` in struct `ProximityPlacementGroup`
36+
- New field `DeleteOption` in struct `VirtualMachineScaleSetOSDisk`
37+
- New field `Identity` in struct `VirtualMachineScaleSetVM`
38+
- New field `DeleteOption` in struct `VirtualMachineScaleSetUpdateOSDisk`
39+
- New field `UseRollingUpgradePolicy` in struct `AutomaticOSUpgradePolicy`
40+
- New field `AdditionalCapabilities` in struct `DedicatedHostGroupProperties`
41+
- New field `AutomaticByPlatformSettings` in struct `LinuxPatchSettings`
42+
43+
344
## 0.7.0 (2022-04-15)
445
### Breaking Changes
546

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/cc26f1d28c939bbcde00a29aa8958b3eebb10cea/specification/compute/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/cc26f1d28c939bbcde00a29aa8958b3eebb10cea/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.7.0
11+
module-version: 0.8.0
1212
```

sdk/resourcemanager/compute/armcompute/go.mod

Lines changed: 2 additions & 2 deletions
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
9-
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v0.4.0
8+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v0.5.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/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 h1:sLZ/Y+P/5RRtsXWylBjB5lk
66
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1/go.mod h1:KLF4gFr6DcKFZwSuH8w8yEK6DpFl3LP5rhdvAb7Yz5I=
77
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal v0.3.0 h1:gYG7I0WxtCnHSWOFLbWCHLBWr+yzI5UeU9KuGZajf5U=
88
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal v0.3.0/go.mod h1:bwEUbGO8V/7KcrqwO14ADZ0m4AkTvSKx3ma68FRc3Bg=
9-
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v0.4.0 h1:VNxCIK7KSqUWIRd8f+0NmDfwcLesigWKNffSMJ6uYIo=
10-
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v0.4.0/go.mod h1:AzPq7EbLxPd3Q2v82xnS3ngMYjcEjoAQqfER9JYkbzg=
9+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v0.5.0 h1:MO5J5T4gxCjZsFV4uZZ3zeFx11q/TW9j8rdt7/yqSOg=
10+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v0.5.0/go.mod h1:AzPq7EbLxPd3Q2v82xnS3ngMYjcEjoAQqfER9JYkbzg=
1111
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v0.4.0 h1:TSBK+EXu33WBNrYhWmOecKJAl4z1Z5dtbDmqOzd1zGk=
1212
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v0.4.0/go.mod h1:tt77DwGu+r0Ued27YQPhiW8h8YWpYwpfOfi5uRpRMTg=
1313
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 h1:WVsrXCnHlDDX8ls+tootqRE87/hL9S/g4ewig9RsD/c=

sdk/resourcemanager/compute/armcompute/ze_generated_example_availabilitysets_client_test.go

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

0 commit comments

Comments
 (0)