Skip to content

Commit 76645a9

Browse files
author
SDKAuto
committed
CodeGen from PR 20223 in Azure/azure-rest-api-specs
Merge c5d5693ce717200c1d4dbfed81b257cb53aeef6a into 1130b19effc5750f7c679cd615d8a3c3ba88bc95
1 parent bfde526 commit 76645a9

File tree

94 files changed

+213
-9600
lines changed

Some content is hidden

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

94 files changed

+213
-9600
lines changed

sdk/resourcemanager/compute/armcompute/CHANGELOG.md

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

3+
## 4.0.0 (2022-09-14)
4+
### Breaking Changes
5+
6+
- Function `*CloudServicesUpdateDomainClient.BeginWalkUpdateDomain` parameter(s) have been changed from `(context.Context, string, string, int32, UpdateDomain, *CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions)` to `(context.Context, string, string, int32, *CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions)`
7+
- Function `*CloudServicesClient.BeginUpdate` parameter(s) have been changed from `(context.Context, string, string, CloudServiceUpdate, *CloudServicesClientBeginUpdateOptions)` to `(context.Context, string, string, *CloudServicesClientBeginUpdateOptions)`
8+
- Function `*CloudServicesClient.BeginCreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, CloudService, *CloudServicesClientBeginCreateOrUpdateOptions)` to `(context.Context, string, string, *CloudServicesClientBeginCreateOrUpdateOptions)`
9+
- Type of `SharingProfile.CommunityGalleryInfo` has been changed from `interface{}` to `*CommunityGalleryInfo`
10+
- Struct `CloudError` has been removed
11+
12+
### Features Added
13+
14+
- New field `BurstingEnabledTime` in struct `DiskProperties`
15+
- New field `OptimizedForFrequentAttach` in struct `DiskProperties`
16+
- New field `PerformancePlus` in struct `CreationData`
17+
- New field `Parameters` in struct `CloudServicesClientBeginUpdateOptions`
18+
- New field `Parameters` in struct `CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions`
19+
- New field `DiskControllerTypes` in struct `SupportedCapabilities`
20+
- New field `OptimizedForFrequentAttach` in struct `DiskUpdateProperties`
21+
- New field `Parameters` in struct `CloudServicesClientBeginCreateOrUpdateOptions`
22+
- New field `IncrementalSnapshotFamilyID` in struct `SnapshotProperties`
23+
24+
325
## 3.0.1 (2022-07-29)
426
### Other Changes
527
- Fix wrong module import for live test

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

sdk/resourcemanager/compute/armcompute/availabilitysets_client.go

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

sdk/resourcemanager/compute/armcompute/availabilitysets_client_example_test.go

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

sdk/resourcemanager/compute/armcompute/capacityreservationgroups_client.go

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

0 commit comments

Comments
 (0)