Skip to content

Commit

Permalink
Code changes around resource folder (Azure#1404)
Browse files Browse the repository at this point in the history
* Code changes around resource folder

* PR comments
  • Loading branch information
sarangan12 authored and olydis committed Jul 10, 2017
1 parent 807aa1c commit f6d4869
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions specification/resources/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,45 @@ openapi-type: arm
tag: package-2017-05
```
### Tag: package-features-2015-12
These settings apply only when `--tag=package-features-2015-12` is specified on the command line.

``` yaml $(tag) == 'package-features-2015-12'
input-file:
- Microsoft.Features/2015-12-01/features.json
```

### Tag: package-locks-2016-09
These settings apply only when `--tag=package-locks-2016-09` is specified on the command line.

``` yaml $(tag) == 'package-locks-2016-09'
input-file:
- Microsoft.Authorization/2016-09-01/locks.json
```

### Tag: package-policy-2016-12
These settings apply only when `--tag=package-policy-2016-12` is specified on the command line.

``` yaml $(tag) == 'package-policy-2016-12'
input-file:
- Microsoft.Authorization/2016-12-01/policy.json
```

### Tag: package-resources-2017-05
These settings apply only when `--tag=package-resources-2017-05` is specified on the command line.

``` yaml $(tag) == 'package-resources-2017-05'
input-file:
- Microsoft.Resources/2017-05-10/resources.json
```

### Tag: package-subscriptions-2016-06
These settings apply only when `--tag=package-subscriptions-2016-06` is specified on the command line.

``` yaml $(tag) == 'package-subscriptions-2016-06'
input-file:
- Microsoft.Resources/2016-06-01/subscriptions.json
```

### Tag: package-2017-05

Expand Down

0 comments on commit f6d4869

Please sign in to comment.