Skip to content

Commit

Permalink
CodeGen from PR 20223 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge fabe31d5da18252c423d7eff5817709cb7d8ed12 into f842bc69f4c215ad60ffae63ef517c201772f8b2
  • Loading branch information
SDKAuto committed Aug 12, 2022
1 parent fff2333 commit ae5713e
Show file tree
Hide file tree
Showing 63 changed files with 212 additions and 9,503 deletions.
21 changes: 21 additions & 0 deletions sdk/resourcemanager/compute/armcompute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Release History

## 4.0.0 (2022-08-12)
### Breaking Changes

- Function `*CloudServicesClient.BeginUpdate` parameter(s) have been changed from `(context.Context, string, string, CloudServiceUpdate, *CloudServicesClientBeginUpdateOptions)` to `(context.Context, string, string, *CloudServicesClientBeginUpdateOptions)`
- Function `*CloudServicesClient.BeginCreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, CloudService, *CloudServicesClientBeginCreateOrUpdateOptions)` to `(context.Context, string, string, *CloudServicesClientBeginCreateOrUpdateOptions)`
- Function `*CloudServicesUpdateDomainClient.BeginWalkUpdateDomain` parameter(s) have been changed from `(context.Context, string, string, int32, UpdateDomain, *CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions)` to `(context.Context, string, string, int32, *CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions)`
- Type of `SharingProfile.CommunityGalleryInfo` has been changed from `interface{}` to `*CommunityGalleryInfo`

### Features Added

- New field `OptimizedForFrequentAttach` in struct `DiskUpdateProperties`
- New field `Parameters` in struct `CloudServicesClientBeginCreateOrUpdateOptions`
- New field `PerformancePlus` in struct `CreationData`
- New field `IncrementalSnapshotFamilyID` in struct `SnapshotProperties`
- New field `Parameters` in struct `CloudServicesClientBeginUpdateOptions`
- New field `Parameters` in struct `CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions`
- New field `DiskControllerTypes` in struct `SupportedCapabilities`
- New field `OptimizedForFrequentAttach` in struct `DiskProperties`
- New field `BurstingEnabledTime` in struct `DiskProperties`


## 3.0.1 (2022-07-29)
### Other Changes
- Fix wrong module import for live test
Expand Down
6 changes: 3 additions & 3 deletions sdk/resourcemanager/compute/armcompute/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/cf3574813e15bb33b3cb610f44edfcbebd8b1b23/specification/compute/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/cf3574813e15bb33b3cb610f44edfcbebd8b1b23/specification/compute/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/compute/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/compute/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 3.0.1
module-version: 4.0.0
```

This file was deleted.

Loading

0 comments on commit ae5713e

Please sign in to comment.