Skip to content

Commit

Permalink
CodeGen from PR 22423 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 98203079bac6eee2d6c07d56232f2b860eebd97a into 6c1016865ea54b169825879b3bd993c0edd57852
  • Loading branch information
SDKAuto committed Feb 2, 2023
1 parent 5053f65 commit 17467be
Show file tree
Hide file tree
Showing 50 changed files with 1,925 additions and 3,456 deletions.
50 changes: 50 additions & 0 deletions sdk/resourcemanager/appcontainers/armappcontainers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# Release History

## 2.0.0-beta.2 (2023-02-02)
### Breaking Changes

- Type of `CustomDomainConfiguration.CertificatePassword` has been changed from `[]byte` to `*string`
- Type of `DaprSecretsCollection.Value` has been changed from `[]*Secret` to `[]*DaprSecret`
- Type alias `ManagedEnvironmentOutBoundType` has been removed
- Type alias `SKUName` has been removed
- Struct `EnvironmentSKUProperties` has been removed
- Struct `ManagedEnvironmentOutboundSettings` has been removed
- Field `SKU` of struct `ManagedEnvironment` has been removed
- Field `OutboundSettings` of struct `VnetConfiguration` has been removed
- Field `RuntimeSubnetID` of struct `VnetConfiguration` has been removed

### Features Added

- New type alias `Affinity` with values `AffinityNone`, `AffinitySticky`
- New type alias `IngressClientCertificateMode` with values `IngressClientCertificateModeAccept`, `IngressClientCertificateModeIgnore`, `IngressClientCertificateModeRequire`
- New type alias `ManagedCertificateDomainControlValidation` with values `ManagedCertificateDomainControlValidationCNAME`, `ManagedCertificateDomainControlValidationHTTP`, `ManagedCertificateDomainControlValidationTXT`
- New function `NewManagedCertificatesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ManagedCertificatesClient, error)`
- New function `*ManagedCertificatesClient.BeginCreateOrUpdate(context.Context, string, string, string, *ManagedCertificatesClientBeginCreateOrUpdateOptions) (*runtime.Poller[ManagedCertificatesClientCreateOrUpdateResponse], error)`
- New function `*ManagedCertificatesClient.Delete(context.Context, string, string, string, *ManagedCertificatesClientDeleteOptions) (ManagedCertificatesClientDeleteResponse, error)`
- New function `*ManagedCertificatesClient.Get(context.Context, string, string, string, *ManagedCertificatesClientGetOptions) (ManagedCertificatesClientGetResponse, error)`
- New function `*ManagedCertificatesClient.NewListPager(string, string, *ManagedCertificatesClientListOptions) *runtime.Pager[ManagedCertificatesClientListResponse]`
- New function `*ManagedCertificatesClient.Update(context.Context, string, string, string, ManagedCertificatePatch, *ManagedCertificatesClientUpdateOptions) (ManagedCertificatesClientUpdateResponse, error)`
- New struct `CorsPolicy`
- New struct `DaprConfiguration`
- New struct `IngressStickySessions`
- New struct `KedaConfiguration`
- New struct `ManagedCertificate`
- New struct `ManagedCertificateCollection`
- New struct `ManagedCertificatePatch`
- New struct `ManagedCertificateProperties`
- New struct `ManagedCertificatesClient`
- New struct `ManagedCertificatesClientCreateOrUpdateResponse`
- New struct `ManagedCertificatesClientListResponse`
- New struct `ManagedEnvironmentQuota`
- New struct `QuotaStatus`
- New field `ManagedBy` in struct `ContainerApp`
- New field `LatestReadyRevisionName` in struct `ContainerAppProperties`
- New anonymous field `ContainerApp` in struct `ContainerAppsClientUpdateResponse`
- New field `ClientCertificateMode` in struct `Ingress`
- New field `CorsPolicy` in struct `Ingress`
- New field `StickySessions` in struct `Ingress`
- New field `Kind` in struct `ManagedEnvironment`
- New field `DaprConfiguration` in struct `ManagedEnvironmentProperties`
- New field `KedaConfiguration` in struct `ManagedEnvironmentProperties`
- New field `Quotas` in struct `ManagedEnvironmentProperties`
- New anonymous field `ManagedEnvironment` in struct `ManagedEnvironmentsClientUpdateResponse`


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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/212686c8383679e034b19143e13cbeb5a40ab454/specification/app/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/212686c8383679e034b19143e13cbeb5a40ab454/specification/app/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/app/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/app/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.0.0-beta.1
module-version: 2.0.0-beta.2

```

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 17467be

Please sign in to comment.