Skip to content

Commit 6211476

Browse files
msyycanandanthony
authored andcommitted
Update readme.python.md (Azure#20960)
* Update readme.python.md * Update readme.python.md
1 parent 0ff63b9 commit 6211476

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
@@ -38,7 +38,9 @@ multiapi: true
3838
clear-output-folder: true
3939
batch:
4040
- tag: package-2022-08-01-only
41+
- tag: package-2022-07-02-only
4142
- tag: package-2022-04-04-only
43+
- tag: package-2022-03-03-only
4244
- tag: package-2022-03-02-only
4345
- tag: package-2022-03-01-only
4446
- tag: package-2022-01-03-only
@@ -88,6 +90,16 @@ namespace: azure.mgmt.compute.v2022_08_01
8890
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_08_01
8991
```
9092

93+
### Tag: package-2022-07-02-only
94+
95+
These settings apply only when `--tag=package-2022-07-02-only --python` is specified on the command line.
96+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
97+
98+
``` yaml $(tag) == 'package-2022-07-02-only'
99+
namespace: azure.mgmt.compute.v2022_07_02
100+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_07_02
101+
```
102+
91103
### Tag: package-2022-04-04-only
92104

93105
These settings apply only when `--tag=package-2022-04-04-only --python` is specified on the command line.
@@ -98,6 +110,16 @@ namespace: azure.mgmt.compute.v2022_04_04
98110
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_04_04
99111
```
100112

113+
### Tag: package-2022-03-03-only
114+
115+
These settings apply only when `--tag=package-2022-03-03-only --python` is specified on the command line.
116+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
117+
118+
``` yaml $(tag) == 'package-2022-03-03-only'
119+
namespace: azure.mgmt.compute.v2022_03_03
120+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_03_03
121+
```
122+
101123
### Tag: package-2022-03-02-only
102124

103125
These settings apply only when `--tag=package-2022-03-02-only --python` is specified on the command line.

0 commit comments

Comments
 (0)