Skip to content

Commit

Permalink
CodeGen from PR 3461 in test-repo-billy/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge ae371fa064dfef97d1ae6ed7d1d0ca24e23d11c1 into 280602975898abe4f5acc57b440b5057c3fbf1f8
  • Loading branch information
SDKAuto committed Aug 9, 2024
1 parent fdfd924 commit 9ece9fa
Show file tree
Hide file tree
Showing 715 changed files with 71,857 additions and 52,671 deletions.
17 changes: 17 additions & 0 deletions sdk/resourcemanager/apicenter/armapicenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release History

## 1.1.0-beta.1 (2024-08-09)
### Features Added

- New function `*ClientFactory.NewDeletedServicesClient() *DeletedServicesClient`
- New function `NewDeletedServicesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DeletedServicesClient, error)`
- New function `*DeletedServicesClient.Delete(context.Context, string, string, *DeletedServicesClientDeleteOptions) (DeletedServicesClientDeleteResponse, error)`
- New function `*DeletedServicesClient.Get(context.Context, string, string, *DeletedServicesClientGetOptions) (DeletedServicesClientGetResponse, error)`
- New function `*DeletedServicesClient.NewListBySubscriptionPager(*DeletedServicesClientListBySubscriptionOptions) *runtime.Pager[DeletedServicesClientListBySubscriptionResponse]`
- New function `*DeletedServicesClient.NewListPager(string, *DeletedServicesClientListOptions) *runtime.Pager[DeletedServicesClientListResponse]`
- New struct `DeletedService`
- New struct `DeletedServiceListResult`
- New struct `DeletedServiceProperties`
- New struct `ServiceUpdateProperties`
- New field `Restore` in struct `ServiceProperties`
- New field `Properties` in struct `ServiceUpdate`


## 1.0.0 (2024-02-23)
### Breaking Changes

Expand Down
32 changes: 16 additions & 16 deletions sdk/resourcemanager/apicenter/armapicenter/apidefinitions_client.go

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

Loading

0 comments on commit 9ece9fa

Please sign in to comment.