File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
specification/keyvault/resource-manager Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,28 @@ These are the global settings for the KeyVault API.
2626
2727``` yaml
2828openapi-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
3548These 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'
3851input-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
4962These 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'
5265input-file:
5366 - Microsoft.KeyVault/stable/2021-10-01/common.json
5467 - Microsoft.KeyVault/stable/2021-10-01/keys.json
You can’t perform that action at this time.
0 commit comments