From 80c0688ef68e3f47020f4cbc2f89bce8cd2aba2a Mon Sep 17 00:00:00 2001 From: Jitendra Kumar Date: Tue, 5 Sep 2023 16:31:07 -0700 Subject: [PATCH] Add missing api version for python sdk. --- .../resource-manager/readme.python.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specification/containerregistry/resource-manager/readme.python.md b/specification/containerregistry/resource-manager/readme.python.md index 8929f88cad5c..c66ff072bd05 100644 --- a/specification/containerregistry/resource-manager/readme.python.md +++ b/specification/containerregistry/resource-manager/readme.python.md @@ -23,6 +23,7 @@ clear-output-folder: true batch: - tag: package-2023-08-preview-only - tag: package-2023-07-only + - tag: package-2023-06-preview-only - tag: package-2023-01-preview-only - tag: package-2022-12-only - tag: package-2022-02-preview-only @@ -68,6 +69,16 @@ namespace: azure.mgmt.containerregistry.v2023_07_01 output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2023_07_01 ``` +### Tag: package-2023-06-preview-only and python + +These settings apply only when `--tag=package-2023-06-preview-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2023-06-preview-only' && $(python) +namespace: azure.mgmt.containerregistry.v2023_06_06_preview +output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2023_06_01_preview +``` + ### Tag: package-2023-01-preview-only and python These settings apply only when `--tag=package-2023-01-preview-only --python` is specified on the command line.