Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 42 additions & 32 deletions sdk/appcontainers/arm-appcontainers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
# Release History

## 2.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.0-beta.2 (2022-11-15)

- Bugs Fixed

## 2.0.0-beta.1 (2022-10-12)

## 2.0.0-beta.3 (2023-01-11)

**Features**

- Added operation group AvailableWorkloadProfiles
Expand All @@ -25,6 +11,7 @@
- Added operation group ConnectedEnvironmentsDaprComponents
- Added operation group ConnectedEnvironmentsStorages
- Added operation group ContainerAppsDiagnostics
- Added operation group ManagedCertificates
- Added operation group ManagedEnvironmentDiagnostics
- Added operation group ManagedEnvironmentsDiagnostics
- Added operation ContainerApps.getAuthToken
Expand Down Expand Up @@ -79,9 +66,11 @@
- Added Interface ContainerAppsDiagnosticsListRevisionsNextOptionalParams
- Added Interface ContainerAppsDiagnosticsListRevisionsOptionalParams
- Added Interface ContainerAppsGetAuthTokenOptionalParams
- Added Interface CorsPolicy
- Added Interface CustomDomainConfiguration
- Added Interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo
- Added Interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem
- Added Interface DaprConfiguration
- Added Interface DaprSecret
- Added Interface DiagnosticDataProviderMetadata
- Added Interface DiagnosticDataProviderMetadataPropertyBagItem
Expand All @@ -101,8 +90,20 @@
- Added Interface ErrorDetail
- Added Interface ErrorResponse
- Added Interface ExtendedLocation
- Added Interface IngressStickySessions
- Added Interface InitContainer
- Added Interface IpSecurityRestrictionRule
- Added Interface KedaConfiguration
- Added Interface ManagedCertificate
- Added Interface ManagedCertificateCollection
- Added Interface ManagedCertificatePatch
- Added Interface ManagedCertificateProperties
- Added Interface ManagedCertificatesCreateOrUpdateOptionalParams
- Added Interface ManagedCertificatesDeleteOptionalParams
- Added Interface ManagedCertificatesGetOptionalParams
- Added Interface ManagedCertificatesListNextOptionalParams
- Added Interface ManagedCertificatesListOptionalParams
- Added Interface ManagedCertificatesUpdateOptionalParams
- Added Interface ManagedEnvironmentDiagnosticsGetDetectorOptionalParams
- Added Interface ManagedEnvironmentDiagnosticsListDetectorsOptionalParams
- Added Interface ManagedEnvironmentOutboundSettings
Expand All @@ -116,6 +117,7 @@
- Added Interface WorkloadProfileStatesCollection
- Added Interface WorkloadProfileStatesProperties
- Added Type Alias Action
- Added Type Alias Affinity
- Added Type Alias Applicability
- Added Type Alias AvailableWorkloadProfilesGetNextResponse
- Added Type Alias AvailableWorkloadProfilesGetResponse
Expand Down Expand Up @@ -151,32 +153,49 @@
- Added Type Alias ContainerAppsDiagnosticsListRevisionsNextResponse
- Added Type Alias ContainerAppsDiagnosticsListRevisionsResponse
- Added Type Alias ContainerAppsGetAuthTokenResponse
- Added Type Alias ContainerAppsUpdateResponse
- Added Type Alias ExtendedLocationTypes
- Added Type Alias IngressClientCertificateMode
- Added Type Alias LogLevel
- Added Type Alias ManagedCertificateDomainControlValidation
- Added Type Alias ManagedCertificatesCreateOrUpdateResponse
- Added Type Alias ManagedCertificatesGetResponse
- Added Type Alias ManagedCertificatesListNextResponse
- Added Type Alias ManagedCertificatesListResponse
- Added Type Alias ManagedCertificatesUpdateResponse
- Added Type Alias ManagedEnvironmentDiagnosticsGetDetectorResponse
- Added Type Alias ManagedEnvironmentDiagnosticsListDetectorsResponse
- Added Type Alias ManagedEnvironmentOutBoundType
- Added Type Alias ManagedEnvironmentsDiagnosticsGetRootResponse
- Added Type Alias ManagedEnvironmentsGetAuthTokenResponse
- Added Type Alias ManagedEnvironmentsListWorkloadProfileStatesNextResponse
- Added Type Alias ManagedEnvironmentsListWorkloadProfileStatesResponse
- Added Type Alias ManagedEnvironmentsUpdateResponse
- Added Type Alias SkuName
- Interface CertificateProperties has a new optional parameter subjectAlternativeNames
- Interface Configuration has a new optional parameter maxInactiveRevisions
- Interface ContainerApp has a new optional parameter environmentId
- Interface ContainerApp has a new optional parameter eventStreamEndpoint
- Interface ContainerApp has a new optional parameter extendedLocation
- Interface ContainerApp has a new optional parameter latestReadyRevisionName
- Interface ContainerApp has a new optional parameter managedBy
- Interface ContainerApp has a new optional parameter workloadProfileType
- Interface CustomHostnameAnalysisResult has a new optional parameter conflictWithEnvironmentCustomDomain
- Interface Dapr has a new optional parameter enableApiLogging
- Interface Dapr has a new optional parameter httpMaxRequestSize
- Interface Dapr has a new optional parameter httpReadBufferSize
- Interface Dapr has a new optional parameter logLevel
- Interface DaprComponent has a new optional parameter secretStoreComponent
- Interface Ingress has a new optional parameter clientCertificateMode
- Interface Ingress has a new optional parameter corsPolicy
- Interface Ingress has a new optional parameter exposedPort
- Interface Ingress has a new optional parameter ipSecurityRestrictions
- Interface Ingress has a new optional parameter stickySessions
- Interface ManagedEnvironment has a new optional parameter customDomainConfiguration
- Interface ManagedEnvironment has a new optional parameter daprConfiguration
- Interface ManagedEnvironment has a new optional parameter eventStreamEndpoint
- Interface ManagedEnvironment has a new optional parameter kedaConfiguration
- Interface ManagedEnvironment has a new optional parameter kind
- Interface ManagedEnvironment has a new optional parameter sku
- Interface ManagedEnvironment has a new optional parameter workloadProfiles
- Interface ReplicaContainer has a new optional parameter execEndpoint
Expand All @@ -185,35 +204,26 @@
- Interface ScaleRule has a new optional parameter tcp
- Interface Template has a new optional parameter initContainers
- Interface VnetConfiguration has a new optional parameter outboundSettings
- Class ContainerAppsAPIClient has a new parameter availableWorkloadProfiles
- Class ContainerAppsAPIClient has a new parameter billingMeters
- Class ContainerAppsAPIClient has a new parameter connectedEnvironments
- Class ContainerAppsAPIClient has a new parameter connectedEnvironmentsCertificates
- Class ContainerAppsAPIClient has a new parameter connectedEnvironmentsDaprComponents
- Class ContainerAppsAPIClient has a new parameter connectedEnvironmentsStorages
- Class ContainerAppsAPIClient has a new parameter containerAppsDiagnostics
- Class ContainerAppsAPIClient has a new parameter managedEnvironmentDiagnostics
- Class ContainerAppsAPIClient has a new parameter managedEnvironmentsDiagnostics
- Added Enum KnownAction
- Added Enum KnownAffinity
- Added Enum KnownApplicability
- Added Enum KnownCategory
- Added Enum KnownConnectedEnvironmentProvisioningState
- Added Enum KnownExtendedLocationTypes
- Added Enum KnownIngressClientCertificateMode
- Added Enum KnownLogLevel
- Added Enum KnownManagedCertificateDomainControlValidation
- Added Enum KnownManagedEnvironmentOutBoundType
- Added Enum KnownSkuName
- Enum KnownContainerAppProvisioningState has a new value Deleting
- Enum KnownIngressTransportMethod has a new value Tcp
- Added function getContinuationToken

**Breaking Changes**

- Interface Container no longer has parameter args
- Interface Container no longer has parameter command
- Interface Container no longer has parameter env
- Interface Container no longer has parameter image
- Interface Container no longer has parameter name
- Interface Container no longer has parameter resources
- Interface Container no longer has parameter volumeMounts
- Interface ContainerAppsRevisionsListRevisionsNextOptionalParams no longer has parameter filter
- Type of parameter customDomainVerificationFailureInfo of interface CustomHostnameAnalysisResult is changed from DefaultErrorResponse to CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo
- Type of parameter value of interface DaprSecretsCollection is changed from Secret[] to DaprSecret[]

## 1.1.2 (2022-10-08)

Expand Down
2 changes: 1 addition & 1 deletion sdk/appcontainers/arm-appcontainers/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Microsoft
Copyright (c) 2023 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions sdk/appcontainers/arm-appcontainers/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "d0965e7f28fc087c87c7411a14d8acdc8f37252e",
"readme": "specification\\app\\resource-manager\\readme.md",
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\app\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.3.20221108.1 --generate-sample=true",
"commit": "c6156e341aa894e02c40b6f82c304a23e60e0f18",
"readme": "specification/app/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/app/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/typescript@6.0.0-rc.3.20221108.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.0",
"use": "@autorest/typescript@6.0.0-rc.5"
}
12 changes: 2 additions & 10 deletions sdk/appcontainers/arm-appcontainers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-appcontainers?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading