File tree Expand file tree Collapse file tree 5 files changed +14
-38
lines changed
blueprint/resource-manager
consumption/resource-manager
dashboard/resource-manager
deviceupdate/resource-manager Expand file tree Collapse file tree 5 files changed +14
-38
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-blueprint
10- no- namespace-folders : true
10+ namespace : azure.mgmt.blueprint
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)/blueprint/azure-mgmt-blueprint/azure/mgmt/blueprint
1818` ` `
19-
20- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/blueprint/azure-mgmt-blueprint
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
1111payload-flattening-threshold : 2
@@ -15,12 +15,7 @@ package-version: 1.0.0b1
1515clear-output-folder : true
1616` ` `
1717
18- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
18+ ` ` ` yaml $(python)
1919no-namespace-folders : true
2020output-folder : $(python-sdks-folder)/consumption/azure-mgmt-consumption/azure/mgmt/consumption
2121` ` `
22-
23- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
24- basic-setup-py : true
25- output-folder : $(python-sdks-folder)/consumption/azure-mgmt-consumption
26- ` ` `
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-dashboard
10- no- namespace-folders : true
10+ namespace : azure.mgmt.dashboard
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)/dashboard/azure-mgmt-dashboard/azure/mgmt/dashboard
1818` ` `
19-
20- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/dashboard/azure-mgmt-dashboard
23- ` ` `
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
99package-name : azure-mgmt-deviceupdate
1010package-version : 1.0.0b1
1111no-namespace-folders : true
1212` ` `
1313
14- ` ` ` yaml $(python) && $(track2) && $(python-mode) == 'update'
14+ ` ` ` yaml $(python)
1515no-namespace-folders : true
1616output-folder : $(python-sdks-folder)/deviceupdate/azure-mgmt-deviceupdate/azure/mgmt/deviceupdate
1717` ` `
18-
19- ` ` ` yaml $(python) && $(track2) && $(python-mode) == 'create'
20- basic-setup-py : true
21- output-folder : $(python-sdks-folder)/deviceupdate/azure-mgmt-deviceupdate
22- ` ` `
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-dfp
10- no- namespace-folders : true
10+ namespace : azure.mgmt.dfp
1111package-version : 1.0.0b1
1212` ` `
1313
14- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
14+ ` ` ` yaml $(python)
1515no-namespace-folders : true
1616output-folder : $(python-sdks-folder)/dfp/azure-mgmt-dfp/azure/mgmt/dfp
17- ` ` `
18-
19- ` ` ` yaml $(python-mode) == 'create' && $(track2)
20- basic-setup-py : true
21- output-folder : $(python-sdks-folder)/dfp/azure-mgmt-dfp
17+ ` ` `
You can’t perform that action at this time.
0 commit comments