From 29340f8c49bf8b21bfe4bee4deda99b91a7324d5 Mon Sep 17 00:00:00 2001 From: "Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD)" Date: Mon, 19 Sep 2022 11:23:05 +0800 Subject: [PATCH 1/3] Update containerservice for release --- specification/containerservice/resource-manager/readme.md | 7 +++---- .../containerservice/resource-manager/readme.python.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/specification/containerservice/resource-manager/readme.md b/specification/containerservice/resource-manager/readme.md index a7c388104dcc..3c98d7684224 100644 --- a/specification/containerservice/resource-manager/readme.md +++ b/specification/containerservice/resource-manager/readme.md @@ -38,14 +38,13 @@ tag: package-preview-2022-08 ``` -### Tag: package-preview-2022-08 +### Tag: package-preview-2022-08-only -These settings apply only when `--tag=package-preview-2022-08` is specified on the command line. +These settings apply only when `--tag=package-preview-2022-08-only` is specified on the command line. -``` yaml $(tag) == 'package-preview-2022-08' +``` yaml $(tag) == 'package-preview-2022-08-only' input-file: - Microsoft.ContainerService/preview/2022-08-02-preview/managedClusters.json - - Microsoft.ContainerService/preview/2022-07-02-preview/fleets.json ``` ### Tag: package-2022-07 diff --git a/specification/containerservice/resource-manager/readme.python.md b/specification/containerservice/resource-manager/readme.python.md index 080181eb7dc8..2b9ab61c12eb 100644 --- a/specification/containerservice/resource-manager/readme.python.md +++ b/specification/containerservice/resource-manager/readme.python.md @@ -18,7 +18,7 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true batch: - - tag: package-preview-2022-08 + - tag: package-preview-2022-08-only - tag: package-2022-07 - tag: package-preview-2022-07 - tag: package-2022-06 From 553985eb92d0d164de6134af6fadc1cbd0db98b6 Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Mon, 19 Sep 2022 13:45:00 +0800 Subject: [PATCH 2/3] Update readme.md --- .../containerservice/resource-manager/readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specification/containerservice/resource-manager/readme.md b/specification/containerservice/resource-manager/readme.md index 3c98d7684224..c4cce3112273 100644 --- a/specification/containerservice/resource-manager/readme.md +++ b/specification/containerservice/resource-manager/readme.md @@ -47,6 +47,16 @@ input-file: - Microsoft.ContainerService/preview/2022-08-02-preview/managedClusters.json ``` +### Tag: package-preview-2022-08 + +These settings apply only when `--tag=package-preview-2022-08` is specified on the command line. + +``` yaml $(tag) == 'package-preview-2022-08' +input-file: + - Microsoft.ContainerService/preview/2022-08-02-preview/managedClusters.json + - Microsoft.ContainerService/preview/2022-07-02-preview/fleets.json +``` + ### Tag: package-2022-07 These settings apply only when `--tag=package-2022-07` is specified on the command line. From be2d6f364632a6764a093fa03b202995776bf12a Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Mon, 19 Sep 2022 14:12:06 +0800 Subject: [PATCH 3/3] Update readme.python.md --- .../containerservice/resource-manager/readme.python.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/containerservice/resource-manager/readme.python.md b/specification/containerservice/resource-manager/readme.python.md index 2b9ab61c12eb..0fa9176e6a2a 100644 --- a/specification/containerservice/resource-manager/readme.python.md +++ b/specification/containerservice/resource-manager/readme.python.md @@ -70,12 +70,12 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic perform-load: false ``` -### Tag: package-preview-2022-08 and python +### Tag: package-preview-2022-08-only and python -These settings apply only when `--tag=package-preview-2022-08 --python` is specified on the command line. +These settings apply only when `--tag=package-preview-2022-08-only --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-preview-2022-08' && $(python) +``` yaml $(tag) == 'package-preview-2022-08-only' && $(python) namespace: azure.mgmt.containerservice.v2022_08_02_preview output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_08_02_preview ```