Skip to content

Commit c867064

Browse files
ChenxiJiang333msyyc
authored andcommitted
Update readme.python.md (#26974)
* Update readme.python.md * Update readme.python.md --------- Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent 606eeb7 commit c867064

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,17 @@ Generate all API versions currently shipped for this package
3737
3838
```yaml $(python)
3939
multiapi: true
40-
default-api-version: "2023-07-01"
40+
default-api-version: "2023-09-01"
4141
clear-output-folder: true
4242
batch:
43+
- tag: package-2023-09-01-only
4344
- tag: package-2023-07-01-only
4445
- tag: package-2023-04-02-only
4546
- tag: package-2023-03-01-only
4647
- tag: package-2023-01-02-only
4748
- tag: package-2022-11-01-only
4849
- tag: package-2022-09-04-only
50+
- tag: package-2022-08-03-only
4951
- tag: package-2022-08-01-only
5052
- tag: package-2022-07-02-only
5153
- tag: package-2022-04-04-only
@@ -90,6 +92,16 @@ perform-load: false
9092
clear-output-folder: false
9193
```
9294
95+
### Tag: package-2023-09-01-only
96+
97+
These settings apply only when `--tag=package-2023-09-01-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-2023-09-01-only'
101+
namespace: azure.mgmt.compute.v2023_09_01
102+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_09_01
103+
```
104+
93105
### Tag: package-2023-07-01-only
94106

95107
These settings apply only when `--tag=package-2023-07-01-only --python` is specified on the command line.
@@ -150,6 +162,16 @@ namespace: azure.mgmt.compute.v2022_09_04
150162
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_09_04
151163
```
152164

165+
### Tag: package-2022-08-03-only
166+
167+
These settings apply only when `--tag=package-2022-08-03-only --python` is specified on the command line.
168+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
169+
170+
``` yaml $(tag) == 'package-2022-08-03-only'
171+
namespace: azure.mgmt.compute.v2022_08_03
172+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_08_03
173+
```
174+
153175
### Tag: package-2022-08-01-only
154176

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

0 commit comments

Comments
 (0)