Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.Consumption to add version 2019-03-01-preview #5443

Prev Previous commit
Next Next commit
Updates readme
  • Loading branch information
santoshsinha100 committed Mar 20, 2019
commit c0150edecf9d98759f6c02c77b4c160b10efb5f1
13 changes: 11 additions & 2 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-2019-01
tag: package-preview-2019-03
```


### Tag: package-preview-2019-03

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

```yaml $(tag) == 'package-preview-2019-03'
input-file:
- Microsoft.Consumption/preview/2019-03-01-preview/consumption.json
```
### Tag: package-2019-01

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

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

### Tag: package-2017-11

These settings apply only when `--tag=package-2017-11` is specified on the command line.
Expand Down