Skip to content

Commit 9b7a84d

Browse files
Updates readme
1 parent 55e4e59 commit 9b7a84d

File tree

1 file changed

+11
-2
lines changed
  • specification/redisenterprise/resource-manager

1 file changed

+11
-2
lines changed

specification/redisenterprise/resource-manager/readme.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,27 @@ These are the global settings for the RedisEnterprise API.
2626

2727
``` yaml
2828
openapi-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

3543
These 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'
3846
input-file:
3947
- Microsoft.Cache/preview/2022-11-01-preview/redisenterprise.json
4048
```
49+
4150
### Tag: package-2022-01
4251

4352
These settings apply only when `--tag=package-2022-01` is specified on the command line.

0 commit comments

Comments
 (0)