Skip to content

Commit b8bfb10

Browse files
authored
update compute (#19600)
1 parent 182d92f commit b8bfb10

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
@@ -37,6 +37,7 @@ Generate all API versions currently shipped for this package
3737
multiapi: true
3838
clear-output-folder: true
3939
batch:
40+
- tag: package-2022-04-04-only
4041
- tag: package-2022-03-02-only
4142
- tag: package-2022-03-01-only
4243
- tag: package-2022-01-03-only
@@ -76,6 +77,16 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu
7677
perform-load: false
7778
```
7879
80+
### Tag: package-2022-04-04-only
81+
82+
These settings apply only when `--tag=package-2022-04-04-only --python` is specified on the command line.
83+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
84+
85+
``` yaml $(tag) == 'package-2022-04-04-only'
86+
namespace: azure.mgmt.compute.v2022_04_04
87+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_04_04
88+
```
89+
7990
### Tag: package-2022-03-02-only
8091

8192
These settings apply only when `--tag=package-2022-03-02-only --python` is specified on the command line.

0 commit comments

Comments
 (0)