File tree Expand file tree Collapse file tree 5 files changed +12
-40
lines changed
confluent/resource-manager
mediaservices/resource-manager
security/resource-manager Expand file tree Collapse file tree 5 files changed +12
-40
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,7 @@ modelerfour:
1515 lenient-model-deduplication : true
1616` ` `
1717
18- ` ` ` yaml $(python) && $(python-mode) == 'update'
18+ ` ` ` yaml $(python)
1919no-namespace-folders : true
2020output-folder : $(python-sdks-folder)/confluent/azure-mgmt-confluent/azure/mgmt/confluent
2121` ` `
22-
23- ` ` ` yaml $(python) && $(python-mode) == 'create'
24- basic-setup-py : true
25- output-folder : $(python-sdks-folder)/confluent/azure-mgmt-confluent
26- ` ` `
Original file line number Diff line number Diff line change @@ -5,23 +5,16 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66
77
8- These settings apply only when ` --track2 ` is specified on the command line.
9-
10- ``` yaml $(track2)
8+ ``` yaml $(python)
119azure-arm : true
1210license-header : MICROSOFT_MIT_NO_VERSION
1311package-name : azure-mgmt-datadog
14- no- namespace-folders : true
12+ namespace : azure.mgmt.datadog
1513package-version : 1.0.0b1
1614clear-output-folder : true
1715` ` `
1816
19- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
17+ ` ` ` yaml $(python)
2018no-namespace-folders : true
2119output-folder : $(python-sdks-folder)/datadog/azure-mgmt-datadog/azure/mgmt/datadog
2220` ` `
23-
24- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
25- basic-setup-py : true
26- output-folder : $(python-sdks-folder)/datadog/azure-mgmt-datadog
27- ` ` `
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66
7- ``` yaml $(python) && $(track2)
8- python-mode : create
7+ ``` yaml $(python)
98azure-arm : true
109license-header : MICROSOFT_MIT_NO_VERSION
1110namespace : azure.mgmt.media
@@ -14,12 +13,7 @@ package-version: 1.0.0b1
1413clear-output-folder : true
1514` ` `
1615
17- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+ ` ` ` yaml $(python)
1817no-namespace-folders : true
1918output-folder : $(python-sdks-folder)/media/azure-mgmt-media/azure/mgmt/media
2019` ` `
21-
22- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
23- basic-setup-py : true
24- output-folder : $(python-sdks-folder)/media/azure-mgmt-media
25- ` ` `
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66
7- ``` yaml $(python) && $(track2)
8- python-mode : create
7+ ``` yaml $(python)
98azure-arm : true
109license-header : MICROSOFT_MIT_NO_VERSION
1110namespace : azure.mgmt.security
@@ -14,16 +13,12 @@ package-version: 1.0.0b1
1413clear-output-folder : true
1514` ` `
1615
17- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+ ` ` ` yaml $(python)
1817no-namespace-folders : true
1918output-folder : $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security
2019` ` `
21- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/security/azure-mgmt-security
24- ` ` `
2520
26- ` ` ` yaml $(python) && $(track2)
21+ ` ` ` yaml $(python)
2722modelerfour :
2823 lenient-model-deduplication : true
2924directive :
@@ -43,4 +38,4 @@ directive:
4338 where : $.definitions.AlertSimulatorRequestProperties.properties.kind
4439 transform : >
4540 $['x-ms-enum']['name'] = 'kindEnum';
46- ` ` `
41+ ` ` `
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66
7- ``` yaml $(python) && $(track2)
8- python-mode : create
7+ ``` yaml $(python)
98azure-arm : true
109license-header : MICROSOFT_MIT_NO_VERSION
1110namespace : azure.mgmt.signalr
@@ -14,13 +13,9 @@ package-version: 1.0.0b1
1413clear-output-folder : true
1514` ` `
1615
17- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+ ` ` ` yaml $(python)
1817no-namespace-folders : true
1918output-folder : $(python-sdks-folder)/signalr/azure-mgmt-signalr/azure/mgmt/signalr
2019` ` `
21- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/signalr/azure-mgmt-signalr
24- ` ` `
2520
2621
You can’t perform that action at this time.
0 commit comments