Skip to content

Commit

Permalink
Fix output folder in peering (#9631)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored May 29, 2020
1 parent 4f945a6 commit 515d379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/peering/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ These settings apply only when `--tag=package-2020-04-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-2020-04-01' && $(go)
output-folder: $(go-sdk-folder)/services/stable/$(namespace)/mgmt/2020-04-01/$(namespace)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-04-01/$(namespace)
```

### Tag: package-2020-01-01-preview and go
Expand Down

0 comments on commit 515d379

Please sign in to comment.