Skip to content

Commit

Permalink
CodeGen from PR 20979 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge d455dedb170f1bf0f00c9d811de33215ea87dcee into 35627e543705bd564330805113252aea9c1016cf
  • Loading branch information
SDKAuto committed Oct 3, 2022
1 parent c4b71e1 commit f8fd1e6
Show file tree
Hide file tree
Showing 57 changed files with 10,438 additions and 6,374 deletions.
46 changes: 46 additions & 0 deletions sdk/resourcemanager/cdn/armcdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Release History

## 2.0.0-beta.1 (2022-10-03)
### Breaking Changes

- Type of `EndpointProperties.CustomDomains` has been changed from `[]*CustomDomain` to `[]*DeepCreatedCustomDomain`
- Function `*CustomDomainsClient.DisableCustomHTTPS` has been removed
- Function `*CustomDomainsClient.EnableCustomHTTPS` has been removed
- Struct `CustomDomainsClientDisableCustomHTTPSOptions` has been removed
- Struct `CustomDomainsClientEnableCustomHTTPSOptions` has been removed

### Features Added

- New const `ProfileResourceStateMigrating`
- New const `ProfileResourceStateAbortingMigration`
- New const `CanMigrateDefaultSKUStandardAzureFrontDoor`
- New const `ProfileResourceStatePendingMigrationCommit`
- New const `CanMigrateDefaultSKUPremiumAzureFrontDoor`
- New const `ProfileResourceStateMigrated`
- New const `ProfileResourceStateCommittingMigration`
- New type alias `CanMigrateDefaultSKU`
- New function `*CustomDomainsClient.BeginDisableCustomHTTPS(context.Context, string, string, string, string, *CustomDomainsClientBeginDisableCustomHTTPSOptions) (*runtime.Poller[CustomDomainsClientDisableCustomHTTPSResponse], error)`
- New function `*ProfilesClient.BeginMigrationCommit(context.Context, string, string, *ProfilesClientBeginMigrationCommitOptions) (*runtime.Poller[ProfilesClientMigrationCommitResponse], error)`
- New function `*CustomDomainsClient.BeginEnableCustomHTTPS(context.Context, string, string, string, string, *CustomDomainsClientBeginEnableCustomHTTPSOptions) (*runtime.Poller[CustomDomainsClientEnableCustomHTTPSResponse], error)`
- New function `PossibleCanMigrateDefaultSKUValues() []CanMigrateDefaultSKU`
- New function `*ProfilesClient.CanMigrate(context.Context, string, CanMigrateParameters, *ProfilesClientCanMigrateOptions) (ProfilesClientCanMigrateResponse, error)`
- New function `*ProfilesClient.BeginMigrate(context.Context, string, MigrationParameters, *ProfilesClientBeginMigrateOptions) (*runtime.Poller[ProfilesClientMigrateResponse], error)`
- New struct `CanMigrateParameters`
- New struct `CanMigrateResult`
- New struct `CustomDomainsClientBeginDisableCustomHTTPSOptions`
- New struct `CustomDomainsClientBeginEnableCustomHTTPSOptions`
- New struct `DeepCreatedCustomDomain`
- New struct `DeepCreatedCustomDomainProperties`
- New struct `MigrateResult`
- New struct `MigrationErrorType`
- New struct `MigrationParameters`
- New struct `MigrationWebApplicationFirewallMapping`
- New struct `ProfilesClientBeginMigrateOptions`
- New struct `ProfilesClientBeginMigrationCommitOptions`
- New struct `ProfilesClientCanMigrateOptions`
- New struct `ProfilesClientCanMigrateResponse`
- New struct `ProfilesClientMigrateResponse`
- New struct `ProfilesClientMigrationCommitResponse`
- New field `ExtendedProperties` in struct `WebApplicationFirewallPolicyProperties`
- New field `ExtendedProperties` in struct `ProfileProperties`
- New field `ExtendedProperties` in struct `AFDDomainProperties`


## 1.0.0 (2022-05-17)

The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cdn/armcdn` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes.
Expand Down

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

Loading

0 comments on commit f8fd1e6

Please sign in to comment.