Skip to content

Commit cd27701

Browse files
committed
Updates readme
1 parent e634e55 commit cd27701

File tree

1 file changed

+12
-3
lines changed
  • specification/recoveryservicesbackup/resource-manager

1 file changed

+12
-3
lines changed

specification/recoveryservicesbackup/resource-manager/readme.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tag: package-passivestamp-2021-11-15
4141
```
4242
4343
``` yaml $(package-activestamp)
44-
tag: package-2022-09-preview
44+
tag: package-2022-10
4545
```
4646
4747
### Validations
@@ -56,11 +56,19 @@ message-format: json
5656
```
5757

5858

59+
### Tag: package-2022-10
60+
61+
These settings apply only when `--tag=package-2022-10` is specified on the command line.
62+
63+
```yaml $(tag) == 'package-2022-10'
64+
input-file:
65+
- Microsoft.RecoveryServices/stable/2022-10-01/bms.json
66+
```
5967
### Tag: package-2022-09-preview
6068

6169
These settings apply only when `--tag=package-2022-09-preview` is specified on the command line.
6270

63-
```yaml $(tag) == 'package-2022-09-preview'
71+
``` yaml $(tag) == 'package-2022-09-preview'
6472
input-file:
6573
- Microsoft.RecoveryServices/preview/2022-09-01-preview/bms.json
6674
```
@@ -73,11 +81,12 @@ These settings apply only when `--tag=package-2022-06-01-preview` is specified o
7381
input-file:
7482
- Microsoft.RecoveryServices/preview/2022-06-01-preview/bms.json
7583
```
84+
7685
### Tag: package-2022-04
7786

7887
These settings apply only when `--tag=package-2022-04` is specified on the command line.
7988

80-
```yaml $(tag) == 'package-2022-04'
89+
``` yaml $(tag) == 'package-2022-04'
8190
input-file:
8291
- Microsoft.RecoveryServices/stable/2022-04-01/bms.json
8392
```

0 commit comments

Comments
 (0)