Skip to content

Commit db62cea

Browse files
Wzb123456789JoshLove-msft
authored andcommitted
Update readme.python.md (Azure#23621)
1 parent 51d11e1 commit db62cea

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
@@ -37,9 +37,10 @@ Generate all API versions currently shipped for this package
3737
3838
```yaml $(python)
3939
multiapi: true
40-
default-api-version: "2022-11-01"
40+
default-api-version: "2023-03-01"
4141
clear-output-folder: true
4242
batch:
43+
- tag: package-2023-03-01-only
4344
- tag: package-2022-11-01-only
4445
- tag: package-2022-09-04-only
4546
- tag: package-2022-08-01-only
@@ -85,6 +86,16 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu
8586
perform-load: false
8687
```
8788
89+
### Tag: package-2023-03-01-only
90+
91+
These settings apply only when `--tag=package-2023-03-01-only --python` is specified on the command line.
92+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
93+
94+
``` yaml $(tag) == 'package-2023-03-01-only'
95+
namespace: azure.mgmt.compute.v2023_03_01
96+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_03_01
97+
```
98+
8899
### Tag: package-2022-11-01-only
89100

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

0 commit comments

Comments
 (0)