File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
specification/keyvault/resource-manager Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,29 @@ openapi-type: arm
29
29
tag : package-preview-2020-04
30
30
` ` `
31
31
32
-
33
32
### Tag: package-preview-2020-04
34
33
35
34
These settings apply only when ` --tag=package-preview-2020-04` is specified on the command line.
36
35
37
36
` ` ` 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'
38
48
input-file:
39
49
- Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json
40
50
- Microsoft.KeyVault/preview/2020-04-01-preview/providers.json
41
51
- Microsoft.KeyVault/preview/2020-04-01-preview/secrets.json
42
52
- Microsoft.KeyVault/preview/2020-04-01-preview/managedHsm.json
43
53
` ` `
54
+
44
55
# ## Tag: package-2019-09
45
56
46
57
These settings apply only when `--tag=package-2019-09` is specified on the command line.
You can’t perform that action at this time.
0 commit comments