Skip to content

Commit 20f59d8

Browse files
ChenxiJiang333jnlycklama
authored andcommitted
Update readme.python.md (#25999)
1 parent a1bfc33 commit 20f59d8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ default-api-version: "2023-07-01"
4141
clear-output-folder: true
4242
batch:
4343
- tag: package-2023-07-01-only
44+
- tag: package-2023-04-02-only
4445
- tag: package-2023-03-01-only
4546
- tag: package-2023-01-02-only
4647
- tag: package-2022-11-01-only
@@ -99,6 +100,16 @@ namespace: azure.mgmt.compute.v2023_07_01
99100
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_07_01
100101
```
101102

103+
### Tag: package-2023-04-02-only
104+
105+
These settings apply only when `--tag=package-2023-04-02-only --python` is specified on the command line.
106+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
107+
108+
``` yaml $(tag) == 'package-2023-04-02-only'
109+
namespace: azure.mgmt.compute.v2023_04_02
110+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_04_02
111+
```
112+
102113
### Tag: package-2023-03-01-only
103114

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

0 commit comments

Comments
 (0)