Skip to content

Commit 5d77851

Browse files
author
SDKAuto
committed
CodeGen from PR 21600 in Azure/azure-rest-api-specs
Merge 6bd947784bb06016b64b1595a54759e57d4c5e2c into 45ea74d44ee277d35af78bd079f5c6f1b2c72ef4
1 parent 1064f39 commit 5d77851

22 files changed

+3449
-1343
lines changed

sdk/resourcemanager/resources/armresources/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+
## 2.0.0 (2022-11-18)
4+
### Breaking Changes
5+
6+
- Function `*TagsClient.UpdateAtScope` has been removed
7+
- Function `*TagsClient.CreateOrUpdateAtScope` has been removed
8+
- Function `*TagsClient.DeleteAtScope` has been removed
9+
- Struct `CloudError` has been removed
10+
- Struct `TagsClientCreateOrUpdateAtScopeOptions` has been removed
11+
- Struct `TagsClientDeleteAtScopeOptions` has been removed
12+
- Struct `TagsClientUpdateAtScopeOptions` has been removed
13+
14+
### Features Added
15+
16+
- New function `*TagsClient.BeginUpdateAtScope(context.Context, string, TagsPatchResource, *TagsClientBeginUpdateAtScopeOptions) (*runtime.Poller[TagsClientUpdateAtScopeResponse], error)`
17+
- New function `*TagsClient.BeginDeleteAtScope(context.Context, string, *TagsClientBeginDeleteAtScopeOptions) (*runtime.Poller[TagsClientDeleteAtScopeResponse], error)`
18+
- New function `*TagsClient.BeginCreateOrUpdateAtScope(context.Context, string, TagsResource, *TagsClientBeginCreateOrUpdateAtScopeOptions) (*runtime.Poller[TagsClientCreateOrUpdateAtScopeResponse], error)`
19+
- New struct `TagsClientBeginCreateOrUpdateAtScopeOptions`
20+
- New struct `TagsClientBeginDeleteAtScopeOptions`
21+
- New struct `TagsClientBeginUpdateAtScopeOptions`
22+
23+
324
## 1.0.0 (2022-05-16)
425

526
The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes.

sdk/resourcemanager/resources/armresources/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/4fd842fb73656039ec94ce367bcedee25a57bd18/specification/resources/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/4fd842fb73656039ec94ce367bcedee25a57bd18/specification/resources/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resources/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resources/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 1.0.0
11+
module-version: 2.0.0
1212
package-resources: true
1313
```

sdk/resourcemanager/resources/armresources/zz_generated_client.go renamed to sdk/resourcemanager/resources/armresources/client.go

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

sdk/resourcemanager/resources/armresources/zz_generated_constants.go renamed to sdk/resourcemanager/resources/armresources/constants.go

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

sdk/resourcemanager/resources/armresources/zz_generated_deploymentoperations_client.go renamed to sdk/resourcemanager/resources/armresources/deploymentoperations_client.go

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

0 commit comments

Comments
 (0)