Skip to content

Commit

Permalink
CodeGen from PR 29440 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 495ee87e131eed7c14f3033a79d38449b223307a into 7bf13ef1c776f6d973b9645906281d0ec4660fc8
  • Loading branch information
SDKAuto committed Jun 14, 2024
1 parent 3b80504 commit fb36f28
Show file tree
Hide file tree
Showing 801 changed files with 91,598 additions and 59,378 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-06-14)
### 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 fb36f28

Please sign in to comment.