File tree Expand file tree Collapse file tree 5 files changed +11
-34
lines changed
cost-management/resource-manager
hanaonazure/resource-manager
imagebuilder/resource-manager
managementpartner/resource-manager
storagesync/resource-manager Expand file tree Collapse file tree 5 files changed +11
-34
lines changed 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.costmanagement
@@ -14,16 +14,12 @@ clear-output-folder: true
1414` ` `
1515
1616
17- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
17+ ` ` ` yaml $(python)
1818no-namespace-folders : true
1919output-folder : $(python-sdks-folder)/costmanagement/azure-mgmt-costmanagement/azure/mgmt/costmanagement
2020` ` `
2121
22- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
23- basic-setup-py : true
24- output-folder : $(python-sdks-folder)/costmanagement/azure-mgmt-costmanagement
25- ` ` `
26- ` ` ` yaml $(python) && $(track2)
22+ ` ` ` yaml $(python)
2723modelerfour :
2824 lenient-model-deduplication : true
2925` ` `
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.hanaonazure
@@ -13,11 +13,7 @@ clear-output-folder: true
1313package-version : 1.0.0b1
1414` ` `
1515
16- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+ ` ` ` yaml $(python)
1717no-namespace-folders : true
1818output-folder : $(python-sdks-folder)/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure
1919` ` `
20- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/hanaonazure/azure-mgmt-hanaonazure
23- ` ` `
Original file line number Diff line number Diff line change @@ -4,20 +4,15 @@ 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.imagebuilder
1211package-name : azure-mgmt-imagebuilder
1312clear-output-folder : true
1413package-version : 1.0.0b1
1514` ` `
16- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
15+ ` ` ` yaml $(python)
1716no-namespace-folders : true
1817output-folder : $(python-sdks-folder)/compute/azure-mgmt-imagebuilder/azure/mgmt/imagebuilder
1918` ` `
20- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/compute/azure-mgmt-imagebuilder
23- ` ` `
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ These settings apply only when `--python` is specified on the command line.
55Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
66Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
77
8- ``` yaml $(python) && $(track2)
9- python-mode : create
8+ ``` yaml $(python)
109azure-arm : true
1110license-header : MICROSOFT_MIT_NO_VERSION
1211namespace : azure.mgmt.managementpartner
@@ -15,11 +14,7 @@ package-version: 1.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)/managementpartner/azure-mgmt-managementpartner/azure/mgmt/managementpartner
2120` ` `
22- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
23- basic-setup-py : true
24- output-folder : $(python-sdks-folder)/managementpartner/azure-mgmt-managementpartner
25- ` ` `
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.storagesync
@@ -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)/storage/azure-mgmt-storagesync/azure/mgmt/storagesync
1919` ` `
20-
21- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/storage/azure-mgmt-storagesync
24- ` ` `
You can’t perform that action at this time.
0 commit comments