File tree Expand file tree Collapse file tree 5 files changed +12
-36
lines changed
automanage/resource-manager
cognitiveservices/resource-manager
mixedreality/resource-manager
policyinsights/resource-manager
workloadmonitor/resource-manager Expand file tree Collapse file tree 5 files changed +12
-36
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 $(track2 )
6+ ``` yaml $(python )
77azure-arm : true
88license-header : MICROSOFT_MIT_NO_VERSION
99package-name : azure-mgmt-automanage
10- no- namespace-folders : true
10+ namespace : azure.mgmt.automanage
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)/automanage/azure-mgmt-automanage/azure/mgmt/automanage
1818` ` `
1919
20- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/automanage/azure-mgmt-automanage
23- ` ` `
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.cognitiveservices
@@ -14,11 +13,7 @@ package-version: 11.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)/cognitiveservices/azure-mgmt-cognitiveservices/azure/mgmt/cognitiveservices
2019` ` `
21- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/cognitiveservices/azure-mgmt-cognitiveservices
24- ` ` `
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 : update
98azure-arm : true
109license-header : MICROSOFT_MIT_NO_VERSION
1110namespace : azure.mgmt.mixedreality
@@ -16,12 +15,7 @@ modelerfour:
1615 lenient-model-deduplication : true
1716` ` `
1817
19- ` ` ` yaml $(python) && $(python-mode) == 'update'
18+ ` ` ` yaml $(python)
2019no-namespace-folders : true
2120output-folder : $(python-sdks-folder)/mixedreality/azure-mgmt-mixedreality/azure/mgmt/mixedreality
2221` ` `
23-
24- ` ` ` yaml $(python) && $(python-mode) == 'create'
25- basic-setup-py : true
26- output-folder : $(python-sdks-folder)/mixedreality/azure-mgmt-mixedreality
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.policyinsights
@@ -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)/policyinsights/azure-mgmt-policyinsights/azure/mgmt/policyinsights
2019` ` `
21- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/policyinsights/azure-mgmt-policyinsights
24- ` ` `
2520
26- ` ` ` yaml $(python) && $(track2)
21+ ` ` ` yaml $(python)
2722modelerfour :
2823 lenient-model-deduplication : true
2924directive :
Original file line number Diff line number Diff line change @@ -7,21 +7,17 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat
77
88These settings apply only when ` --track2 ` is specified on the command line.
99
10- ``` yaml $(track2 )
10+ ``` yaml $(python )
1111azure-arm : true
1212license-header : MICROSOFT_MIT_NO_VERSION
1313package-name : azure-mgmt-workloadmonitor
14- no- namespace-folders : true
14+ namespace : azure.mgmt.workloadmonitor
1515package-version : 1.0.0b1
1616clear-output-folder : true
1717` ` `
1818
19- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
19+ ` ` ` yaml $(python)
2020no-namespace-folders : true
2121output-folder : $(python-sdks-folder)/workloadmonitor/azure-mgmt-workloadmonitor/azure/mgmt/workloadmonitor
2222` ` `
2323
24- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
25- basic-setup-py : true
26- output-folder : $(python-sdks-folder)/workloadmonitor/azure-mgmt-workloadmonitor
27- ` ` `
You can’t perform that action at this time.
0 commit comments