Skip to content

Commit ee8a0a6

Browse files
authored
Update readme.python.md (#19136)
1 parent 2f87cc0 commit ee8a0a6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ batch:
2626
- tag: package-preview-2020-04-full
2727
- tag: package-preview-2021-04
2828
- tag: package-preview-2021-06
29+
- tag: package-2021-10
2930
- multiapiscript: true
3031
```
3132
@@ -34,6 +35,15 @@ output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/key
3435
clear-output-folder: false
3536
perform-load: false
3637
```
38+
### Tag: package-2021-10 and python
39+
40+
These settings apply only when `--tag=package-2021-10 --python` is specified on the command line.
41+
42+
``` yaml $(tag) == 'package-2021-10'
43+
namespace: azure.mgmt.keyvault.v2021_10_01
44+
output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/keyvault/v2021_10_01
45+
```
46+
3747
### Tag: package-preview-2021-06 and python
3848

3949
These settings apply only when `--tag=package-preview-2021-06 --python` is specified on the command line.

0 commit comments

Comments
 (0)