Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions specification/servicefabric/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ directive:
reason: There are open issues (bugs) in the validator affecting some of the examples and since there is no way to selectively disable the validation for a particular example or paths, all of the example validation is being turned off.
```

### Tag: package-2023-11
### Tag: package-2023-11-preview

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

``` yaml $(tag) == 'package-2023-11'
``` yaml $(tag) == 'package-2023-11-preview'
input-file:
- Microsoft.ServiceFabric/preview/2023-11-01-preview/cluster.json
- Microsoft.ServiceFabric/preview/2023-11-01-preview/application.json
Expand Down