From 9ed696902efe13c0e484b7500596112dfb712378 Mon Sep 17 00:00:00 2001 From: FumingZhang <81607949+FumingZhang@users.noreply.github.com> Date: Wed, 2 Nov 2022 10:30:14 +0800 Subject: [PATCH] update readme for python for containerservice (#21365) --- .../containerservice/resource-manager/readme.md | 9 --------- .../containerservice/resource-manager/readme.python.md | 8 ++++---- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/specification/containerservice/resource-manager/readme.md b/specification/containerservice/resource-manager/readme.md index 0b5a0d0faf9c..d1fb2474d1ec 100644 --- a/specification/containerservice/resource-manager/readme.md +++ b/specification/containerservice/resource-manager/readme.md @@ -46,15 +46,6 @@ input-file: - Microsoft.ContainerService/stable/2022-09-01/managedClusters.json ``` -### Tag: package-preview-2022-09-only - -These settings apply only when `--tag=package-preview-2022-09-only` is specified on the command line. - -``` yaml $(tag) == 'package-preview-2022-09-only' -input-file: - - Microsoft.ContainerService/preview/2022-09-02-preview/managedClusters.json -``` - ### Tag: package-preview-2022-09 These settings apply only when `--tag=package-preview-2022-09` is specified on the command line. diff --git a/specification/containerservice/resource-manager/readme.python.md b/specification/containerservice/resource-manager/readme.python.md index ba7058eeae99..50164d933d0d 100644 --- a/specification/containerservice/resource-manager/readme.python.md +++ b/specification/containerservice/resource-manager/readme.python.md @@ -19,7 +19,7 @@ Generate all API versions currently shipped for this package multiapi: true batch: - tag: package-2022-09 - - tag: package-preview-2022-09-only + - tag: package-preview-2022-09 - tag: package-preview-2022-08-03-only - tag: package-preview-2022-08-only - tag: package-2022-07 @@ -83,12 +83,12 @@ namespace: azure.mgmt.containerservice.v2022_09_01 output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_09_01 ``` -### Tag: package-preview-2022-09-only and python +### Tag: package-preview-2022-09 and python -These settings apply only when `--tag=package-preview-2022-09-only --python` is specified on the command line. +These settings apply only when `--tag=package-preview-2022-09 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-preview-2022-09-only' && $(python) +``` yaml $(tag) == 'package-preview-2022-09' && $(python) namespace: azure.mgmt.containerservice.v2022_09_02_preview output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_09_02_preview ```