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.
26
26
27
27
``` yaml
28
28
openapi-type : arm
29
- tag : package-preview-2022-11
29
+ tag : package-preview-2023-03
30
30
` ` `
31
31
32
32
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
+ ` ` `
33
41
# ## Tag: package-preview-2022-11
34
42
35
43
These settings apply only when `--tag=package-preview-2022-11` is specified on the command line.
36
44
37
- ` ` ` yaml $(tag) == 'package-preview-2022-11'
45
+ ` ` ` yaml $(tag) == 'package-preview-2022-11'
38
46
input-file:
39
47
- Microsoft.Cache/preview/2022-11-01-preview/redisenterprise.json
40
48
` ` `
49
+
41
50
# ## Tag: package-2022-01
42
51
43
52
These 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