File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
specification/redisenterprise/resource-manager Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,27 @@ These are the global settings for the RedisEnterprise API.
2626
2727``` yaml
2828openapi-type : arm
29- tag : package-preview-2022-11
29+ tag : package-preview-2023-03
3030` ` `
3131
3232
33+ ### Tag: package-preview-2023-03
34+
35+ These settings apply only when ` --tag=package-preview-2023-03` is specified on the command line.
36+
37+ ` ` ` yaml $(tag) == 'package-preview-2023-03'
38+ input-file:
39+ - Microsoft.Cache/preview/2023-03-01-preview/redisenterprise.json
40+ ` ` `
3341# ## Tag: package-preview-2022-11
3442
3543These settings apply only when `--tag=package-preview-2022-11` is specified on the command line.
3644
37- ` ` ` yaml $(tag) == 'package-preview-2022-11'
45+ ` ` ` yaml $(tag) == 'package-preview-2022-11'
3846input-file:
3947 - Microsoft.Cache/preview/2022-11-01-preview/redisenterprise.json
4048` ` `
49+
4150# ## Tag: package-2022-01
4251
4352These settings apply only when `--tag=package-2022-01` is specified on the command line.
You can’t perform that action at this time.
0 commit comments