Skip to content
Merged
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions specification/storagesync/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ These are the global settings for the Storage Sync API.

``` yaml
openapi-type: arm
tag: package-2019-06
tag: package-2019-06-01
```


### Tag: package-2019-06
### Tag: package-2019-06-01

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

```yaml $(tag) == 'package-2019-06'
```yaml $(tag) == 'package-2019-06-01'
input-file:
- Microsoft.StorageSync/stable/2019-06-01/storagesync.json
```
Expand Down