Skip to content

Commit 51cae56

Browse files
author
SDKAuto
committed
CodeGen from PR 23113 in Azure/azure-rest-api-specs
Merge 69a515772e5f9f9dcffc5c4ce5417a43c01fa791 into 60409c88873e5bad6c4e598f5dbde8f6d4e35b96
1 parent 09e1d3d commit 51cae56

File tree

112 files changed

+1706
-44296
lines changed

Some content is hidden

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

112 files changed

+1706
-44296
lines changed

sdk/resourcemanager/compute/armcompute/CHANGELOG.md

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

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+
351
## 4.2.1 (2023-04-14)
452
### Bug Fixes
553

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

sdk/resourcemanager/compute/armcompute/availabilityset_live_test.go

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

sdk/resourcemanager/compute/armcompute/availabilitysets_client.go

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)