Skip to content

Commit 178dde3

Browse files
authored
Update readme.python.md (#19274)
1 parent 2e59fa3 commit 178dde3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
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-02-only
3940
- tag: package-2022-03-01-only
4041
- tag: package-2022-01-03-only
4142
- tag: package-2021-12-01-only
@@ -74,6 +75,16 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu
7475
perform-load: false
7576
```
7677
78+
### Tag: package-2022-03-02-only
79+
80+
These settings apply only when `--tag=package-2022-03-02-only --python` is specified on the command line.
81+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
82+
83+
``` yaml $(tag) == 'package-2022-03-02-only'
84+
namespace: azure.mgmt.compute.v2022_03_02
85+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_03_02
86+
```
87+
7788
### Tag: package-2022-03-01-only
7889

7990
These settings apply only when `--tag=package-2022-03-01-only --python` is specified on the command line.
@@ -376,4 +387,4 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
376387
``` yaml $(tag) == 'package-compute-2015-06'
377388
namespace: azure.mgmt.compute.v2015_06_15
378389
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2015_06_15
379-
```
390+
```

0 commit comments

Comments
 (0)