@azure/arm-appcontainers 2.0.0-alpha.20230811.1 → 2.0.0-alpha.20230821.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +329 -506
- package/README.md +1 -1
- package/dist/index.js +2559 -2012
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js +1 -1
- package/dist-esm/samples-dev/billingMetersGetSample.js +1 -1
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/certificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/certificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/certificatesListSample.js +1 -1
- package/dist-esm/samples-dev/certificatesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js +12 -5
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsGetSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js +5 -3
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsStartSample.js +39 -0
- package/dist-esm/samples-dev/containerAppsStartSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsStopSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsStopSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsStopSample.js +39 -0
- package/dist-esm/samples-dev/containerAppsStopSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsUpdateSample.js +10 -3
- package/dist-esm/samples-dev/containerAppsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/daprComponentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/daprComponentsGetSample.js +2 -2
- package/dist-esm/samples-dev/daprComponentsListSample.js +1 -1
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/jobExecutionSample.d.ts +2 -0
- package/dist-esm/samples-dev/jobExecutionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/jobExecutionSample.js +40 -0
- package/dist-esm/samples-dev/jobExecutionSample.js.map +1 -0
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +62 -1
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/jobsExecutionsListSample.js +1 -1
- package/dist-esm/samples-dev/jobsGetSample.js +1 -1
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/jobsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/jobsStartSample.js +3 -2
- package/dist-esm/samples-dev/jobsStartSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsStopExecutionSample.js +1 -1
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js +2 -9
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesListSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js +3 -2
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +2 -2
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/src/containerAppsAPIClient.d.ts +12 -4
- package/dist-esm/src/containerAppsAPIClient.d.ts.map +1 -1
- package/dist-esm/src/containerAppsAPIClient.js +41 -5
- package/dist-esm/src/containerAppsAPIClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +578 -378
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +78 -42
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +24 -15
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +937 -634
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -7
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +43 -44
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/containerApps.d.ts +29 -1
- package/dist-esm/src/operations/containerApps.d.ts.map +1 -1
- package/dist-esm/src/operations/containerApps.js +172 -0
- package/dist-esm/src/operations/containerApps.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -2
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/jobs.d.ts +19 -23
- package/dist-esm/src/operations/jobs.d.ts.map +1 -1
- package/dist-esm/src/operations/jobs.js +26 -32
- package/dist-esm/src/operations/jobs.js.map +1 -1
- package/dist-esm/src/operations/jobsExecutions.d.ts +3 -3
- package/dist-esm/src/operations/jobsExecutions.js +3 -3
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts +29 -1
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/jobs.d.ts +19 -23
- package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/jobsExecutions.d.ts +1 -1
- package/package.json +2 -2
- package/review/arm-appcontainers.api.md +140 -5
- package/src/containerAppsAPIClient.ts +62 -11
- package/src/models/index.ts +643 -420
- package/src/models/mappers.ts +947 -630
- package/src/models/parameters.ts +47 -50
- package/src/operations/containerApps.ts +248 -0
- package/src/operations/index.ts +2 -2
- package/src/operations/jobs.ts +21 -39
- package/src/operations/jobsExecutions.ts +3 -3
- package/src/operationsInterfaces/containerApps.ts +59 -1
- package/src/operationsInterfaces/index.ts +2 -2
- package/src/operationsInterfaces/jobs.ts +14 -24
- package/src/operationsInterfaces/jobsExecutions.ts +1 -1
- package/types/arm-appcontainers.d.ts +288 -35
package/CHANGELOG.md
CHANGED
|
@@ -1,531 +1,354 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 2.0.0
|
|
3
|
+
## 2.0.0 (2023-08-08)
|
|
4
4
|
|
|
5
|
-
### Features Added
|
|
6
|
-
|
|
7
|
-
### Breaking Changes
|
|
8
|
-
|
|
9
|
-
### Bugs Fixed
|
|
10
|
-
|
|
11
|
-
### Other Changes
|
|
12
|
-
|
|
13
|
-
## 2.0.0-beta.3 (2023-05-12)
|
|
14
|
-
|
|
15
5
|
**Features**
|
|
16
6
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
7
|
+
- Added operation group AvailableWorkloadProfiles
|
|
8
|
+
- Added operation group BillingMeters
|
|
9
|
+
- Added operation group ConnectedEnvironments
|
|
10
|
+
- Added operation group ConnectedEnvironmentsCertificates
|
|
11
|
+
- Added operation group ConnectedEnvironmentsDaprComponents
|
|
12
|
+
- Added operation group ConnectedEnvironmentsStorages
|
|
13
|
+
- Added operation group ContainerAppsDiagnostics
|
|
14
|
+
- Added operation group Jobs
|
|
15
|
+
- Added operation group JobsExecutions
|
|
16
|
+
- Added operation group ManagedCertificates
|
|
17
|
+
- Added operation group ManagedEnvironmentDiagnostics
|
|
18
|
+
- Added operation group ManagedEnvironmentsDiagnostics
|
|
19
|
+
- Added operation ContainerApps.beginStart
|
|
20
|
+
- Added operation ContainerApps.beginStartAndWait
|
|
21
|
+
- Added operation ContainerApps.beginStop
|
|
22
|
+
- Added operation ContainerApps.beginStopAndWait
|
|
23
|
+
- Added operation ContainerApps.getAuthToken
|
|
24
|
+
- Added operation ManagedEnvironments.getAuthToken
|
|
25
|
+
- Added operation ManagedEnvironments.listWorkloadProfileStates
|
|
26
|
+
- Added Interface AvailableWorkloadProfile
|
|
27
|
+
- Added Interface AvailableWorkloadProfileProperties
|
|
28
|
+
- Added Interface AvailableWorkloadProfilesCollection
|
|
29
|
+
- Added Interface AvailableWorkloadProfilesGetNextOptionalParams
|
|
30
|
+
- Added Interface AvailableWorkloadProfilesGetOptionalParams
|
|
31
|
+
- Added Interface BaseContainer
|
|
32
|
+
- Added Interface BillingMeter
|
|
33
|
+
- Added Interface BillingMeterCollection
|
|
34
|
+
- Added Interface BillingMeterProperties
|
|
35
|
+
- Added Interface BillingMetersGetOptionalParams
|
|
36
|
+
- Added Interface ConnectedEnvironment
|
|
37
|
+
- Added Interface ConnectedEnvironmentCollection
|
|
38
|
+
- Added Interface ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams
|
|
39
|
+
- Added Interface ConnectedEnvironmentsCertificatesDeleteOptionalParams
|
|
40
|
+
- Added Interface ConnectedEnvironmentsCertificatesGetOptionalParams
|
|
41
|
+
- Added Interface ConnectedEnvironmentsCertificatesListNextOptionalParams
|
|
42
|
+
- Added Interface ConnectedEnvironmentsCertificatesListOptionalParams
|
|
43
|
+
- Added Interface ConnectedEnvironmentsCertificatesUpdateOptionalParams
|
|
44
|
+
- Added Interface ConnectedEnvironmentsCheckNameAvailabilityOptionalParams
|
|
45
|
+
- Added Interface ConnectedEnvironmentsCreateOrUpdateOptionalParams
|
|
46
|
+
- Added Interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams
|
|
47
|
+
- Added Interface ConnectedEnvironmentsDaprComponentsDeleteOptionalParams
|
|
48
|
+
- Added Interface ConnectedEnvironmentsDaprComponentsGetOptionalParams
|
|
49
|
+
- Added Interface ConnectedEnvironmentsDaprComponentsListNextOptionalParams
|
|
50
|
+
- Added Interface ConnectedEnvironmentsDaprComponentsListOptionalParams
|
|
51
|
+
- Added Interface ConnectedEnvironmentsDaprComponentsListSecretsOptionalParams
|
|
52
|
+
- Added Interface ConnectedEnvironmentsDeleteHeaders
|
|
53
|
+
- Added Interface ConnectedEnvironmentsDeleteOptionalParams
|
|
54
|
+
- Added Interface ConnectedEnvironmentsGetOptionalParams
|
|
55
|
+
- Added Interface ConnectedEnvironmentsListByResourceGroupNextOptionalParams
|
|
56
|
+
- Added Interface ConnectedEnvironmentsListByResourceGroupOptionalParams
|
|
57
|
+
- Added Interface ConnectedEnvironmentsListBySubscriptionNextOptionalParams
|
|
58
|
+
- Added Interface ConnectedEnvironmentsListBySubscriptionOptionalParams
|
|
59
|
+
- Added Interface ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams
|
|
60
|
+
- Added Interface ConnectedEnvironmentsStoragesDeleteOptionalParams
|
|
61
|
+
- Added Interface ConnectedEnvironmentsStoragesGetOptionalParams
|
|
62
|
+
- Added Interface ConnectedEnvironmentsStoragesListOptionalParams
|
|
63
|
+
- Added Interface ConnectedEnvironmentStorage
|
|
64
|
+
- Added Interface ConnectedEnvironmentStorageProperties
|
|
65
|
+
- Added Interface ConnectedEnvironmentStoragesCollection
|
|
66
|
+
- Added Interface ConnectedEnvironmentsUpdateOptionalParams
|
|
67
|
+
- Added Interface ContainerAppAuthToken
|
|
68
|
+
- Added Interface ContainerAppJobExecutions
|
|
69
|
+
- Added Interface ContainerAppsDeleteHeaders
|
|
70
|
+
- Added Interface ContainerAppsDiagnosticsGetDetectorOptionalParams
|
|
71
|
+
- Added Interface ContainerAppsDiagnosticsGetRevisionOptionalParams
|
|
72
|
+
- Added Interface ContainerAppsDiagnosticsGetRootOptionalParams
|
|
73
|
+
- Added Interface ContainerAppsDiagnosticsListDetectorsNextOptionalParams
|
|
74
|
+
- Added Interface ContainerAppsDiagnosticsListDetectorsOptionalParams
|
|
75
|
+
- Added Interface ContainerAppsDiagnosticsListRevisionsNextOptionalParams
|
|
76
|
+
- Added Interface ContainerAppsDiagnosticsListRevisionsOptionalParams
|
|
77
|
+
- Added Interface ContainerAppsGetAuthTokenOptionalParams
|
|
78
|
+
- Added Interface ContainerAppsStartHeaders
|
|
79
|
+
- Added Interface ContainerAppsStartOptionalParams
|
|
80
|
+
- Added Interface ContainerAppsStopHeaders
|
|
81
|
+
- Added Interface ContainerAppsStopOptionalParams
|
|
82
|
+
- Added Interface ContainerAppsUpdateHeaders
|
|
83
|
+
- Added Interface CorsPolicy
|
|
84
|
+
- Added Interface CustomDomainConfiguration
|
|
85
|
+
- Added Interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo
|
|
86
|
+
- Added Interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem
|
|
87
|
+
- Added Interface DaprConfiguration
|
|
88
|
+
- Added Interface DaprSecret
|
|
89
|
+
- Added Interface DiagnosticDataProviderMetadata
|
|
90
|
+
- Added Interface DiagnosticDataProviderMetadataPropertyBagItem
|
|
91
|
+
- Added Interface DiagnosticDataTableResponseColumn
|
|
92
|
+
- Added Interface DiagnosticDataTableResponseObject
|
|
93
|
+
- Added Interface DiagnosticRendering
|
|
94
|
+
- Added Interface Diagnostics
|
|
95
|
+
- Added Interface DiagnosticsCollection
|
|
96
|
+
- Added Interface DiagnosticsDataApiResponse
|
|
97
|
+
- Added Interface DiagnosticsDefinition
|
|
98
|
+
- Added Interface DiagnosticsProperties
|
|
99
|
+
- Added Interface DiagnosticsStatus
|
|
100
|
+
- Added Interface DiagnosticSupportTopic
|
|
101
|
+
- Added Interface EnvironmentAuthToken
|
|
102
|
+
- Added Interface ErrorAdditionalInfo
|
|
103
|
+
- Added Interface ErrorDetail
|
|
104
|
+
- Added Interface ErrorResponse
|
|
105
|
+
- Added Interface ExtendedLocation
|
|
106
|
+
- Added Interface IngressStickySessions
|
|
107
|
+
- Added Interface InitContainer
|
|
108
|
+
- Added Interface IpSecurityRestrictionRule
|
|
109
|
+
- Added Interface Job
|
|
110
|
+
- Added Interface JobConfiguration
|
|
111
|
+
- Added Interface JobConfigurationEventTriggerConfig
|
|
112
|
+
- Added Interface JobConfigurationManualTriggerConfig
|
|
113
|
+
- Added Interface JobConfigurationScheduleTriggerConfig
|
|
114
|
+
- Added Interface JobExecution
|
|
115
|
+
- Added Interface JobExecutionBase
|
|
116
|
+
- Added Interface JobExecutionContainer
|
|
117
|
+
- Added Interface JobExecutionNamesCollection
|
|
118
|
+
- Added Interface JobExecutionOptionalParams
|
|
119
|
+
- Added Interface JobExecutionTemplate
|
|
120
|
+
- Added Interface JobPatchProperties
|
|
121
|
+
- Added Interface JobPatchPropertiesProperties
|
|
122
|
+
- Added Interface JobScale
|
|
123
|
+
- Added Interface JobScaleRule
|
|
124
|
+
- Added Interface JobsCollection
|
|
125
|
+
- Added Interface JobsCreateOrUpdateOptionalParams
|
|
126
|
+
- Added Interface JobsDeleteHeaders
|
|
127
|
+
- Added Interface JobsDeleteOptionalParams
|
|
128
|
+
- Added Interface JobSecretsCollection
|
|
129
|
+
- Added Interface JobsExecutionsListNextOptionalParams
|
|
130
|
+
- Added Interface JobsExecutionsListOptionalParams
|
|
131
|
+
- Added Interface JobsGetOptionalParams
|
|
132
|
+
- Added Interface JobsListByResourceGroupNextOptionalParams
|
|
133
|
+
- Added Interface JobsListByResourceGroupOptionalParams
|
|
134
|
+
- Added Interface JobsListBySubscriptionNextOptionalParams
|
|
135
|
+
- Added Interface JobsListBySubscriptionOptionalParams
|
|
136
|
+
- Added Interface JobsListSecretsOptionalParams
|
|
137
|
+
- Added Interface JobsStartHeaders
|
|
138
|
+
- Added Interface JobsStartOptionalParams
|
|
139
|
+
- Added Interface JobsStopExecutionHeaders
|
|
140
|
+
- Added Interface JobsStopExecutionOptionalParams
|
|
141
|
+
- Added Interface JobsStopMultipleExecutionsHeaders
|
|
142
|
+
- Added Interface JobsStopMultipleExecutionsOptionalParams
|
|
143
|
+
- Added Interface JobsUpdateHeaders
|
|
144
|
+
- Added Interface JobsUpdateOptionalParams
|
|
145
|
+
- Added Interface JobTemplate
|
|
146
|
+
- Added Interface KedaConfiguration
|
|
147
|
+
- Added Interface ManagedCertificate
|
|
148
|
+
- Added Interface ManagedCertificateCollection
|
|
149
|
+
- Added Interface ManagedCertificatePatch
|
|
150
|
+
- Added Interface ManagedCertificateProperties
|
|
151
|
+
- Added Interface ManagedCertificatesCreateOrUpdateOptionalParams
|
|
152
|
+
- Added Interface ManagedCertificatesDeleteOptionalParams
|
|
153
|
+
- Added Interface ManagedCertificatesGetOptionalParams
|
|
154
|
+
- Added Interface ManagedCertificatesListNextOptionalParams
|
|
155
|
+
- Added Interface ManagedCertificatesListOptionalParams
|
|
156
|
+
- Added Interface ManagedCertificatesUpdateOptionalParams
|
|
157
|
+
- Added Interface ManagedEnvironmentDiagnosticsGetDetectorOptionalParams
|
|
158
|
+
- Added Interface ManagedEnvironmentDiagnosticsListDetectorsOptionalParams
|
|
159
|
+
- Added Interface ManagedEnvironmentPropertiesPeerAuthentication
|
|
160
|
+
- Added Interface ManagedEnvironmentsDiagnosticsGetRootOptionalParams
|
|
161
|
+
- Added Interface ManagedEnvironmentsGetAuthTokenOptionalParams
|
|
162
|
+
- Added Interface ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams
|
|
163
|
+
- Added Interface ManagedEnvironmentsListWorkloadProfileStatesOptionalParams
|
|
164
|
+
- Added Interface Mtls
|
|
165
|
+
- Added Interface SecretVolumeItem
|
|
166
|
+
- Added Interface Service
|
|
167
|
+
- Added Interface ServiceBind
|
|
168
|
+
- Added Interface TcpScaleRule
|
|
169
|
+
- Added Interface WorkloadProfile
|
|
170
|
+
- Added Interface WorkloadProfileStates
|
|
171
|
+
- Added Interface WorkloadProfileStatesCollection
|
|
172
|
+
- Added Interface WorkloadProfileStatesProperties
|
|
173
|
+
- Added Type Alias Action
|
|
174
|
+
- Added Type Alias Affinity
|
|
175
|
+
- Added Type Alias Applicability
|
|
176
|
+
- Added Type Alias AvailableWorkloadProfilesGetNextResponse
|
|
177
|
+
- Added Type Alias AvailableWorkloadProfilesGetResponse
|
|
178
|
+
- Added Type Alias BillingMetersGetResponse
|
|
179
|
+
- Added Type Alias ConnectedEnvironmentProvisioningState
|
|
180
|
+
- Added Type Alias ConnectedEnvironmentsCertificatesCreateOrUpdateResponse
|
|
181
|
+
- Added Type Alias ConnectedEnvironmentsCertificatesGetResponse
|
|
182
|
+
- Added Type Alias ConnectedEnvironmentsCertificatesListNextResponse
|
|
183
|
+
- Added Type Alias ConnectedEnvironmentsCertificatesListResponse
|
|
184
|
+
- Added Type Alias ConnectedEnvironmentsCertificatesUpdateResponse
|
|
185
|
+
- Added Type Alias ConnectedEnvironmentsCheckNameAvailabilityResponse
|
|
186
|
+
- Added Type Alias ConnectedEnvironmentsCreateOrUpdateResponse
|
|
187
|
+
- Added Type Alias ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse
|
|
188
|
+
- Added Type Alias ConnectedEnvironmentsDaprComponentsGetResponse
|
|
189
|
+
- Added Type Alias ConnectedEnvironmentsDaprComponentsListNextResponse
|
|
190
|
+
- Added Type Alias ConnectedEnvironmentsDaprComponentsListResponse
|
|
191
|
+
- Added Type Alias ConnectedEnvironmentsDaprComponentsListSecretsResponse
|
|
192
|
+
- Added Type Alias ConnectedEnvironmentsGetResponse
|
|
193
|
+
- Added Type Alias ConnectedEnvironmentsListByResourceGroupNextResponse
|
|
194
|
+
- Added Type Alias ConnectedEnvironmentsListByResourceGroupResponse
|
|
195
|
+
- Added Type Alias ConnectedEnvironmentsListBySubscriptionNextResponse
|
|
196
|
+
- Added Type Alias ConnectedEnvironmentsListBySubscriptionResponse
|
|
197
|
+
- Added Type Alias ConnectedEnvironmentsStoragesCreateOrUpdateResponse
|
|
198
|
+
- Added Type Alias ConnectedEnvironmentsStoragesGetResponse
|
|
199
|
+
- Added Type Alias ConnectedEnvironmentsStoragesListResponse
|
|
200
|
+
- Added Type Alias ConnectedEnvironmentsUpdateResponse
|
|
201
|
+
- Added Type Alias ContainerAppContainerRunningState
|
|
202
|
+
- Added Type Alias ContainerAppReplicaRunningState
|
|
203
|
+
- Added Type Alias ContainerAppsDiagnosticsGetDetectorResponse
|
|
204
|
+
- Added Type Alias ContainerAppsDiagnosticsGetRevisionResponse
|
|
205
|
+
- Added Type Alias ContainerAppsDiagnosticsGetRootResponse
|
|
206
|
+
- Added Type Alias ContainerAppsDiagnosticsListDetectorsNextResponse
|
|
207
|
+
- Added Type Alias ContainerAppsDiagnosticsListDetectorsResponse
|
|
208
|
+
- Added Type Alias ContainerAppsDiagnosticsListRevisionsNextResponse
|
|
209
|
+
- Added Type Alias ContainerAppsDiagnosticsListRevisionsResponse
|
|
210
|
+
- Added Type Alias ContainerAppsGetAuthTokenResponse
|
|
211
|
+
- Added Type Alias ContainerAppsStartResponse
|
|
212
|
+
- Added Type Alias ContainerAppsStopResponse
|
|
213
|
+
- Added Type Alias ContainerAppsUpdateResponse
|
|
214
|
+
- Added Type Alias ExtendedLocationTypes
|
|
215
|
+
- Added Type Alias IngressClientCertificateMode
|
|
216
|
+
- Added Type Alias JobExecutionResponse
|
|
217
|
+
- Added Type Alias JobExecutionRunningState
|
|
218
|
+
- Added Type Alias JobProvisioningState
|
|
219
|
+
- Added Type Alias JobsCreateOrUpdateResponse
|
|
220
|
+
- Added Type Alias JobsExecutionsListNextResponse
|
|
221
|
+
- Added Type Alias JobsExecutionsListResponse
|
|
222
|
+
- Added Type Alias JobsGetResponse
|
|
223
|
+
- Added Type Alias JobsListByResourceGroupNextResponse
|
|
224
|
+
- Added Type Alias JobsListByResourceGroupResponse
|
|
225
|
+
- Added Type Alias JobsListBySubscriptionNextResponse
|
|
226
|
+
- Added Type Alias JobsListBySubscriptionResponse
|
|
227
|
+
- Added Type Alias JobsListSecretsResponse
|
|
228
|
+
- Added Type Alias JobsStartResponse
|
|
229
|
+
- Added Type Alias JobsStopMultipleExecutionsResponse
|
|
230
|
+
- Added Type Alias JobsUpdateResponse
|
|
231
|
+
- Added Type Alias LogLevel
|
|
232
|
+
- Added Type Alias ManagedCertificateDomainControlValidation
|
|
233
|
+
- Added Type Alias ManagedCertificatesCreateOrUpdateResponse
|
|
234
|
+
- Added Type Alias ManagedCertificatesGetResponse
|
|
235
|
+
- Added Type Alias ManagedCertificatesListNextResponse
|
|
236
|
+
- Added Type Alias ManagedCertificatesListResponse
|
|
237
|
+
- Added Type Alias ManagedCertificatesUpdateResponse
|
|
238
|
+
- Added Type Alias ManagedEnvironmentDiagnosticsGetDetectorResponse
|
|
239
|
+
- Added Type Alias ManagedEnvironmentDiagnosticsListDetectorsResponse
|
|
240
|
+
- Added Type Alias ManagedEnvironmentsDiagnosticsGetRootResponse
|
|
241
|
+
- Added Type Alias ManagedEnvironmentsGetAuthTokenResponse
|
|
242
|
+
- Added Type Alias ManagedEnvironmentsListWorkloadProfileStatesNextResponse
|
|
243
|
+
- Added Type Alias ManagedEnvironmentsListWorkloadProfileStatesResponse
|
|
244
|
+
- Added Type Alias ManagedEnvironmentsUpdateResponse
|
|
245
|
+
- Added Type Alias RevisionRunningState
|
|
246
|
+
- Added Type Alias TriggerType
|
|
247
|
+
- Interface AzureCredentials has a new optional parameter kind
|
|
248
|
+
- Interface CertificateProperties has a new optional parameter subjectAlternativeNames
|
|
249
|
+
- Interface Configuration has a new optional parameter maxInactiveRevisions
|
|
250
|
+
- Interface Configuration has a new optional parameter service
|
|
251
|
+
- Interface ContainerApp has a new optional parameter environmentId
|
|
252
|
+
- Interface ContainerApp has a new optional parameter eventStreamEndpoint
|
|
253
|
+
- Interface ContainerApp has a new optional parameter extendedLocation
|
|
254
|
+
- Interface ContainerApp has a new optional parameter latestReadyRevisionName
|
|
255
|
+
- Interface ContainerApp has a new optional parameter managedBy
|
|
256
|
+
- Interface ContainerApp has a new optional parameter workloadProfileName
|
|
257
|
+
- Interface ContainerAppSecret has a new optional parameter identity
|
|
258
|
+
- Interface ContainerAppSecret has a new optional parameter keyVaultUrl
|
|
259
|
+
- Interface CustomHostnameAnalysisResult has a new optional parameter conflictWithEnvironmentCustomDomain
|
|
260
|
+
- Interface Dapr has a new optional parameter enableApiLogging
|
|
261
|
+
- Interface Dapr has a new optional parameter httpMaxRequestSize
|
|
262
|
+
- Interface Dapr has a new optional parameter httpReadBufferSize
|
|
263
|
+
- Interface Dapr has a new optional parameter logLevel
|
|
264
|
+
- Interface DaprComponent has a new optional parameter secretStoreComponent
|
|
265
|
+
- Interface GithubActionConfiguration has a new optional parameter githubPersonalAccessToken
|
|
266
|
+
- Interface Ingress has a new optional parameter clientCertificateMode
|
|
267
|
+
- Interface Ingress has a new optional parameter corsPolicy
|
|
268
|
+
- Interface Ingress has a new optional parameter exposedPort
|
|
269
|
+
- Interface Ingress has a new optional parameter ipSecurityRestrictions
|
|
270
|
+
- Interface Ingress has a new optional parameter stickySessions
|
|
271
|
+
- Interface ManagedEnvironment has a new optional parameter customDomainConfiguration
|
|
272
|
+
- Interface ManagedEnvironment has a new optional parameter daprConfiguration
|
|
273
|
+
- Interface ManagedEnvironment has a new optional parameter eventStreamEndpoint
|
|
274
|
+
- Interface ManagedEnvironment has a new optional parameter infrastructureResourceGroup
|
|
275
|
+
- Interface ManagedEnvironment has a new optional parameter kedaConfiguration
|
|
276
|
+
- Interface ManagedEnvironment has a new optional parameter kind
|
|
277
|
+
- Interface ManagedEnvironment has a new optional parameter peerAuthentication
|
|
278
|
+
- Interface ManagedEnvironment has a new optional parameter workloadProfiles
|
|
279
|
+
- Interface Replica has a new optional parameter initContainers
|
|
280
|
+
- Interface Replica has a new optional parameter runningState
|
|
281
|
+
- Interface Replica has a new optional parameter runningStateDetails
|
|
282
|
+
- Interface ReplicaContainer has a new optional parameter execEndpoint
|
|
283
|
+
- Interface ReplicaContainer has a new optional parameter logStreamEndpoint
|
|
284
|
+
- Interface ReplicaContainer has a new optional parameter runningState
|
|
285
|
+
- Interface ReplicaContainer has a new optional parameter runningStateDetails
|
|
286
|
+
- Interface Revision has a new optional parameter lastActiveTime
|
|
287
|
+
- Interface Revision has a new optional parameter runningState
|
|
288
|
+
- Interface ScaleRule has a new optional parameter tcp
|
|
289
|
+
- Interface Secret has a new optional parameter identity
|
|
290
|
+
- Interface Secret has a new optional parameter keyVaultUrl
|
|
291
|
+
- Interface Template has a new optional parameter initContainers
|
|
292
|
+
- Interface Template has a new optional parameter serviceBinds
|
|
293
|
+
- Interface Template has a new optional parameter terminationGracePeriodSeconds
|
|
294
|
+
- Interface Volume has a new optional parameter mountOptions
|
|
295
|
+
- Interface Volume has a new optional parameter secrets
|
|
296
|
+
- Interface VolumeMount has a new optional parameter subPath
|
|
297
|
+
- Added Enum KnownAction
|
|
298
|
+
- Added Enum KnownAffinity
|
|
299
|
+
- Added Enum KnownApplicability
|
|
300
|
+
- Added Enum KnownConnectedEnvironmentProvisioningState
|
|
301
|
+
- Added Enum KnownContainerAppContainerRunningState
|
|
302
|
+
- Added Enum KnownContainerAppReplicaRunningState
|
|
303
|
+
- Added Enum KnownExtendedLocationTypes
|
|
304
|
+
- Added Enum KnownIngressClientCertificateMode
|
|
305
|
+
- Added Enum KnownJobExecutionRunningState
|
|
306
|
+
- Added Enum KnownJobProvisioningState
|
|
307
|
+
- Added Enum KnownLogLevel
|
|
308
|
+
- Added Enum KnownManagedCertificateDomainControlValidation
|
|
309
|
+
- Added Enum KnownRevisionRunningState
|
|
310
|
+
- Added Enum KnownTriggerType
|
|
311
|
+
- Enum KnownContainerAppProvisioningState has a new value Deleting
|
|
312
|
+
- Enum KnownIngressTransportMethod has a new value Tcp
|
|
313
|
+
- Enum KnownStorageType has a new value Secret
|
|
314
|
+
- Added function getContinuationToken
|
|
315
|
+
- Interface ContainerAppsRevisionsListRevisionsNextOptionalParams no longer has parameter filter
|
|
287
316
|
|
|
288
317
|
**Breaking Changes**
|
|
289
318
|
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
319
|
+
- Interface VnetConfiguration no longer has parameter runtimeSubnetId
|
|
320
|
+
- Type of parameter customDomainVerificationFailureInfo of interface CustomHostnameAnalysisResult is changed from DefaultErrorResponse to CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo
|
|
321
|
+
- Type of parameter value of interface DaprSecretsCollection is changed from Secret[] to DaprSecret[]
|
|
293
322
|
|
|
294
|
-
## 2.0.0-beta.2 (2022-11-15)
|
|
295
|
-
|
|
296
|
-
- Bugs Fixed
|
|
297
|
-
|
|
298
|
-
## 2.0.0-beta.1 (2022-10-12)
|
|
299
|
-
|
|
300
|
-
**Features**
|
|
301
|
-
|
|
302
|
-
- Added operation group AvailableWorkloadProfiles
|
|
303
|
-
- Added operation group BillingMeters
|
|
304
|
-
- Added operation group ConnectedEnvironments
|
|
305
|
-
- Added operation group ConnectedEnvironmentsCertificates
|
|
306
|
-
- Added operation group ConnectedEnvironmentsDaprComponents
|
|
307
|
-
- Added operation group ConnectedEnvironmentsStorages
|
|
308
|
-
- Added operation group ContainerAppsDiagnostics
|
|
309
|
-
- Added operation group ManagedEnvironmentDiagnostics
|
|
310
|
-
- Added operation group ManagedEnvironmentsDiagnostics
|
|
311
|
-
- Added operation ContainerApps.getAuthToken
|
|
312
|
-
- Added operation ManagedEnvironments.getAuthToken
|
|
313
|
-
- Added operation ManagedEnvironments.listWorkloadProfileStates
|
|
314
|
-
- Added Interface AvailableWorkloadProfile
|
|
315
|
-
- Added Interface AvailableWorkloadProfileProperties
|
|
316
|
-
- Added Interface AvailableWorkloadProfilesCollection
|
|
317
|
-
- Added Interface AvailableWorkloadProfilesGetNextOptionalParams
|
|
318
|
-
- Added Interface AvailableWorkloadProfilesGetOptionalParams
|
|
319
|
-
- Added Interface BaseContainer
|
|
320
|
-
- Added Interface BillingMeter
|
|
321
|
-
- Added Interface BillingMeterCollection
|
|
322
|
-
- Added Interface BillingMeterProperties
|
|
323
|
-
- Added Interface BillingMetersGetOptionalParams
|
|
324
|
-
- Added Interface ConnectedEnvironment
|
|
325
|
-
- Added Interface ConnectedEnvironmentCollection
|
|
326
|
-
- Added Interface ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams
|
|
327
|
-
- Added Interface ConnectedEnvironmentsCertificatesDeleteOptionalParams
|
|
328
|
-
- Added Interface ConnectedEnvironmentsCertificatesGetOptionalParams
|
|
329
|
-
- Added Interface ConnectedEnvironmentsCertificatesListNextOptionalParams
|
|
330
|
-
- Added Interface ConnectedEnvironmentsCertificatesListOptionalParams
|
|
331
|
-
- Added Interface ConnectedEnvironmentsCertificatesUpdateOptionalParams
|
|
332
|
-
- Added Interface ConnectedEnvironmentsCheckNameAvailabilityOptionalParams
|
|
333
|
-
- Added Interface ConnectedEnvironmentsCreateOrUpdateOptionalParams
|
|
334
|
-
- Added Interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams
|
|
335
|
-
- Added Interface ConnectedEnvironmentsDaprComponentsDeleteOptionalParams
|
|
336
|
-
- Added Interface ConnectedEnvironmentsDaprComponentsGetOptionalParams
|
|
337
|
-
- Added Interface ConnectedEnvironmentsDaprComponentsListNextOptionalParams
|
|
338
|
-
- Added Interface ConnectedEnvironmentsDaprComponentsListOptionalParams
|
|
339
|
-
- Added Interface ConnectedEnvironmentsDaprComponentsListSecretsOptionalParams
|
|
340
|
-
- Added Interface ConnectedEnvironmentsDeleteOptionalParams
|
|
341
|
-
- Added Interface ConnectedEnvironmentsGetOptionalParams
|
|
342
|
-
- Added Interface ConnectedEnvironmentsListByResourceGroupNextOptionalParams
|
|
343
|
-
- Added Interface ConnectedEnvironmentsListByResourceGroupOptionalParams
|
|
344
|
-
- Added Interface ConnectedEnvironmentsListBySubscriptionNextOptionalParams
|
|
345
|
-
- Added Interface ConnectedEnvironmentsListBySubscriptionOptionalParams
|
|
346
|
-
- Added Interface ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams
|
|
347
|
-
- Added Interface ConnectedEnvironmentsStoragesDeleteOptionalParams
|
|
348
|
-
- Added Interface ConnectedEnvironmentsStoragesGetOptionalParams
|
|
349
|
-
- Added Interface ConnectedEnvironmentsStoragesListOptionalParams
|
|
350
|
-
- Added Interface ConnectedEnvironmentStorage
|
|
351
|
-
- Added Interface ConnectedEnvironmentStorageProperties
|
|
352
|
-
- Added Interface ConnectedEnvironmentStoragesCollection
|
|
353
|
-
- Added Interface ConnectedEnvironmentsUpdateOptionalParams
|
|
354
|
-
- Added Interface ContainerAppAuthToken
|
|
355
|
-
- Added Interface ContainerAppsDiagnosticsGetDetectorOptionalParams
|
|
356
|
-
- Added Interface ContainerAppsDiagnosticsGetRevisionOptionalParams
|
|
357
|
-
- Added Interface ContainerAppsDiagnosticsGetRootOptionalParams
|
|
358
|
-
- Added Interface ContainerAppsDiagnosticsListDetectorsNextOptionalParams
|
|
359
|
-
- Added Interface ContainerAppsDiagnosticsListDetectorsOptionalParams
|
|
360
|
-
- Added Interface ContainerAppsDiagnosticsListRevisionsNextOptionalParams
|
|
361
|
-
- Added Interface ContainerAppsDiagnosticsListRevisionsOptionalParams
|
|
362
|
-
- Added Interface ContainerAppsGetAuthTokenOptionalParams
|
|
363
|
-
- Added Interface CustomDomainConfiguration
|
|
364
|
-
- Added Interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo
|
|
365
|
-
- Added Interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem
|
|
366
|
-
- Added Interface DaprSecret
|
|
367
|
-
- Added Interface DiagnosticDataProviderMetadata
|
|
368
|
-
- Added Interface DiagnosticDataProviderMetadataPropertyBagItem
|
|
369
|
-
- Added Interface DiagnosticDataTableResponseColumn
|
|
370
|
-
- Added Interface DiagnosticDataTableResponseObject
|
|
371
|
-
- Added Interface DiagnosticRendering
|
|
372
|
-
- Added Interface Diagnostics
|
|
373
|
-
- Added Interface DiagnosticsCollection
|
|
374
|
-
- Added Interface DiagnosticsDataApiResponse
|
|
375
|
-
- Added Interface DiagnosticsDefinition
|
|
376
|
-
- Added Interface DiagnosticsProperties
|
|
377
|
-
- Added Interface DiagnosticsStatus
|
|
378
|
-
- Added Interface DiagnosticSupportTopic
|
|
379
|
-
- Added Interface EnvironmentAuthToken
|
|
380
|
-
- Added Interface EnvironmentSkuProperties
|
|
381
|
-
- Added Interface ErrorAdditionalInfo
|
|
382
|
-
- Added Interface ErrorDetail
|
|
383
|
-
- Added Interface ErrorResponse
|
|
384
|
-
- Added Interface ExtendedLocation
|
|
385
|
-
- Added Interface InitContainer
|
|
386
|
-
- Added Interface IpSecurityRestrictionRule
|
|
387
|
-
- Added Interface ManagedEnvironmentDiagnosticsGetDetectorOptionalParams
|
|
388
|
-
- Added Interface ManagedEnvironmentDiagnosticsListDetectorsOptionalParams
|
|
389
|
-
- Added Interface ManagedEnvironmentOutboundSettings
|
|
390
|
-
- Added Interface ManagedEnvironmentsDiagnosticsGetRootOptionalParams
|
|
391
|
-
- Added Interface ManagedEnvironmentsGetAuthTokenOptionalParams
|
|
392
|
-
- Added Interface ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams
|
|
393
|
-
- Added Interface ManagedEnvironmentsListWorkloadProfileStatesOptionalParams
|
|
394
|
-
- Added Interface TcpScaleRule
|
|
395
|
-
- Added Interface WorkloadProfile
|
|
396
|
-
- Added Interface WorkloadProfileStates
|
|
397
|
-
- Added Interface WorkloadProfileStatesCollection
|
|
398
|
-
- Added Interface WorkloadProfileStatesProperties
|
|
399
|
-
- Added Type Alias Action
|
|
400
|
-
- Added Type Alias Applicability
|
|
401
|
-
- Added Type Alias AvailableWorkloadProfilesGetNextResponse
|
|
402
|
-
- Added Type Alias AvailableWorkloadProfilesGetResponse
|
|
403
|
-
- Added Type Alias BillingMetersGetResponse
|
|
404
|
-
- Added Type Alias Category
|
|
405
|
-
- Added Type Alias ConnectedEnvironmentProvisioningState
|
|
406
|
-
- Added Type Alias ConnectedEnvironmentsCertificatesCreateOrUpdateResponse
|
|
407
|
-
- Added Type Alias ConnectedEnvironmentsCertificatesGetResponse
|
|
408
|
-
- Added Type Alias ConnectedEnvironmentsCertificatesListNextResponse
|
|
409
|
-
- Added Type Alias ConnectedEnvironmentsCertificatesListResponse
|
|
410
|
-
- Added Type Alias ConnectedEnvironmentsCertificatesUpdateResponse
|
|
411
|
-
- Added Type Alias ConnectedEnvironmentsCheckNameAvailabilityResponse
|
|
412
|
-
- Added Type Alias ConnectedEnvironmentsCreateOrUpdateResponse
|
|
413
|
-
- Added Type Alias ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse
|
|
414
|
-
- Added Type Alias ConnectedEnvironmentsDaprComponentsGetResponse
|
|
415
|
-
- Added Type Alias ConnectedEnvironmentsDaprComponentsListNextResponse
|
|
416
|
-
- Added Type Alias ConnectedEnvironmentsDaprComponentsListResponse
|
|
417
|
-
- Added Type Alias ConnectedEnvironmentsDaprComponentsListSecretsResponse
|
|
418
|
-
- Added Type Alias ConnectedEnvironmentsGetResponse
|
|
419
|
-
- Added Type Alias ConnectedEnvironmentsListByResourceGroupNextResponse
|
|
420
|
-
- Added Type Alias ConnectedEnvironmentsListByResourceGroupResponse
|
|
421
|
-
- Added Type Alias ConnectedEnvironmentsListBySubscriptionNextResponse
|
|
422
|
-
- Added Type Alias ConnectedEnvironmentsListBySubscriptionResponse
|
|
423
|
-
- Added Type Alias ConnectedEnvironmentsStoragesCreateOrUpdateResponse
|
|
424
|
-
- Added Type Alias ConnectedEnvironmentsStoragesGetResponse
|
|
425
|
-
- Added Type Alias ConnectedEnvironmentsStoragesListResponse
|
|
426
|
-
- Added Type Alias ConnectedEnvironmentsUpdateResponse
|
|
427
|
-
- Added Type Alias ContainerAppsDiagnosticsGetDetectorResponse
|
|
428
|
-
- Added Type Alias ContainerAppsDiagnosticsGetRevisionResponse
|
|
429
|
-
- Added Type Alias ContainerAppsDiagnosticsGetRootResponse
|
|
430
|
-
- Added Type Alias ContainerAppsDiagnosticsListDetectorsNextResponse
|
|
431
|
-
- Added Type Alias ContainerAppsDiagnosticsListDetectorsResponse
|
|
432
|
-
- Added Type Alias ContainerAppsDiagnosticsListRevisionsNextResponse
|
|
433
|
-
- Added Type Alias ContainerAppsDiagnosticsListRevisionsResponse
|
|
434
|
-
- Added Type Alias ContainerAppsGetAuthTokenResponse
|
|
435
|
-
- Added Type Alias ExtendedLocationTypes
|
|
436
|
-
- Added Type Alias LogLevel
|
|
437
|
-
- Added Type Alias ManagedEnvironmentDiagnosticsGetDetectorResponse
|
|
438
|
-
- Added Type Alias ManagedEnvironmentDiagnosticsListDetectorsResponse
|
|
439
|
-
- Added Type Alias ManagedEnvironmentOutBoundType
|
|
440
|
-
- Added Type Alias ManagedEnvironmentsDiagnosticsGetRootResponse
|
|
441
|
-
- Added Type Alias ManagedEnvironmentsGetAuthTokenResponse
|
|
442
|
-
- Added Type Alias ManagedEnvironmentsListWorkloadProfileStatesNextResponse
|
|
443
|
-
- Added Type Alias ManagedEnvironmentsListWorkloadProfileStatesResponse
|
|
444
|
-
- Added Type Alias SkuName
|
|
445
|
-
- Interface CertificateProperties has a new optional parameter subjectAlternativeNames
|
|
446
|
-
- Interface Configuration has a new optional parameter maxInactiveRevisions
|
|
447
|
-
- Interface ContainerApp has a new optional parameter environmentId
|
|
448
|
-
- Interface ContainerApp has a new optional parameter eventStreamEndpoint
|
|
449
|
-
- Interface ContainerApp has a new optional parameter extendedLocation
|
|
450
|
-
- Interface ContainerApp has a new optional parameter workloadProfileType
|
|
451
|
-
- Interface CustomHostnameAnalysisResult has a new optional parameter conflictWithEnvironmentCustomDomain
|
|
452
|
-
- Interface Dapr has a new optional parameter enableApiLogging
|
|
453
|
-
- Interface Dapr has a new optional parameter httpMaxRequestSize
|
|
454
|
-
- Interface Dapr has a new optional parameter httpReadBufferSize
|
|
455
|
-
- Interface Dapr has a new optional parameter logLevel
|
|
456
|
-
- Interface DaprComponent has a new optional parameter secretStoreComponent
|
|
457
|
-
- Interface Ingress has a new optional parameter exposedPort
|
|
458
|
-
- Interface Ingress has a new optional parameter ipSecurityRestrictions
|
|
459
|
-
- Interface ManagedEnvironment has a new optional parameter customDomainConfiguration
|
|
460
|
-
- Interface ManagedEnvironment has a new optional parameter eventStreamEndpoint
|
|
461
|
-
- Interface ManagedEnvironment has a new optional parameter sku
|
|
462
|
-
- Interface ManagedEnvironment has a new optional parameter workloadProfiles
|
|
463
|
-
- Interface ReplicaContainer has a new optional parameter execEndpoint
|
|
464
|
-
- Interface ReplicaContainer has a new optional parameter logStreamEndpoint
|
|
465
|
-
- Interface Revision has a new optional parameter lastActiveTime
|
|
466
|
-
- Interface ScaleRule has a new optional parameter tcp
|
|
467
|
-
- Interface Template has a new optional parameter initContainers
|
|
468
|
-
- Interface VnetConfiguration has a new optional parameter outboundSettings
|
|
469
|
-
- Class ContainerAppsAPIClient has a new parameter availableWorkloadProfiles
|
|
470
|
-
- Class ContainerAppsAPIClient has a new parameter billingMeters
|
|
471
|
-
- Class ContainerAppsAPIClient has a new parameter connectedEnvironments
|
|
472
|
-
- Class ContainerAppsAPIClient has a new parameter connectedEnvironmentsCertificates
|
|
473
|
-
- Class ContainerAppsAPIClient has a new parameter connectedEnvironmentsDaprComponents
|
|
474
|
-
- Class ContainerAppsAPIClient has a new parameter connectedEnvironmentsStorages
|
|
475
|
-
- Class ContainerAppsAPIClient has a new parameter containerAppsDiagnostics
|
|
476
|
-
- Class ContainerAppsAPIClient has a new parameter managedEnvironmentDiagnostics
|
|
477
|
-
- Class ContainerAppsAPIClient has a new parameter managedEnvironmentsDiagnostics
|
|
478
|
-
- Added Enum KnownAction
|
|
479
|
-
- Added Enum KnownApplicability
|
|
480
|
-
- Added Enum KnownCategory
|
|
481
|
-
- Added Enum KnownConnectedEnvironmentProvisioningState
|
|
482
|
-
- Added Enum KnownExtendedLocationTypes
|
|
483
|
-
- Added Enum KnownLogLevel
|
|
484
|
-
- Added Enum KnownManagedEnvironmentOutBoundType
|
|
485
|
-
- Added Enum KnownSkuName
|
|
486
|
-
- Enum KnownContainerAppProvisioningState has a new value Deleting
|
|
487
|
-
- Enum KnownIngressTransportMethod has a new value Tcp
|
|
488
|
-
|
|
489
|
-
**Breaking Changes**
|
|
490
|
-
|
|
491
|
-
- Interface Container no longer has parameter args
|
|
492
|
-
- Interface Container no longer has parameter command
|
|
493
|
-
- Interface Container no longer has parameter env
|
|
494
|
-
- Interface Container no longer has parameter image
|
|
495
|
-
- Interface Container no longer has parameter name
|
|
496
|
-
- Interface Container no longer has parameter resources
|
|
497
|
-
- Interface Container no longer has parameter volumeMounts
|
|
498
|
-
|
|
499
323
|
## 1.1.2 (2022-10-08)
|
|
500
324
|
|
|
501
325
|
**Bugs Fixed**
|
|
502
326
|
|
|
503
|
-
|
|
327
|
+
- revert credential scopes
|
|
504
328
|
|
|
505
329
|
## 1.1.1 (2022-09-30)
|
|
506
330
|
|
|
507
331
|
**Bugs Fixed**
|
|
508
332
|
|
|
509
|
-
|
|
333
|
+
- fix better user experience of credential scopes in government cloud
|
|
510
334
|
|
|
511
335
|
## 1.1.0 (2022-08-02)
|
|
512
|
-
|
|
336
|
+
|
|
513
337
|
**Features**
|
|
514
338
|
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
339
|
+
- Added Interface AuthConfig
|
|
340
|
+
- Added Interface Certificate
|
|
341
|
+
- Added Interface ContainerApp
|
|
342
|
+
- Added Interface CustomHostnameAnalysisResult
|
|
343
|
+
- Added Interface DaprComponent
|
|
344
|
+
- Added Interface ManagedEnvironment
|
|
345
|
+
- Added Interface ManagedEnvironmentStorage
|
|
346
|
+
- Added Interface ProxyResource
|
|
347
|
+
- Added Interface Replica
|
|
348
|
+
- Added Interface Revision
|
|
349
|
+
- Added Interface SourceControl
|
|
350
|
+
- Added Interface TrackedResource
|
|
351
|
+
|
|
529
352
|
## 1.0.0 (2022-05-20)
|
|
530
353
|
|
|
531
354
|
The package of @azure/arm-appcontainers is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
|