Skip to content

Commit

Permalink
CodeGen from PR 20079 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3c59378381f6f45b5cbb2f508f4aba2dfc57c8be into 5dba384f4781aeb0af324bbb4005d587ef57847c
  • Loading branch information
SDKAuto committed Aug 17, 2022
1 parent a9263e0 commit f31a5b6
Show file tree
Hide file tree
Showing 83 changed files with 537 additions and 9,831 deletions.
17 changes: 17 additions & 0 deletions sdk/resourcemanager/compute/armcompute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release History

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

- Function `*CloudServicesUpdateDomainClient.BeginWalkUpdateDomain` parameter(s) have been changed from `(context.Context, string, string, int32, UpdateDomain, *CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions)` to `(context.Context, string, string, int32, *CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions)`
- 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)`
- Type of `SharingProfile.CommunityGalleryInfo` has been changed from `interface{}` to `*CommunityGalleryInfo`

### Features Added

- New struct `PriorityMixPolicy`
- New field `Parameters` in struct `CloudServicesClientBeginUpdateOptions`
- New field `Parameters` in struct `CloudServicesClientBeginCreateOrUpdateOptions`
- New field `PriorityMixPolicy` in struct `VirtualMachineScaleSetProperties`
- New field `Parameters` in struct `CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions`


## 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
```
28 changes: 14 additions & 14 deletions sdk/resourcemanager/compute/armcompute/availabilitysets_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading

0 comments on commit f31a5b6

Please sign in to comment.