Skip to content

Commit

Permalink
Update readme.python.md (Azure#13759)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored and mkarmark committed Jul 20, 2021
1 parent a500669 commit 3a441fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specification/compute/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Generate all API versions currently shipped for this package
```yaml $(multiapi)
clear-output-folder: true
batch:
- tag: package-2021-03-01
- tag: package-2021-03-01-only
- tag: package-2020-12-01-only
- tag: package-2020-10-01-preview-only
- tag: package-2020-09-30-only
Expand Down Expand Up @@ -66,12 +66,12 @@ clear-output-folder: false
perform-load: false
```
### Tag: package-2021-03-01
### Tag: package-2021-03-01-only
These settings apply only when `--tag=package-2021-03-01 --python` is specified on the command line.
These settings apply only when `--tag=package-2021-03-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-03-01'
``` yaml $(tag) == 'package-2021-03-01-only'
namespace: azure.mgmt.compute.v2021_03_01
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_03_01
```
Expand Down

0 comments on commit 3a441fe

Please sign in to comment.