Skip to content

Commit

Permalink
Update readme.md for AKS 2021-09-01
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelHu committed Sep 14, 2021
1 parent 4708dfc commit 172fa74
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions specification/containerservice/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ These settings apply only when `--tag=package-2021-09` is specified on the comma
input-file:
- Microsoft.ContainerService/stable/2021-09-01/managedClusters.json
```

### Tag: package-2021-08

These settings apply only when `--tag=package-2021-08` is specified on the command line.
Expand Down Expand Up @@ -355,6 +356,19 @@ input-file:
```

### Tag: package-2021-09-01-only

These settings apply only when `--tag=package-2021-09-01-only` is specified on the command line.

``` yaml $(tag) == 'package-2021-09-01-only'
input-file:
- Microsoft.ContainerService/stable/2021-09-01/managedClusters.json
directive:
- suppress: DefinitionsPropertiesNamesCamelCase
where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile
reason: Cluster-autoscaler settings are not camel-cased
```

### Tag: package-2021-08-01-only

These settings apply only when `--tag=package-2021-08-01-only` is specified on the command line.
Expand Down

0 comments on commit 172fa74

Please sign in to comment.