Skip to content

Commit bb68a76

Browse files
author
SDKAuto
committed
CodeGen from PR 21683 in Azure/azure-rest-api-specs
Merge 1d999951e530d5ebac9d6c2253c422f9521172be into 63adf8a58565b729f70895b65aa7d1333b22d15f
1 parent 9be5107 commit bb68a76

File tree

282 files changed

+2944
-20318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+2944
-20318
lines changed

sdk/appcontainers/arm-appcontainers/CHANGELOG.md

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
# Release History
2-
3-
## 2.0.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
13-
## 2.0.0-beta.2 (2022-11-15)
142

15-
- Bugs Fixed
16-
17-
## 2.0.0-beta.1 (2022-10-12)
18-
3+
## 2.0.0 (2022-12-08)
4+
195
**Features**
206

217
- Added operation group AvailableWorkloadProfiles
@@ -79,6 +65,7 @@
7965
- Added Interface ContainerAppsDiagnosticsListRevisionsNextOptionalParams
8066
- Added Interface ContainerAppsDiagnosticsListRevisionsOptionalParams
8167
- Added Interface ContainerAppsGetAuthTokenOptionalParams
68+
- Added Interface CorsPolicy
8269
- Added Interface CustomDomainConfiguration
8370
- Added Interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo
8471
- Added Interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem
@@ -151,7 +138,9 @@
151138
- Added Type Alias ContainerAppsDiagnosticsListRevisionsNextResponse
152139
- Added Type Alias ContainerAppsDiagnosticsListRevisionsResponse
153140
- Added Type Alias ContainerAppsGetAuthTokenResponse
141+
- Added Type Alias ContainerAppsUpdateResponse
154142
- Added Type Alias ExtendedLocationTypes
143+
- Added Type Alias IngressClientCertificateMode
155144
- Added Type Alias LogLevel
156145
- Added Type Alias ManagedEnvironmentDiagnosticsGetDetectorResponse
157146
- Added Type Alias ManagedEnvironmentDiagnosticsListDetectorsResponse
@@ -160,23 +149,28 @@
160149
- Added Type Alias ManagedEnvironmentsGetAuthTokenResponse
161150
- Added Type Alias ManagedEnvironmentsListWorkloadProfileStatesNextResponse
162151
- Added Type Alias ManagedEnvironmentsListWorkloadProfileStatesResponse
152+
- Added Type Alias ManagedEnvironmentsUpdateResponse
163153
- Added Type Alias SkuName
164154
- Interface CertificateProperties has a new optional parameter subjectAlternativeNames
165155
- Interface Configuration has a new optional parameter maxInactiveRevisions
166156
- Interface ContainerApp has a new optional parameter environmentId
167157
- Interface ContainerApp has a new optional parameter eventStreamEndpoint
168158
- Interface ContainerApp has a new optional parameter extendedLocation
159+
- Interface ContainerApp has a new optional parameter latestReadyRevisionName
169160
- Interface ContainerApp has a new optional parameter workloadProfileType
170161
- Interface CustomHostnameAnalysisResult has a new optional parameter conflictWithEnvironmentCustomDomain
171162
- Interface Dapr has a new optional parameter enableApiLogging
172163
- Interface Dapr has a new optional parameter httpMaxRequestSize
173164
- Interface Dapr has a new optional parameter httpReadBufferSize
174165
- Interface Dapr has a new optional parameter logLevel
175166
- Interface DaprComponent has a new optional parameter secretStoreComponent
167+
- Interface Ingress has a new optional parameter clientCertificateMode
168+
- Interface Ingress has a new optional parameter corsPolicy
176169
- Interface Ingress has a new optional parameter exposedPort
177170
- Interface Ingress has a new optional parameter ipSecurityRestrictions
178171
- Interface ManagedEnvironment has a new optional parameter customDomainConfiguration
179172
- Interface ManagedEnvironment has a new optional parameter eventStreamEndpoint
173+
- Interface ManagedEnvironment has a new optional parameter kind
180174
- Interface ManagedEnvironment has a new optional parameter sku
181175
- Interface ManagedEnvironment has a new optional parameter workloadProfiles
182176
- Interface ReplicaContainer has a new optional parameter execEndpoint
@@ -199,6 +193,7 @@
199193
- Added Enum KnownCategory
200194
- Added Enum KnownConnectedEnvironmentProvisioningState
201195
- Added Enum KnownExtendedLocationTypes
196+
- Added Enum KnownIngressClientCertificateMode
202197
- Added Enum KnownLogLevel
203198
- Added Enum KnownManagedEnvironmentOutBoundType
204199
- Added Enum KnownSkuName
@@ -207,13 +202,7 @@
207202

208203
**Breaking Changes**
209204

210-
- Interface Container no longer has parameter args
211-
- Interface Container no longer has parameter command
212-
- Interface Container no longer has parameter env
213-
- Interface Container no longer has parameter image
214-
- Interface Container no longer has parameter name
215-
- Interface Container no longer has parameter resources
216-
- Interface Container no longer has parameter volumeMounts
205+
- Interface ContainerAppsRevisionsListRevisionsNextOptionalParams no longer has parameter filter
217206

218207
## 1.1.2 (2022-10-08)
219208

sdk/appcontainers/arm-appcontainers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f
66

77
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appcontainers/arm-appcontainers) |
88
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-appcontainers) |
9-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-appcontainers?view=azure-node-preview) |
9+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-appcontainers) |
1010
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
1111

1212
## Getting started
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "d0965e7f28fc087c87c7411a14d8acdc8f37252e",
3-
"readme": "specification\\app\\resource-manager\\readme.md",
4-
"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/[email protected].3.20221108.1 --generate-sample=true",
2+
"commit": "25be0dfa0713ea374fc92d972ebc5b9b786441d5",
3+
"readme": "specification/app/resource-manager/readme.md",
4+
"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/[email protected].4",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
7-
"use": "@autorest/[email protected].3.20221108.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.2",
7+
"use": "@autorest/[email protected].4"
88
}

sdk/appcontainers/arm-appcontainers/package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for ContainerAppsAPIClient.",
6-
"version": "2.0.0-beta.3",
6+
"version": "2.0.0",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -110,13 +110,5 @@
110110
}
111111
]
112112
},
113-
"autoPublish": true,
114-
"//sampleConfiguration": {
115-
"productName": "",
116-
"productSlugs": [
117-
"azure"
118-
],
119-
"disableDocsMs": true,
120-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-appcontainers?view=azure-node-preview"
121-
}
122-
}
113+
"autoPublish": true
114+
}

0 commit comments

Comments
 (0)