From 75ada06adce7645dd40d8c3a7b3d920e69e6bec5 Mon Sep 17 00:00:00 2001 From: unknown <424401670@qq.com> Date: Mon, 27 Jun 2022 10:52:42 +0800 Subject: [PATCH] update msi --- 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 f8f300750d53..e177324666d4 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-preview-2022-01 - tag: package-preview-2021-09-30 - tag: package-2018-11-30 - multiapiscript: true @@ -31,6 +32,16 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/ perform-load: false ``` +### Tag: package-preview-2022-01 and python + +These settings apply only when `--tag=package-preview-2022-01 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-preview-2022-01' +namespace: azure.mgmt.msi.v2022_01_31_preview +output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/v2022_01_31_preview +``` + ### Tag: package-preview-2021-09-30 and python These settings apply only when `--tag=package-preview-2021-09-30 --python` is specified on the command line.