Skip to content

Commit

Permalink
CodeGen from PR 31211 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 796993bff56ccb7c8126f7e7d2e8d5742db2006b into 057370caecbbfbb39c560bc1e9c2ab89da7cf6b6
  • Loading branch information
SDKAuto committed Nov 4, 2024
1 parent 058b4f1 commit bb12a2d
Show file tree
Hide file tree
Showing 32 changed files with 2,003 additions and 1,741 deletions.
31 changes: 31 additions & 0 deletions sdk/resourcemanager/apicenter/armapicenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Release History

## 1.1.0-beta.1 (2024-11-04)
### Features Added

- New enum type `APISourceLinkState` with values `APISourceLinkStateError`, `APISourceLinkStateInitializing`, `APISourceLinkStateSyncing`
- New enum type `ImportSpecificationOptions` with values `ImportSpecificationOptionsAlways`, `ImportSpecificationOptionsNever`, `ImportSpecificationOptionsOnDemand`
- New function `NewAPISourcesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*APISourcesClient, error)`
- New function `*APISourcesClient.CreateOrUpdate(context.Context, string, string, string, string, APISource, *APISourcesClientCreateOrUpdateOptions) (APISourcesClientCreateOrUpdateResponse, error)`
- New function `*APISourcesClient.Delete(context.Context, string, string, string, string, *APISourcesClientDeleteOptions) (APISourcesClientDeleteResponse, error)`
- New function `*APISourcesClient.Get(context.Context, string, string, string, string, *APISourcesClientGetOptions) (APISourcesClientGetResponse, error)`
- New function `*APISourcesClient.Head(context.Context, string, string, string, string, *APISourcesClientHeadOptions) (APISourcesClientHeadResponse, error)`
- New function `*APISourcesClient.NewListPager(string, string, string, *APISourcesClientListOptions) *runtime.Pager[APISourcesClientListResponse]`
- New function `*ClientFactory.NewAPISourcesClient() *APISourcesClient`
- 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 `APISource`
- New struct `APISourceListResult`
- New struct `APISourceProperties`
- New struct `AzureAPIManagementSource`
- New struct `DeletedService`
- New struct `DeletedServiceListResult`
- New struct `DeletedServiceProperties`
- New struct `LinkState`
- 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 bb12a2d

Please sign in to comment.