Skip to content

Commit cfea203

Browse files
msyycharryli0108
authored andcommitted
update (Azure#24655)
1 parent a26ad46 commit cfea203

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-03-01"
4141
clear-output-folder: true
4242
batch:
4343
- tag: package-2023-03-01-only
44+
- tag: package-2023-01-02-only
4445
- tag: package-2022-11-01-only
4546
- tag: package-2022-09-04-only
4647
- tag: package-2022-08-01-only
@@ -96,6 +97,16 @@ namespace: azure.mgmt.compute.v2023_03_01
9697
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_03_01
9798
```
9899

100+
### Tag: package-2023-01-02-only
101+
102+
These settings apply only when `--tag=package-2023-01-02-only --python` is specified on the command line.
103+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
104+
105+
``` yaml $(tag) == 'package-2023-01-02-only'
106+
namespace: azure.mgmt.compute.v2023_01_02
107+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_01_02
108+
```
109+
99110
### Tag: package-2022-11-01-only
100111

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

0 commit comments

Comments
 (0)