From 4fe9ca43285fc84eec6152b215a0ffc51e3b8978 Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Tue, 9 Aug 2022 10:21:16 +0800 Subject: [PATCH] Update readme.python.md --- .../keyvault/resource-manager/readme.python.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specification/keyvault/resource-manager/readme.python.md b/specification/keyvault/resource-manager/readme.python.md index a82b125be11d..48733ecdfae7 100644 --- a/specification/keyvault/resource-manager/readme.python.md +++ b/specification/keyvault/resource-manager/readme.python.md @@ -28,6 +28,7 @@ batch: - tag: package-preview-2021-04 - tag: package-preview-2021-06 - tag: package-2021-10 + - tag: package-2022-07 - multiapiscript: true ``` @@ -36,6 +37,16 @@ output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/key clear-output-folder: false perform-load: false ``` + +### Tag: package-2022-07 and python + +These settings apply only when `--tag=package-2022-07 --python` is specified on the command line. + +``` yaml $(tag) == 'package-2022-07' +namespace: azure.mgmt.keyvault.v2022_07_01 +output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/keyvault/v2022_07_01 +``` + ### Tag: package-2021-10 and python These settings apply only when `--tag=package-2021-10 --python` is specified on the command line.