From 98c089d2fcc3524b2cd0b8a5b611a2df7cfdff88 Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Wed, 19 Apr 2023 10:25:17 +0800 Subject: [PATCH] Update readme.python.md --- .../resources/resource-manager/readme.python.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specification/resources/resource-manager/readme.python.md b/specification/resources/resource-manager/readme.python.md index 9c66789a80a9..f0ea013fc33f 100644 --- a/specification/resources/resource-manager/readme.python.md +++ b/specification/resources/resource-manager/readme.python.md @@ -64,6 +64,7 @@ batch: - tag: package-resources-2016-09 - tag: package-resources-2016-02 - multiapiscript-resources: true + - tag: package-subscriptions-2022-12 - tag: package-subscriptions-2021-01 - tag: package-subscriptions-2019-11 - tag: package-subscriptions-2019-06 @@ -529,6 +530,16 @@ namespace: azure.mgmt.resource.resources.v2016_02_01 output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01 ``` +### Tag: package-subscriptions-2022-12 and python + +These settings apply only when `--tag=package-subscriptions-2022-12 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-subscriptions-2022-12' +namespace: azure.mgmt.resource.subscriptions.v2022_12_01 +output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/subscriptions/v2022_12_01 +``` + ### Tag: package-subscriptions-2021-01 and python These settings apply only when `--tag=package-subscriptions-2021-01 --python` is specified on the command line.