Skip to content

Commit 2c9ddf4

Browse files
zhangyan133Yan Zhang (WICRESOFT NORTH AMERICA LTD)
andauthored
resourcemover track2 (#14272)
Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>
1 parent 54692d5 commit 2c9ddf4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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

6-
```yaml $(python)
6+
```yaml $(python) && $(track2)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
package-name: azure-mgmt-resourcemover
@@ -12,13 +12,12 @@ no-namespace-folders: true
1212
package-version: 1.0.0b1
1313
```
1414
15-
```yaml $(python) && $(python-mode) == 'update'
15+
```yaml $(python) && $(python-mode) == 'update' && $(track2)
1616
no-namespace-folders: true
1717
output-folder: $(python-sdks-folder)/resourcemover/azure-mgmt-resourcemover/azure/mgmt/resourcemover
1818
```
1919
20-
``` yaml $(python) && $(python-mode) == 'create'
21-
python:
22-
basic-setup-py: true
23-
output-folder: $(python-sdks-folder)/resourcemover/azure-mgmt-resourcemover
20+
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
21+
basic-setup-py: true
22+
output-folder: $(python-sdks-folder)/resourcemover/azure-mgmt-resourcemover
2423
```

0 commit comments

Comments
 (0)