Skip to content

Commit eab69cd

Browse files
author
SDKAuto
committed
CodeGen from PR 20101 in Azure/azure-rest-api-specs
Merge 25cb659035e4095ab46168d7b75a1372681255e9 into f842bc69f4c215ad60ffae63ef517c201772f8b2
1 parent 2063c3f commit eab69cd

File tree

58 files changed

+59
-9407
lines changed

Some content is hidden

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

58 files changed

+59
-9407
lines changed

sdk/resourcemanager/compute/armcompute/CHANGELOG.md

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

3+
## 4.0.0 (2022-08-12)
4+
### Breaking Changes
5+
6+
- Function `*CloudServicesClient.BeginUpdate` parameter(s) have been changed from `(context.Context, string, string, CloudServiceUpdate, *CloudServicesClientBeginUpdateOptions)` to `(context.Context, string, string, *CloudServicesClientBeginUpdateOptions)`
7+
- Function `*CloudServicesUpdateDomainClient.BeginWalkUpdateDomain` parameter(s) have been changed from `(context.Context, string, string, int32, UpdateDomain, *CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions)` to `(context.Context, string, string, int32, *CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions)`
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+
11+
### Features Added
12+
13+
- New field `Parameters` in struct `CloudServicesClientBeginCreateOrUpdateOptions`
14+
- New field `Parameters` in struct `CloudServicesClientBeginUpdateOptions`
15+
- New field `Parameters` in struct `CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions`
16+
17+
318
## 3.0.1 (2022-07-29)
419
### Other Changes
520
- 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)