Skip to content

Commit 24f2c76

Browse files
authored
update (#22144)
1 parent d60e511 commit 24f2c76

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Generate all API versions currently shipped for this package
3737
multiapi: true
3838
clear-output-folder: true
3939
batch:
40+
- tag: package-2022-11-01-only
41+
- tag: package-2022-09-04-only
4042
- tag: package-2022-08-01-only
4143
- tag: package-2022-07-02-only
4244
- tag: package-2022-04-04-only
@@ -80,6 +82,26 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu
8082
perform-load: false
8183
```
8284
85+
### Tag: package-2022-11-01-only
86+
87+
These settings apply only when `--tag=package-2022-11-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-2022-11-01-only'
91+
namespace: azure.mgmt.compute.v2022_11_01
92+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_11_01
93+
```
94+
95+
### Tag: package-2022-09-04-only
96+
97+
These settings apply only when `--tag=package-2022-09-04-only --python` is specified on the command line.
98+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
99+
100+
``` yaml $(tag) == 'package-2022-09-04-only'
101+
namespace: azure.mgmt.compute.v2022_09_04
102+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_09_04
103+
```
104+
83105
### Tag: package-2022-08-01-only
84106

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

0 commit comments

Comments
 (0)