Skip to content

Commit

Permalink
more progress
Browse files Browse the repository at this point in the history
  • Loading branch information
shesamian committed Nov 7, 2022
1 parent 65901a9 commit 581cdcd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ input-file:

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

``` yaml $(tag) == 'package-2022-09-preview'
```yaml $(tag) == 'package-2022-09-preview'
input-file:
- Microsoft.RecoveryServices/preview/2022-09-01-preview/bms.json
```
Expand All @@ -77,7 +77,7 @@ input-file:

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

``` yaml $(tag) == 'package-2022-06-01-preview'
```yaml $(tag) == 'package-2022-06-01-preview'
input-file:
- Microsoft.RecoveryServices/preview/2022-06-01-preview/bms.json
```
Expand All @@ -86,7 +86,7 @@ input-file:

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

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

0 comments on commit 581cdcd

Please sign in to comment.