Skip to content

Commit 536c52d

Browse files
ChenxiJiang333arifibrahim4
authored andcommitted
Update readme.python.md (#27195)
* Update readme.python.md * Update readme.python.md * Update readme.python.md
1 parent 111e215 commit 536c52d

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
@@ -40,6 +40,7 @@ multiapi: true
4040
default-api-version: "2023-09-01"
4141
clear-output-folder: true
4242
batch:
43+
- tag: package-2023-10-02-only
4344
- tag: package-2023-09-01-only
4445
- tag: package-2023-07-01-only
4546
- tag: package-2023-04-02-only
@@ -92,6 +93,16 @@ perform-load: false
9293
clear-output-folder: false
9394
```
9495
96+
### Tag: package-2023-10-02-only
97+
98+
These settings apply only when `--tag=package-2023-10-02-only --python` is specified on the command line.
99+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
100+
101+
``` yaml $(tag) == 'package-2023-10-02-only'
102+
namespace: azure.mgmt.compute.v2023_10_02
103+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_10_02
104+
```
105+
95106
### Tag: package-2023-09-01-only
96107

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

0 commit comments

Comments
 (0)