Skip to content

Commit 19e140f

Browse files
authored
Zed msi t2 (#14378)
* sql t2 readme config * readme config * t2 readme config * t2 config
1 parent c601d34 commit 19e140f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

specification/msi/resource-manager/readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ 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) $$ &(track2)
7+
``` yaml $(python) && $(track2)
88
azure-arm: true
99
license-header: MICROSOFT_MIT_NO_VERSION
1010
package-name: azure-mgmt-msi
1111
no-namespace-folders: true
1212
package-version: 1.0.0b1
1313
clear-output-folder: true
1414
```
15-
``` yaml $(python) && $(python-mode) == 'update' $$ &(track2)
15+
16+
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
1617
no-namespace-folders: true
1718
output-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)
2021
basic-setup-py: true
2122
output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi
2223
```

0 commit comments

Comments
 (0)