Skip to content

Commit

Permalink
[Mysql, iothub, keyvault, monitor]config readme.python (#18179)
Browse files Browse the repository at this point in the history
* config readme.python

* Update readme.python.md

* Update readme.python.md
  • Loading branch information
BigCat20196 authored Mar 15, 2022
1 parent 598da7b commit 8281222
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 2 additions & 3 deletions specification/iothub/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.iothub
Expand All @@ -18,7 +18,7 @@ no-namespace-folders: true
Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi) && $(track2)
```yaml $(python) && $(multiapi)
batch:
- tag: package-2021-07-02
- tag: package-2021-07
Expand All @@ -38,7 +38,6 @@ batch:
``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
clear-output-folder: false
perform-load: false

```
Expand Down
3 changes: 1 addition & 2 deletions specification/keyvault/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ 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)
python-mode: create
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.keyvault
Expand Down
5 changes: 2 additions & 3 deletions specification/monitor/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

These settings apply only when `--track2` is specified on the command line.

``` yaml $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-monitor
Expand All @@ -15,7 +15,7 @@ python-base-folder: monitor/azure-mgmt-monitor/azure/mgmt/monitor
Generate all API versions currently shipped for this package
```yaml $(multiapi) && $(track2)
```yaml $(multiapi) && $(python)
clear-output-folder: true
batch:
- tag: package-2022-02-01-preview-only
Expand Down Expand Up @@ -49,7 +49,6 @@ batch:
``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monitor/
clear-output-folder: false
perform-load: false
```
Expand Down
6 changes: 3 additions & 3 deletions specification/mysql/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat

These settings apply only when `--track2` is specified on the command line.

``` yaml $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-rdbms
Expand All @@ -20,7 +20,7 @@ package-version: 1.0.0b1
Generate all API versions currently shipped for this package
```yaml $(track2)
```yaml $(python)
clear-output-folder: true
batch:
- tag: package-flexibleserver-2021-05-01
Expand All @@ -47,7 +47,7 @@ namespace: azure.mgmt.rdbms.mysql
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql
```

``` yaml $(track2)
``` yaml $(python)
modelerfour:
lenient-model-deduplication: true
```

0 comments on commit 8281222

Please sign in to comment.