Skip to content

Commit 122829c

Browse files
authored
[KeyVault] Update API tag for MHSM release (#10577)
* Update tag * Update readme.md
1 parent b3aa803 commit 122829c

File tree

1 file changed

+12
-1
lines changed
  • specification/keyvault/resource-manager

1 file changed

+12
-1
lines changed

specification/keyvault/resource-manager/readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,29 @@ openapi-type: arm
2929
tag: package-preview-2020-04
3030
```
3131
32-
3332
### Tag: package-preview-2020-04
3433
3534
These settings apply only when `--tag=package-preview-2020-04` is specified on the command line.
3635

3736
```yaml $(tag) == 'package-preview-2020-04'
37+
input-file:
38+
- Microsoft.KeyVault/stable/2019-09-01/keyvault.json
39+
- Microsoft.KeyVault/stable/2019-09-01/providers.json
40+
- Microsoft.KeyVault/preview/2020-04-01-preview/managedHsm.json
41+
```
42+
43+
### Tag: package-preview-2020-04-full
44+
45+
These settings apply only when `--tag=package-preview-2020-04-full` is specified on the command line.
46+
47+
```yaml $(tag) == 'package-preview-2020-04-full'
3848
input-file:
3949
- Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json
4050
- Microsoft.KeyVault/preview/2020-04-01-preview/providers.json
4151
- Microsoft.KeyVault/preview/2020-04-01-preview/secrets.json
4252
- Microsoft.KeyVault/preview/2020-04-01-preview/managedHsm.json
4353
```
54+
4455
### Tag: package-2019-09
4556

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

0 commit comments

Comments
 (0)