Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xhl873 committed Oct 20, 2020
1 parent 3859e3d commit 9f879cd
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions specification/containerservice/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -601,4 +611,3 @@ directive:
## AzureResourceSchema

See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)

0 comments on commit 9f879cd

Please sign in to comment.