Skip to content

Commit 31c6ae3

Browse files
Update readme.python.md (#29888)
1 parent f89066a commit 31c6ae3

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: "2024-03-01"
40+
default-api-version: "2024-03-02"
4141
clear-output-folder: true
4242
batch:
43+
- tag: package-2024-03-02-only
4344
- tag: package-2024-03-01-only
4445
- tag: package-2023-10-02-only
4546
- tag: package-2023-09-01-only
@@ -95,6 +96,16 @@ perform-load: false
9596
clear-output-folder: false
9697
```
9798
99+
### Tag: package-2024-03-02-only
100+
101+
These settings apply only when `--tag=package-2024-03-02-only --python` is specified on the command line.
102+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
103+
104+
``` yaml $(tag) == 'package-2024-03-02-only'
105+
namespace: azure.mgmt.compute.v2024_03_02
106+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2024_03_02
107+
```
108+
98109
### Tag: package-2024-03-01-only
99110

100111
These settings apply only when `--tag=package-2024-03-01-only --python` is specified on the command line.

0 commit comments

Comments
 (0)