Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
worldhello126 committed Oct 29, 2020
1 parent 0c83ea7 commit 08a2550
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions specification/containerinstance/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,23 @@ These are the global settings for the ContainerInstance API.

``` yaml
openapi-type: arm
tag: package-2019-12
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.ContainerInstance/stable/2020-11-01/containerInstance.json
```
### Tag: package-2019-12

These settings apply only when `--tag=package-2019-12` is specified on the command line.

```yaml $(tag) == 'package-2019-12'
``` yaml $(tag) == 'package-2019-12'
input-file:
- Microsoft.ContainerInstance/stable/2019-12-01/containerInstance.json
```
Expand Down Expand Up @@ -173,8 +181,6 @@ See configuration in [readme.ruby.md](./readme.ruby.md)

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


## AzureResourceSchema

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

0 comments on commit 08a2550

Please sign in to comment.