Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Taejas authored and hiaga committed Oct 20, 2023
1 parent 50051c8 commit e23c371
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions specification/recoveryservicesbackup/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tag: package-passivestamp-2023-01-15
```
``` yaml $(package-activestamp)
tag: package-2023-04
tag: package-2023-06
```
### Validations
Expand All @@ -56,22 +56,32 @@ message-format: json
```


### Tag: package-2023-06

These settings apply only when `--tag=package-2023-06` is specified on the command line.

```yaml $(tag) == 'package-2023-06'
input-file:
- Microsoft.RecoveryServices/stable/2023-06-01/bms.json
```
### Tag: package-2023-04

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

```yaml $(tag) == 'package-2023-04'
``` yaml $(tag) == 'package-2023-04'
input-file:
- Microsoft.RecoveryServices/stable/2023-04-01/bms.json
```

### Tag: package-2023-02

These settings apply only when `--tag=package-2023-02` is specified on the command line.

```yaml $(tag) == 'package-2023-02'
``` yaml $(tag) == 'package-2023-02'
input-file:
- Microsoft.RecoveryServices/stable/2023-02-01/bms.json
```

### Tag: package-passivestamp-2023-01-15

These settings apply only when `--tag=package-passivestamp-2023-01-15` is specified on the command line.
Expand Down Expand Up @@ -103,7 +113,7 @@ input-file:

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

```yaml $(tag) == 'package-preview-2022-09'
``` yaml $(tag) == 'package-preview-2022-09'
input-file:
- Microsoft.RecoveryServices/preview/2022-09-30-preview/bms.json
```
Expand Down

0 comments on commit e23c371

Please sign in to comment.