Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion specification/storagesync/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ These settings apply only when `--tag=package-2018-10-01 --go` is specified on t
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2018-10-01' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-10-01/$(namespace)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2018-10-01/$(namespace)
```

### Tag: package-2018-07-01 and go
Expand Down
4 changes: 2 additions & 2 deletions specification/storagesync/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These are the global settings for the Storage Sync API.

``` yaml
openapi-type: arm
tag: package-2018-07-01
tag: package-2018-10-01
```


Expand All @@ -37,7 +37,7 @@ These settings apply only when `--tag=package-2018-07-01` is specified on the co

``` yaml $(tag) == 'package-2018-10-01'
input-file:
- Microsoft.StorageSync/preview/2018-10-01/storagesync.json
- Microsoft.StorageSync/stable/2018-10-01/storagesync.json
```


Expand Down