diff --git a/specification/keyvault/resource-manager/readme.python.md b/specification/keyvault/resource-manager/readme.python.md index fb9c64cd3a1e..7789f73c6b2c 100644 --- a/specification/keyvault/resource-manager/readme.python.md +++ b/specification/keyvault/resource-manager/readme.python.md @@ -26,6 +26,7 @@ batch: - tag: package-preview-2020-04-full - tag: package-preview-2021-04 - tag: package-preview-2021-06 + - tag: package-2021-10 - multiapiscript: true ``` @@ -34,6 +35,15 @@ output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/key clear-output-folder: false perform-load: false ``` +### Tag: package-2021-10 and python + +These settings apply only when `--tag=package-2021-10 --python` is specified on the command line. + +``` yaml $(tag) == 'package-2021-10' +namespace: azure.mgmt.keyvault.v2021_10_01 +output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/keyvault/v2021_10_01 +``` + ### Tag: package-preview-2021-06 and python These settings apply only when `--tag=package-preview-2021-06 --python` is specified on the command line.