File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
specification/msi/resource-manager Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ swagger-to-sdk:
7575 - repo: azure-resource-manager-schemas
7676` ` `
7777
78+ # # Pyhton
79+
80+ See configuration in [readme.python.md](./readme.python.md)
7881
7982# # C#
8083
Original file line number Diff line number Diff line change @@ -4,19 +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) && $ (track2)
88azure-arm : true
99license-header : MICROSOFT_MIT_NO_VERSION
1010package-name : azure-mgmt-msi
1111no-namespace-folders : true
1212package-version : 1.0.0b1
1313clear-output-folder : true
1414` ` `
15- ` ` ` yaml $(python) && $(python-mode) == 'update' $$ &(track2)
15+
16+ ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
1617no-namespace-folders : true
1718output-folder : $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi
1819` ` `
19- ` ` ` yaml $(python) && $(python-mode) == 'create' $$ & (track2)
20+ ` ` ` yaml $(python) && $(python-mode) == 'create' && $ (track2)
2021basic-setup-py : true
2122output-folder : $(python-sdks-folder)/resources/azure-mgmt-msi
2223` ` `
You can’t perform that action at this time.
0 commit comments