File tree Expand file tree Collapse file tree 5 files changed +11
-38
lines changed
iotcentral/resource-manager
securityinsights/resource-manager
webpubsub/resource-manager Expand file tree Collapse file tree 5 files changed +11
-38
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ 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``` yaml $(python)
8- python-mode : create
98azure-arm : true
109license-header : MICROSOFT_MIT_NO_VERSION
1110namespace : azure.mgmt.iotcentral
@@ -14,12 +13,7 @@ package-version: 1.0.0b1
1413clear-output-folder : true
1514` ` `
1615
17- ` ` ` yaml $(python) && $(python-mode) == 'update'
16+ ` ` ` yaml $(python)
1817no-namespace-folders : true
1918output-folder : $(python-sdks-folder)/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral
2019` ` `
21-
22- ` ` ` yaml $(python) && $(python-mode) == 'create'
23- basic-setup-py : true
24- output-folder : $(python-sdks-folder)/iothub/azure-mgmt-iotcentral
25- ` ` `
Original file line number Diff line number Diff line change 33These 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> ` .
55
6- ``` yaml $(track2 )
6+ ``` yaml $(python )
77azure-arm : true
88license-header : MICROSOFT_MIT_NO_VERSION
99package-name : azure-mgmt-orbital
10- no- namespace-folders : true
10+ namespace : azure.mgmt.orbital
1111package-version : 1.0.0b1
1212clear-output-folder : true
1313` ` `
1414
15- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
15+ ` ` ` yaml $(python)
1616no-namespace-folders : true
1717output-folder : $(python-sdks-folder)/orbital/azure-mgmt-orbital/azure/mgmt/orbital
1818` ` `
19-
20- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/orbital/azure-mgmt-orbital
23- ` ` `
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ 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- ``` yaml $(python) && $(track2)
9- python-mode : update
8+ ``` yaml $(python)
109azure-arm : true
1110license-header : MICROSOFT_MIT_NO_VERSION
1211namespace : azure.mgmt.redis
@@ -15,17 +14,12 @@ package-version: 12.0.0b1
1514clear-output-folder : true
1615` ` `
1716
18- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
17+ ` ` ` yaml $(python)
1918no-namespace-folders : true
2019output-folder : $(python-sdks-folder)/redis/azure-mgmt-redis/azure/mgmt/redis
2120` ` `
2221
23- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
24- basic-setup-py : true
25- output-folder : $(python-sdks-folder)/redis/azure-mgmt-redis
26- ` ` `
27-
28- ` ` ` yaml $(python) && $(track2)
22+ ` ` ` yaml $(python)
2923modelerfour :
3024 lenient-model-deduplication : true
3125` ` `
Original file line number Diff line number Diff line change @@ -4,7 +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)
7+ ``` yaml $(python)
88azure-arm : true
99license-header : MICROSOFT_MIT_NO_VERSION
1010namespace : azure.mgmt.securityinsight
@@ -13,12 +13,7 @@ package-version: 1.0.0b1
1313clear-output-folder : true
1414` ` `
1515
16- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+ ` ` ` yaml $(python)
1717no-namespace-folders : true
1818output-folder : $(python-sdks-folder)/securityinsight/azure-mgmt-securityinsight/azure/mgmt/securityinsight
1919` ` `
20-
21- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/securityinsight/azure-mgmt-securityinsight
24- ` ` `
Original file line number Diff line number Diff line change @@ -4,22 +4,17 @@ 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.webpubsub
1211package-name : azure-mgmt-webpubsub
1312package-version : 0.1.0
1413clear-output-folder : true
1514` ` `
16- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
15+ ` ` ` yaml $(python)
1716no-namespace-folders : true
1817output-folder : $(python-sdks-folder)/webpubsub/azure-mgmt-webpubsub/azure/mgmt/webpubsub
1918` ` `
20- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/webpubsub/azure-mgmt-webpubsub
23- ` ` `
2419
2520
You can’t perform that action at this time.
0 commit comments