File tree Expand file tree Collapse file tree 5 files changed +17
-42
lines changed
automation/resource-manager
datamigration/resource-manager
devspaces/resource-manager
hdinsight/resource-manager Expand file tree Collapse file tree 5 files changed +17
-42
lines changed 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 $(python) && $(track2)
6+ ``` yaml $(python)
77azure-arm : true
88license-header : MICROSOFT_MIT_NO_VERSION
99namespace : azure.mgmt.automation
@@ -12,18 +12,12 @@ package-version: 1.0.0b1
1212clear-output-folder : true
1313` ` `
1414
15- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
15+ ` ` ` yaml $(python)
1616no-namespace-folders : true
1717output-folder : $(python-sdks-folder)/automation/azure-mgmt-automation/azure/mgmt/automation
1818` ` `
1919
20-
21- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/automation/azure-mgmt-automation
24- ` ` `
25-
26- ` ` ` yaml $(python) && $(track2)
20+ ` ` ` yaml $(python)
2721modelerfour :
2822 lenient-model-deduplication : true
2923` ` `
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-chaos
10- no- namespace-folders : true
10+ namespace : azure.mgmt.chaos
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)/chaos/azure-mgmt-chaos/azure/mgmt/chaos
1818` ` `
19-
20- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/chaos/azure-mgmt-chaos
23- ` ` `
Original file line number Diff line number Diff line change @@ -5,7 +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)
8+ ``` yaml $(python)
99azure-arm : true
1010license-header : MICROSOFT_MIT_NO_VERSION
1111namespace : azure.mgmt.datamigration
@@ -16,17 +16,12 @@ clear-output-folder: true
1616
1717
1818
19- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
19+ ` ` ` yaml $(python)
2020no-namespace-folders : true
2121output-folder : $(python-sdks-folder)/datamigration/azure-mgmt-datamigration/azure/mgmt/datamigration
2222` ` `
2323
24- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
25- basic-setup-py : true
26- output-folder : $(python-sdks-folder)/datamigration/azure-mgmt-datamigration
27- ` ` `
28-
29- ` ` ` yaml $(python) && $(track2)
24+ ` ` ` yaml $(python)
3025directive :
3126 - from : swagger-document
3227 where : $.definitions.MigrateSchemaSqlServerSqlDbTaskOutput
Original file line number Diff line number Diff line change @@ -4,24 +4,20 @@ 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
1010package-name : azure-mgmt-devspaces
11- no- namespace-folders : true
11+ namespace : azure.mgmt.devspaces
1212package-version : 1.0.0b1
1313clear-output-folder : true
1414` ` `
15- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
15+ ` ` ` yaml $(python)
1616no-namespace-folders : true
1717output-folder : $(python-sdks-folder)/aks/azure-mgmt-devspaces/azure/mgmt/devspaces
1818` ` `
19- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
20- basic-setup-py : true
21- output-folder : $(python-sdks-folder)/aks/azure-mgmt-devspaces
22- ` ` `
2319
24- ` ` ` yaml $(python) && $(track2)
20+ ` ` ` yaml $(python)
2521directive :
2622 - from : swagger-document
2723 where : $.definitions.OrchestratorSpecificConnectionDetails
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.hdinsight
@@ -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)/hdinsight/azure-mgmt-hdinsight/azure/mgmt/hdinsight
2019` ` `
21- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/hdinsight/azure-mgmt-hdinsight
24- ` ` `
2520
26- ` ` ` yaml $(python) && $(track2)
21+ ` ` ` yaml $(python)
2722modelerfour :
2823 lenient-model-deduplication : true
29- ` ` `
24+ ` ` `
You can’t perform that action at this time.
0 commit comments