Skip to content

Commit 7a2ac91

Browse files
authored
config (#19094)
1 parent 3bf5ad5 commit 7a2ac91

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 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-2022-03-01-only
3940
- tag: package-2021-12-01-only
4041
- tag: package-2021-11-01-only
4142
- tag: package-2021-10-01-only
@@ -72,6 +73,15 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu
7273
perform-load: false
7374
```
7475
76+
### Tag: package-2022-03-01-only
77+
78+
These settings apply only when `--tag=package-2022-03-01-only --python` is specified on the command line.
79+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
80+
81+
``` yaml $(tag) == 'package-2022-03-01-only'
82+
namespace: azure.mgmt.compute.v2022_03_01
83+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_03_01
84+
```
7585

7686
### Tag: package-2021-12-01-only
7787

0 commit comments

Comments
 (0)