Skip to content

Commit

Permalink
Update readme.python.md (Azure#17746)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored and FredericHeem committed Mar 7, 2022
1 parent 89fa492 commit 53fc487
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/compute/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Generate all API versions currently shipped for this package
clear-output-folder: true
batch:
- tag: package-2021-11-01-only
- tag: package-2021-10-01-only
- tag: package-2021-08-01-only
- tag: package-2021-07-01-only
- tag: package-2021-04-01-only
Expand Down Expand Up @@ -81,6 +82,16 @@ namespace: azure.mgmt.compute.v2021_11_01
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_11_01
```

### Tag: package-2021-10-01-only

These settings apply only when `--tag=package-2021-10-01-only --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>`.

``` yaml $(tag) == 'package-2021-10-01-only'
namespace: azure.mgmt.compute.v2021_10_01
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_10_01
```

### Tag: package-2021-08-01-only

These settings apply only when `--tag=package-2021-08-01-only --python` is specified on the command line.
Expand Down

0 comments on commit 53fc487

Please sign in to comment.