Skip to content

Commit dfeece1

Browse files
authored
Update readme.python.md (#20151)
1 parent 4e80dd0 commit dfeece1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ batch:
2828
- tag: package-preview-2021-04
2929
- tag: package-preview-2021-06
3030
- tag: package-2021-10
31+
- tag: package-2022-07
3132
- multiapiscript: true
3233
```
3334
@@ -36,6 +37,16 @@ output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/key
3637
clear-output-folder: false
3738
perform-load: false
3839
```
40+
41+
### Tag: package-2022-07 and python
42+
43+
These settings apply only when `--tag=package-2022-07 --python` is specified on the command line.
44+
45+
``` yaml $(tag) == 'package-2022-07'
46+
namespace: azure.mgmt.keyvault.v2022_07_01
47+
output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/keyvault/v2022_07_01
48+
```
49+
3950
### Tag: package-2021-10 and python
4051

4152
These settings apply only when `--tag=package-2021-10 --python` is specified on the command line.

0 commit comments

Comments
 (0)