Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
handeeeadiguzel committed Aug 25, 2021
1 parent cc870d6 commit 936c88a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions specification/consumption/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,27 @@ These are the global settings for the Consumption API.

``` yaml
openapi-type: arm
tag: package-2021-05
tag: package-2021-10
```
### Tag: package-2021-10
These settings apply only when `--tag=package-2021-10` is specified on the command line.

```yaml $(tag) == 'package-2021-10'
input-file:
- Microsoft.Consumption/stable/2021-10-01/consumption.json
```
### Tag: package-2021-05

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

```yaml $(tag) == 'package-2021-05'
``` yaml $(tag) == 'package-2021-05'
input-file:
- Microsoft.Consumption/stable/2021-05-01/consumption.json
```

### Tag: package-2019-11

These settings apply only when `--tag=package-2019-11` is specified on the command line.
Expand Down Expand Up @@ -436,7 +445,6 @@ directive:

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


## Python

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

0 comments on commit 936c88a

Please sign in to comment.