Skip to content

Commit 53fc487

Browse files
msyycFredericHeem
authored andcommitted
Update readme.python.md (Azure#17746)
1 parent 89fa492 commit 53fc487

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Generate all API versions currently shipped for this package
3737
clear-output-folder: true
3838
batch:
3939
- tag: package-2021-11-01-only
40+
- tag: package-2021-10-01-only
4041
- tag: package-2021-08-01-only
4142
- tag: package-2021-07-01-only
4243
- tag: package-2021-04-01-only
@@ -81,6 +82,16 @@ namespace: azure.mgmt.compute.v2021_11_01
8182
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_11_01
8283
```
8384

85+
### Tag: package-2021-10-01-only
86+
87+
These settings apply only when `--tag=package-2021-10-01-only --python` is specified on the command line.
88+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
89+
90+
``` yaml $(tag) == 'package-2021-10-01-only'
91+
namespace: azure.mgmt.compute.v2021_10_01
92+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_10_01
93+
```
94+
8495
### Tag: package-2021-08-01-only
8596

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

0 commit comments

Comments
 (0)