Skip to content

Commit 15d6343

Browse files
authored
Update readme.python.md (#15741)
1 parent 347af82 commit 15d6343

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

specification/compute/resource-manager/readme.python.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Generate all API versions currently shipped for this package
3636
```yaml $(multiapi)
3737
clear-output-folder: true
3838
batch:
39+
- tag: package-2021-07-01-only
3940
- tag: package-2021-04-01-only
4041
- tag: package-2021-03-01-only
4142
- tag: package-2020-12-01-only
@@ -68,6 +69,17 @@ clear-output-folder: false
6869
perform-load: false
6970
```
7071
72+
### Tag: package-2021-07-01-only
73+
74+
These settings apply only when `--tag=package-2021-07-01-only --python` is specified on the command line.
75+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
76+
77+
``` yaml $(tag) == 'package-2021-07-01-only'
78+
namespace: azure.mgmt.compute.v2021_07_01
79+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_07_01
80+
```
81+
82+
7183
### Tag: package-2021-04-01-only
7284

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

0 commit comments

Comments
 (0)