Skip to content

Commit bb13bf9

Browse files
author
SDKAuto
committed
CodeGen from PR 20223 in Azure/azure-rest-api-specs
Merge c5d5693ce717200c1d4dbfed81b257cb53aeef6a into 7c840caa77ac200f43636930d82fc31cf117241e
1 parent 5e92ba5 commit bb13bf9

File tree

63 files changed

+212
-9503
lines changed

Some content is hidden

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

63 files changed

+212
-9503
lines changed

sdk/resourcemanager/compute/armcompute/CHANGELOG.md

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

3+
## 4.0.0 (2022-08-31)
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.BeginCreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, CloudService, *CloudServicesClientBeginCreateOrUpdateOptions)` to `(context.Context, string, string, *CloudServicesClientBeginCreateOrUpdateOptions)`
8+
- Function `*CloudServicesClient.BeginUpdate` parameter(s) have been changed from `(context.Context, string, string, CloudServiceUpdate, *CloudServicesClientBeginUpdateOptions)` to `(context.Context, string, string, *CloudServicesClientBeginUpdateOptions)`
9+
- Type of `SharingProfile.CommunityGalleryInfo` has been changed from `interface{}` to `*CommunityGalleryInfo`
10+
11+
### Features Added
12+
13+
- New field `OptimizedForFrequentAttach` in struct `DiskProperties`
14+
- New field `BurstingEnabledTime` in struct `DiskProperties`
15+
- New field `PerformancePlus` in struct `CreationData`
16+
- New field `DiskControllerTypes` in struct `SupportedCapabilities`
17+
- New field `IncrementalSnapshotFamilyID` in struct `SnapshotProperties`
18+
- New field `Parameters` in struct `CloudServicesClientBeginUpdateOptions`
19+
- New field `Parameters` in struct `CloudServicesClientBeginCreateOrUpdateOptions`
20+
- New field `Parameters` in struct `CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions`
21+
- New field `OptimizedForFrequentAttach` in struct `DiskUpdateProperties`
22+
23+
324
## 3.0.1 (2022-07-29)
425
### Other Changes
526
- 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_example_test.go

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

0 commit comments

Comments
 (0)