File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
specification/keyvault/resource-manager Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,25 @@ These settings apply only when `--tag=package-preview-2021-04` is specified on t
36
36
37
37
` ` ` yaml $(tag) == 'package-preview-2021-04'
38
38
input-file:
39
- - Microsoft.KeyVault/preview/2021-04-01-preview/keys.json
40
39
- Microsoft.KeyVault/preview/2021-04-01-preview/common.json
41
40
- Microsoft.KeyVault/preview/2021-04-01-preview/keyvault.json
42
41
- Microsoft.KeyVault/preview/2021-04-01-preview/managedHsm.json
43
42
- Microsoft.KeyVault/preview/2021-04-01-preview/providers.json
43
+ ` ` `
44
+ # ## Tag: package-preview-2021-04-full
45
+
46
+ These settings apply only when `--tag=package-preview-2021-04` is specified on the command line.
47
+
48
+ ` ` ` yaml $(tag) == 'package-preview-2021-04-full'
49
+ input-file:
50
+ - Microsoft.KeyVault/preview/2021-04-01-preview/common.json
51
+ - Microsoft.KeyVault/preview/2021-04-01-preview/keyvault.json
52
+ - Microsoft.KeyVault/preview/2021-04-01-preview/managedHsm.json
53
+ - Microsoft.KeyVault/preview/2021-04-01-preview/providers.json
54
+ - Microsoft.KeyVault/preview/2021-04-01-preview/keys.json
44
55
- Microsoft.KeyVault/preview/2021-04-01-preview/secrets.json
45
56
` ` `
57
+
46
58
# ## Tag: package-preview-2020-04
47
59
48
60
These settings apply only when `--tag=package-preview-2020-04` is specified on the command line.
You can’t perform that action at this time.
0 commit comments