Skip to content

Commit e320555

Browse files
authored
[T2]containerservice for track2 python sdk (#11275)
1 parent 35c3467 commit e320555

File tree

10 files changed

+101
-3
lines changed

10 files changed

+101
-3
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2019-11-01/managedClusters.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,6 +1953,7 @@
19531953
"identityProfile": {
19541954
"additionalProperties": {
19551955
"readOnly": true,
1956+
"x-ms-client-name": "managedClusterPropertiesIdentityProfileValue",
19561957
"allOf": [
19571958
{
19581959
"$ref": "#/definitions/UserAssignedIdentity"

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-01-01/managedClusters.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1957,6 +1957,7 @@
19571957
"identityProfile": {
19581958
"additionalProperties": {
19591959
"readOnly": true,
1960+
"x-ms-client-name": "managedClusterPropertiesIdentityProfileValue",
19601961
"allOf": [
19611962
{
19621963
"$ref": "#/definitions/UserAssignedIdentity"

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-02-01/managedClusters.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,6 +2006,7 @@
20062006
"identityProfile": {
20072007
"additionalProperties": {
20082008
"readOnly": true,
2009+
"x-ms-client-name": "managedClusterPropertiesIdentityProfileValue",
20092010
"allOf": [
20102011
{
20112012
"$ref": "#/definitions/UserAssignedIdentity"

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-03-01/managedClusters.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,6 +1896,7 @@
18961896
"$ref": "#/definitions/Resource"
18971897
},
18981898
{
1899+
"x-ms-client-name": "BaseManagedCluster",
18991900
"properties": {
19001901
"properties": {
19011902
"description": "Properties of a managed cluster.",
@@ -2031,6 +2032,7 @@
20312032
"identityProfile": {
20322033
"additionalProperties": {
20332034
"readOnly": true,
2035+
"x-ms-client-name": "managedClusterPropertiesIdentityProfileValue",
20342036
"allOf": [
20352037
{
20362038
"$ref": "#/definitions/UserAssignedIdentity"

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-04-01/managedClusters.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,6 +1914,7 @@
19141914
"$ref": "#/definitions/Resource"
19151915
},
19161916
{
1917+
"x-ms-client-name": "BaseManagedCluster",
19171918
"properties": {
19181919
"properties": {
19191920
"description": "Properties of a managed cluster.",
@@ -2049,6 +2050,7 @@
20492050
"identityProfile": {
20502051
"additionalProperties": {
20512052
"readOnly": true,
2053+
"x-ms-client-name": "managedClusterPropertiesIdentityProfileValue",
20522054
"allOf": [
20532055
{
20542056
"$ref": "#/definitions/UserAssignedIdentity"

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-06-01/managedClusters.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,6 +2126,7 @@
21262126
"$ref": "#/definitions/Resource"
21272127
},
21282128
{
2129+
"x-ms-client-name": "BaseManagedCluster",
21292130
"properties": {
21302131
"properties": {
21312132
"description": "Properties of a managed cluster.",
@@ -2261,6 +2262,7 @@
22612262
"identityProfile": {
22622263
"additionalProperties": {
22632264
"readOnly": true,
2265+
"x-ms-client-name": "managedClusterPropertiesIdentityProfileValue",
22642266
"allOf": [
22652267
{
22662268
"$ref": "#/definitions/UserAssignedIdentity"
@@ -2317,6 +2319,7 @@
23172319
"type": "object",
23182320
"additionalProperties": {
23192321
"type": "object",
2322+
"x-ms-client-name": "ManagedClusterIdentityUserAssignedIdentitiesValue",
23202323
"properties": {
23212324
"principalId": {
23222325
"readOnly": true,

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-07-01/managedClusters.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2196,6 +2196,7 @@
21962196
"$ref": "#/definitions/Resource"
21972197
},
21982198
{
2199+
"x-ms-client-name": "BaseManagedCluster",
21992200
"properties": {
22002201
"properties": {
22012202
"description": "Properties of a managed cluster.",
@@ -2331,9 +2332,11 @@
23312332
"identityProfile": {
23322333
"additionalProperties": {
23332334
"readOnly": true,
2335+
"x-ms-client-name": "managedClusterPropertiesIdentityProfileValue",
23342336
"allOf": [
23352337
{
2336-
"$ref": "#/definitions/UserAssignedIdentity"
2338+
"$ref": "#/definitions/UserAssignedIdentity",
2339+
"x-ms-client-name": "managedClusterPropertiesIdentityProfileValue"
23372340
}
23382341
]
23392342
},
@@ -2387,6 +2390,7 @@
23872390
"type": "object",
23882391
"additionalProperties": {
23892392
"type": "object",
2393+
"x-ms-client-name": "ManagedClusterIdentityUserAssignedIdentitiesValue",
23902394
"properties": {
23912395
"principalId": {
23922396
"readOnly": true,

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-09-01/managedClusters.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2391,6 +2391,7 @@
23912391
"$ref": "#/definitions/Resource"
23922392
},
23932393
{
2394+
"x-ms-client-name": "BaseManagedCluster",
23942395
"properties": {
23952396
"properties": {
23962397
"description": "Properties of a managed cluster.",
@@ -2561,6 +2562,7 @@
25612562
"identityProfile": {
25622563
"additionalProperties": {
25632564
"readOnly": true,
2565+
"x-ms-client-name": "managedClusterPropertiesIdentityProfileValue",
25642566
"allOf": [
25652567
{
25662568
"$ref": "#/definitions/UserAssignedIdentity"
@@ -2634,6 +2636,7 @@
26342636
"type": "object",
26352637
"additionalProperties": {
26362638
"type": "object",
2639+
"x-ms-client-name": "ManagedClusterIdentityUserAssignedIdentitiesValue",
26372640
"properties": {
26382641
"principalId": {
26392642
"readOnly": true,

specification/containerservice/resource-manager/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,11 @@ This is not used by Autorest itself.
547547

548548
``` yaml $(swagger-to-sdk)
549549
swagger-to-sdk:
550+
550551
- repo: azure-sdk-for-python
551552
after_scripts:
552553
- python ./scripts/multiapi_init_gen.py azure-mgmt-containerservice
554+
- repo: azure-sdk-for-python-track2
553555
- repo: azure-sdk-for-java
554556
- repo: azure-sdk-for-go
555557
- repo: azure-sdk-for-js

specification/containerservice/resource-manager/readme.python.md

Lines changed: 81 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These settings apply only when `--python` is specified on the command line.
44

5-
```yaml $(python)
5+
```yaml $(python) && !$(track2)
66
python:
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
@@ -12,11 +12,43 @@ python:
1212
no-namespace-folders: true
1313
```
1414
15+
```yaml $(python) && $(track2)
16+
azure-arm: true
17+
license-header: MICROSOFT_MIT_NO_VERSION
18+
package-name: azure-mgmt-containerservice
19+
clear-output-folder: true
20+
no-namespace-folders: true
21+
```
22+
1523
### Python multi-api
1624
1725
Generate all API versions currently shipped for this package
1826
19-
```yaml $(python) && $(multiapi)
27+
```yaml $(python) && $(multiapi) && !$(track2)
28+
batch:
29+
- tag: package-2020-09-01-only
30+
- tag: package-2020-07-01-only
31+
- tag: package-2020-06-01-only
32+
- tag: package-2020-04-01-only
33+
- tag: package-2020-03-01-only
34+
- tag: package-2020-02-01-only
35+
- tag: package-2020-01-01-only
36+
- tag: package-2019-11-01-only
37+
- tag: package-2019-10-27-preview-only
38+
- tag: package-2019-10-01-only
39+
- tag: package-2019-08-01-only
40+
- tag: package-2019-06-01-only
41+
- tag: package-2019-04-30-only
42+
- tag: package-2019-04-01-only
43+
- tag: package-2019-02-only
44+
- tag: package-2018-09-preview-only
45+
- tag: package-2019-09-preview-only
46+
- tag: package-2018-08-preview-only
47+
- tag: package-2018-03-only
48+
- tag: package-2017-07-only-extended
49+
```
50+
51+
```yaml $(python) && $(multiapi) && $(track2)
2052
batch:
2153
- tag: package-2020-09-01-only
2254
- tag: package-2020-07-01-only
@@ -38,8 +70,15 @@ batch:
3870
- tag: package-2018-08-preview-only
3971
- tag: package-2018-03-only
4072
- tag: package-2017-07-only-extended
73+
- multiapiscript: true
4174
```
4275
76+
``` yaml $(multiapiscript)
77+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/
78+
clear-output-folder: false
79+
perform-load: false
80+
```
81+
4382
### Tag: package-2020-09-01-only and python
4483
4584
These settings apply only when `--tag=package-2020-09-01-only --python` is specified on the command line.
@@ -49,6 +88,8 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
4988
python:
5089
namespace: azure.mgmt.containerservice.v2020_09_01
5190
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_09_01
91+
namespace: azure.mgmt.containerservice.v2020_09_01
92+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_09_01
5293
```
5394

5495
### Tag: package-2020-07-01-only and python
@@ -60,6 +101,8 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
60101
python:
61102
namespace: azure.mgmt.containerservice.v2020_07_01
62103
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_07_01
104+
namespace: azure.mgmt.containerservice.v2020_07_01
105+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_07_01
63106
```
64107

65108
### Tag: package-2020-06-01-only and python
@@ -68,6 +111,8 @@ These settings apply only when `--tag=package-2020-06-01-only --python` is speci
68111
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
69112

70113
``` yaml $(tag) == 'package-2020-06-01-only' && $(python)
114+
namespace: azure.mgmt.containerservice.v2020_06_01
115+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_06_01
71116
python:
72117
namespace: azure.mgmt.containerservice.v2020_06_01
73118
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_06_01
@@ -79,6 +124,8 @@ These settings apply only when `--tag=package-2020-04-01-only --python` is speci
79124
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
80125

81126
``` yaml $(tag) == 'package-2020-04-01-only' && $(python)
127+
namespace: azure.mgmt.containerservice.v2020_04_01
128+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_04_01
82129
python:
83130
namespace: azure.mgmt.containerservice.v2020_04_01
84131
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_04_01
@@ -90,6 +137,8 @@ These settings apply only when `--tag=package-2020-03-01-only --python` is speci
90137
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
91138

92139
``` yaml $(tag) == 'package-2020-03-01-only' && $(python)
140+
namespace: azure.mgmt.containerservice.v2020_03_01
141+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_03_01
93142
python:
94143
namespace: azure.mgmt.containerservice.v2020_03_01
95144
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_03_01
@@ -101,6 +150,8 @@ These settings apply only when `--tag=package-2020-02-01-only --python` is speci
101150
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
102151

103152
``` yaml $(tag) == 'package-2020-02-01-only' && $(python)
153+
namespace: azure.mgmt.containerservice.v2020_02_01
154+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_02_01
104155
python:
105156
namespace: azure.mgmt.containerservice.v2020_02_01
106157
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_02_01
@@ -112,6 +163,8 @@ These settings apply only when `--tag=package-2020-01-01-only --python` is speci
112163
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
113164

114165
``` yaml $(tag) == 'package-2020-01-01-only' && $(python)
166+
namespace: azure.mgmt.containerservice.v2020_01_01
167+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_01_01
115168
python:
116169
namespace: azure.mgmt.containerservice.v2020_01_01
117170
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_01_01
@@ -123,6 +176,8 @@ These settings apply only when `--tag=package-2019-11-01-only --python` is speci
123176
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
124177

125178
``` yaml $(tag) == 'package-2019-11-01-only' && $(python)
179+
namespace: azure.mgmt.containerservice.v2019_11_01
180+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_11_01
126181
python:
127182
namespace: azure.mgmt.containerservice.v2019_11_01
128183
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_11_01
@@ -134,6 +189,8 @@ These settings apply only when `--tag=package-2019-10-27-preview-only --python`
134189
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
135190

136191
``` yaml $(tag) == 'package-2019-10-27-preview-only' && $(python)
192+
namespace: azure.mgmt.containerservice.v2019_10_27_preview
193+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_10_27_preview
137194
python:
138195
namespace: azure.mgmt.containerservice.v2019_10_27_preview
139196
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_10_27_preview
@@ -145,6 +202,8 @@ These settings apply only when `--tag=package-2019-10-01-only --python` is speci
145202
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
146203

147204
``` yaml $(tag) == 'package-2019-10-01-only' && $(python)
205+
namespace: azure.mgmt.containerservice.v2019_10_01
206+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_10_01
148207
python:
149208
namespace: azure.mgmt.containerservice.v2019_10_01
150209
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_10_01
@@ -156,6 +215,8 @@ These settings apply only when `--tag=package-2019-08-01-only --python` is speci
156215
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
157216

158217
``` yaml $(tag) == 'package-2019-08-01-only' && $(python)
218+
namespace: azure.mgmt.containerservice.v2019_08_01
219+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_08_01
159220
python:
160221
namespace: azure.mgmt.containerservice.v2019_08_01
161222
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_08_01
@@ -167,6 +228,8 @@ These settings apply only when `--tag=package-2019-06-01-only --python` is speci
167228
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
168229

169230
``` yaml $(tag) == 'package-2019-06-01-only' && $(python)
231+
namespace: azure.mgmt.containerservice.v2019_06_01
232+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_06_01
170233
python:
171234
namespace: azure.mgmt.containerservice.v2019_06_01
172235
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_06_01
@@ -178,6 +241,8 @@ These settings apply only when `--tag=package-2019-04-30-only --python` is speci
178241
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
179242

180243
``` yaml $(tag) == 'package-2019-04-30-only' && $(python)
244+
namespace: azure.mgmt.containerservice.v2019_04_30
245+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_04_30
181246
python:
182247
namespace: azure.mgmt.containerservice.v2019_04_30
183248
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_04_30
@@ -189,6 +254,8 @@ These settings apply only when `--tag=package-2019-04-01-only --python` is speci
189254
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
190255

191256
``` yaml $(tag) == 'package-2019-04-01-only' && $(python)
257+
namespace: azure.mgmt.containerservice.v2019_04_01
258+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_04_01
192259
python:
193260
namespace: azure.mgmt.containerservice.v2019_04_01
194261
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_04_01
@@ -200,6 +267,8 @@ These settings apply only when `--tag=package-2019-02-only --python` is specifie
200267
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
201268

202269
``` yaml $(tag) == 'package-2019-02-only' && $(python)
270+
namespace: azure.mgmt.containerservice.v2019_02_01
271+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_02_01
203272
python:
204273
namespace: azure.mgmt.containerservice.v2019_02_01
205274
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_02_01
@@ -211,6 +280,8 @@ These settings apply only when `--tag=package-2018-09-preview-only --python` is
211280
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
212281

213282
``` yaml $(tag) == 'package-2018-09-preview-only' && $(python)
283+
namespace: azure.mgmt.containerservice.v2018_09_30_preview
284+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2018_09_30_preview
214285
python:
215286
namespace: azure.mgmt.containerservice.v2018_09_30_preview
216287
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2018_09_30_preview
@@ -222,6 +293,8 @@ These settings apply only when `--tag=package-2018-08-preview-only --python` is
222293
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
223294

224295
``` yaml $(tag) == 'package-2018-08-preview-only' && $(python)
296+
namespace: azure.mgmt.containerservice.v2018_08_01_preview
297+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2018_08_01_preview
225298
python:
226299
namespace: azure.mgmt.containerservice.v2018_08_01_preview
227300
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2018_08_01_preview
@@ -233,6 +306,8 @@ These settings apply only when `--tag=package-2018-03-only --python` is specifie
233306
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
234307

235308
``` yaml $(tag) == 'package-2018-03-only' && $(python)
309+
namespace: azure.mgmt.containerservice.v2018_03_31
310+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2018_03_31
236311
python:
237312
namespace: azure.mgmt.containerservice.v2018_03_31
238313
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2018_03_31
@@ -244,6 +319,8 @@ These settings apply only when `--tag=package-2017-07-only-extended --python` is
244319
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
245320

246321
``` yaml $(tag) == 'package-2017-07-only-extended' && $(python)
322+
namespace: azure.mgmt.containerservice.v2017_07_01
323+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2017_07_01
247324
python:
248325
namespace: azure.mgmt.containerservice.v2017_07_01
249326
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2017_07_01
@@ -255,6 +332,8 @@ These settings apply only when `--tag=package-2019-09-preview-only --python` is
255332
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
256333

257334
``` yaml $(tag) == 'package-2019-09-preview-only' && $(python)
335+
namespace: azure.mgmt.containerservice.v2019_09_30_preview
336+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_09_30_preview
258337
python:
259338
namespace: azure.mgmt.containerservice.v2019_09_30_preview
260339
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_09_30_preview

0 commit comments

Comments
 (0)