From 9f879cd231f3aeaef0cfa482345969816c8af656 Mon Sep 17 00:00:00 2001 From: xhl873 <66849509+xhl873@users.noreply.github.com> Date: Tue, 20 Oct 2020 13:17:42 -0700 Subject: [PATCH] Updates readme --- .../containerservice/resource-manager/readme.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/specification/containerservice/resource-manager/readme.md b/specification/containerservice/resource-manager/readme.md index b24570f6bfd1..b2cee90a5ef3 100644 --- a/specification/containerservice/resource-manager/readme.md +++ b/specification/containerservice/resource-manager/readme.md @@ -34,21 +34,30 @@ These are the global settings for the ContainerServices API. ``` yaml openapi-type: arm -tag: package-2020-09 +tag: package-2020-11 ``` +### Tag: package-2020-11 + +These settings apply only when `--tag=package-2020-11` is specified on the command line. + +```yaml $(tag) == 'package-2020-11' +input-file: + - Microsoft.ContainerService/stable/2020-11-01/managedClusters.json +``` ### Tag: package-2020-09 These settings apply only when `--tag=package-2020-09` is specified on the command line. -```yaml $(tag) == 'package-2020-09' +``` yaml $(tag) == 'package-2020-09' input-file: - Microsoft.ContainerService/stable/2019-04-30/openShiftManagedClusters.json - Microsoft.ContainerService/stable/2017-07-01/containerService.json - Microsoft.ContainerService/stable/2019-08-01/location.json - Microsoft.ContainerService/stable/2020-09-01/managedClusters.json ``` + ### Tag: package-2020-07 These settings apply only when `--tag=package-2020-07` is specified on the command line. @@ -282,6 +291,7 @@ input-file: - Microsoft.ContainerService/stable/2017-07-01/containerService.json ``` + ### Tag: package-2020-09-01-only These settings apply only when `--tag=package-2020-09-01-only` is specified on the command line. @@ -601,4 +611,3 @@ directive: ## AzureResourceSchema See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md) -