Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isra-fel authored Aug 25, 2020
1 parent 5a9d1fe commit e66cdf4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion specification/keyvault/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ openapi-type: arm
tag: package-preview-2020-04
```
### Tag: package-preview-2020-04
These settings apply only when `--tag=package-preview-2020-04` is specified on the command line.
Expand All @@ -40,6 +39,19 @@ input-file:
- Microsoft.KeyVault/stable/2019-09-01/providers.json
- Microsoft.KeyVault/preview/2020-04-01-preview/managedHsm.json
```

### Tag: package-preview-2020-04-full

These settings apply only when `--tag=package-preview-2020-04-full` is specified on the command line.

```yaml $(tag) == 'package-preview-2020-04-full'
input-file:
- Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json
- Microsoft.KeyVault/preview/2020-04-01-preview/providers.json
- Microsoft.KeyVault/preview/2020-04-01-preview/secrets.json
- Microsoft.KeyVault/preview/2020-04-01-preview/managedHsm.json
```

### Tag: package-2019-09

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

0 comments on commit e66cdf4

Please sign in to comment.