Skip to content

Commit

Permalink
Fix incorrect tag name in comment. (#27741)
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored Feb 12, 2024
1 parent ecc0170 commit 6ce71c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/contosowidgetmanager/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tag: package-2022-11-01-preview
### Tag: package-2022-11-01-preview
These settings apply only when `--tag=package--2022-11-01-preview` is specified on the command line.
These settings apply only when `--tag=package-2022-11-01-preview` is specified on the command line.

```yaml $(tag) == 'package-2022-11-01-preview'
input-file:
Expand Down Expand Up @@ -51,4 +51,4 @@ suppressions:
- code: LroExtension
- code: SchemaTypeAndFormat
- code: PathParameterSchema
```
```

0 comments on commit 6ce71c0

Please sign in to comment.