Skip to content

Commit 2ecd1d5

Browse files
00Kai0Zim Kalinowski
andcommitted
Track2 appconfiguration (Azure#9070)
* update appconfiguration python.md for track2 * remove $(python) * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: Zim Kalinowski <[email protected]>
1 parent 5d0d095 commit 2ecd1d5

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

specification/appconfiguration/resource-manager/readme.python.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
55
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
66

7-
``` yaml $(python)
7+
``` yaml !$(track2)
88
python-mode: create
99
python:
1010
azure-arm: true
@@ -15,13 +15,28 @@ python:
1515
package-version: 0.1.0
1616
clear-output-folder: true
1717
```
18-
``` yaml $(python) && $(python-mode) == 'update'
18+
19+
These settings apply only when `--track2` is specified on the command line.
20+
21+
``` yaml $(track2)
22+
azure-arm: true
23+
license-header: MICROSOFT_MIT_NO_VERSION
24+
package-name: azure-mgmt-appconfiguration
25+
no-namespace-folders: true
26+
package-version: 0.1.0
27+
```
28+
29+
``` yaml $(python-mode) == 'update'
1930
python:
2031
no-namespace-folders: true
2132
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration
33+
no-namespace-folders: true
34+
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration
2235
```
23-
``` yaml $(python) && $(python-mode) == 'create'
36+
``` yaml $(python-mode) == 'create'
2437
python:
2538
basic-setup-py: true
2639
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration
40+
basic-setup-py: true
41+
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration
2742
```

0 commit comments

Comments
 (0)