Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```