Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR sdk/resourcemanager/fabric/armfabric] Updated typespecs for sdk gen testing #10837

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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