diff --git a/specification/containerservice/resource-manager/readme.md b/specification/containerservice/resource-manager/readme.md index a7c388104dcc..c4cce3112273 100644 --- a/specification/containerservice/resource-manager/readme.md +++ b/specification/containerservice/resource-manager/readme.md @@ -38,6 +38,15 @@ tag: package-preview-2022-08 ``` +### Tag: package-preview-2022-08-only + +These settings apply only when `--tag=package-preview-2022-08-only` is specified on the command line. + +``` yaml $(tag) == 'package-preview-2022-08-only' +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. diff --git a/specification/containerservice/resource-manager/readme.python.md b/specification/containerservice/resource-manager/readme.python.md index 080181eb7dc8..0fa9176e6a2a 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 @@ -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 ```