Skip to content

Commit fd2c594

Browse files
committed
Updates readme
1 parent 2579aee commit fd2c594

File tree

1 file changed

+16
-3
lines changed
  • specification/keyvault/resource-manager

1 file changed

+16
-3
lines changed

specification/keyvault/resource-manager/readme.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,28 @@ These are the global settings for the KeyVault API.
2626

2727
``` yaml
2828
openapi-type: arm
29-
tag: package-preview-2021-11
29+
tag: package-2022-07
3030
```
3131
3232
33+
### Tag: package-2022-07
34+
35+
These settings apply only when `--tag=package-2022-07` is specified on the command line.
36+
37+
```yaml $(tag) == 'package-2022-07'
38+
input-file:
39+
- Microsoft.KeyVault/stable/2022-07-01/common.json
40+
- Microsoft.KeyVault/stable/2022-07-01/keys.json
41+
- Microsoft.KeyVault/stable/2022-07-01/keyvault.json
42+
- Microsoft.KeyVault/stable/2022-07-01/managedHsm.json
43+
- Microsoft.KeyVault/stable/2022-07-01/providers.json
44+
- Microsoft.KeyVault/stable/2022-07-01/secrets.json
45+
```
3346
### Tag: package-preview-2021-11
3447

3548
These settings apply only when `--tag=package-preview-2021-11` is specified on the command line.
3649

37-
```yaml $(tag) == 'package-preview-2021-11'
50+
``` yaml $(tag) == 'package-preview-2021-11'
3851
input-file:
3952
- Microsoft.KeyVault/preview/2021-11-01-preview/common.json
4053
- Microsoft.KeyVault/preview/2021-11-01-preview/keys.json
@@ -48,7 +61,7 @@ input-file:
4861

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

51-
```yaml $(tag) == 'package-2021-10'
64+
``` yaml $(tag) == 'package-2021-10'
5265
input-file:
5366
- Microsoft.KeyVault/stable/2021-10-01/common.json
5467
- Microsoft.KeyVault/stable/2021-10-01/keys.json

0 commit comments

Comments
 (0)