Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/appconfiguration/armappconfiguration/2.…
Browse files Browse the repository at this point in the history
…0.0 (#20589)

* [Release] sdk/resourcemanager/appconfiguration/armappconfiguration/2.0.0 generation from spec commit: 1f22d4dbd99b0fe347ad79e79d4eb1ed44a87291

* update

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Alancere <804873052@qq.com>
  • Loading branch information
azure-sdk and Alancere committed Apr 26, 2023
1 parent 774be4d commit 6458592
Show file tree
Hide file tree
Showing 20 changed files with 1,270 additions and 242 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release History

## 2.0.0 (2023-04-28)
### Breaking Changes

- Function `*KeyValuesClient.NewListByConfigurationStorePager` has been removed

### Features Added

- New enum type `ReplicaProvisioningState` with values `ReplicaProvisioningStateCanceled`, `ReplicaProvisioningStateCreating`, `ReplicaProvisioningStateDeleting`, `ReplicaProvisioningStateFailed`, `ReplicaProvisioningStateSucceeded`
- New function `*ClientFactory.NewReplicasClient() *ReplicasClient`
- New function `NewReplicasClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ReplicasClient, error)`
- New function `*ReplicasClient.BeginCreate(context.Context, string, string, string, Replica, *ReplicasClientBeginCreateOptions) (*runtime.Poller[ReplicasClientCreateResponse], error)`
- New function `*ReplicasClient.BeginDelete(context.Context, string, string, string, *ReplicasClientBeginDeleteOptions) (*runtime.Poller[ReplicasClientDeleteResponse], error)`
- New function `*ReplicasClient.Get(context.Context, string, string, string, *ReplicasClientGetOptions) (ReplicasClientGetResponse, error)`
- New function `*ReplicasClient.NewListByConfigurationStorePager(string, string, *ReplicasClientListByConfigurationStoreOptions) *runtime.Pager[ReplicasClientListByConfigurationStoreResponse]`
- New struct `Replica`
- New struct `ReplicaListResult`
- New struct `ReplicaProperties`


## 1.1.1 (2023-04-14)
### Bug Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/c767823fdfd9d5e96bad245e3ea4d14d94a716bb/specification/appconfiguration/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/c767823fdfd9d5e96bad245e3ea4d14d94a716bb/specification/appconfiguration/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/1f22d4dbd99b0fe347ad79e79d4eb1ed44a87291/specification/appconfiguration/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/1f22d4dbd99b0fe347ad79e79d4eb1ed44a87291/specification/appconfiguration/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.1.1
module-version: 2.0.0
tag: package-2023-03-01
```

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

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

Loading

0 comments on commit 6458592

Please sign in to comment.