Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] Fix readme.md for 0815 #25822

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
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ These are the global settings for the ContainerServices API.

``` yaml
openapi-type: arm
tag: package-preview-2023-08
tag: package-2023-08-preview
```


### Tag: package-preview-2023-08
### Tag: package-2023-08-preview

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

```yaml $(tag) == 'package-preview-2023-08'
``` yaml $(tag) == 'package-2023-08-preview'
input-file:
- preview/2023-08-15-preview/fleets.json
```
Expand Down