Skip to content

Commit

Permalink
Update readme.python.md (#15741)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCat20196 authored Aug 23, 2021
1 parent 347af82 commit 15d6343
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions specification/compute/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Generate all API versions currently shipped for this package
```yaml $(multiapi)
clear-output-folder: true
batch:
- tag: package-2021-07-01-only
- tag: package-2021-04-01-only
- tag: package-2021-03-01-only
- tag: package-2020-12-01-only
Expand Down Expand Up @@ -68,6 +69,17 @@ clear-output-folder: false
perform-load: false
```
### Tag: package-2021-07-01-only
These settings apply only when `--tag=package-2021-07-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-07-01-only'
namespace: azure.mgmt.compute.v2021_07_01
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_07_01
```


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

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

0 comments on commit 15d6343

Please sign in to comment.