From d9ee10d7d9f92173977811bc247eb0765bcde0fc Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Thu, 2 Feb 2023 09:45:21 +0800 Subject: [PATCH] Update readme.python.md --- specification/msi/resource-manager/readme.python.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specification/msi/resource-manager/readme.python.md b/specification/msi/resource-manager/readme.python.md index e177324666d4..25191b39ed45 100644 --- a/specification/msi/resource-manager/readme.python.md +++ b/specification/msi/resource-manager/readme.python.md @@ -21,6 +21,7 @@ Generate all API versions currently shipped for this package multiapi: true clear-output-folder: true batch: + - tag: package-2023-01-31 - tag: package-preview-2022-01 - tag: package-preview-2021-09-30 - tag: package-2018-11-30 @@ -32,6 +33,16 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/ perform-load: false ``` +### Tag: package-2023-01-31 and python + +These settings apply only when `--tag=package-2023-01-31 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2023-01-31' +namespace: azure.mgmt.msi.v2023_01_31 +output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/v2023_01_31 +``` + ### Tag: package-preview-2022-01 and python These settings apply only when `--tag=package-preview-2022-01 --python` is specified on the command line.