Skip to content

Commit

Permalink
Zed msi t2 (Azure#14378)
Browse files Browse the repository at this point in the history
* sql t2 readme config

* readme config

* t2 readme config

* t2 config
  • Loading branch information
RAY-316 authored May 18, 2021
1 parent c601d34 commit 19e140f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions specification/msi/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ swagger-to-sdk:
- repo: azure-resource-manager-schemas
```

## Pyhton

See configuration in [readme.python.md](./readme.python.md)

## C#

Expand Down
7 changes: 4 additions & 3 deletions specification/msi/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ These settings apply only when `--python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.

``` yaml $(python) $$ &(track2)
``` yaml $(python) && $(track2)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-msi
no-namespace-folders: true
package-version: 1.0.0b1
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update' $$ &(track2)
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi
```
``` yaml $(python) && $(python-mode) == 'create' $$ &(track2)
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi
```

0 comments on commit 19e140f

Please sign in to comment.