Skip to content

Commit

Permalink
Fix output-folder of storage for go SDK (#11562)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Nov 6, 2020
1 parent 82f38d0 commit 7ad889a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/storage/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ These settings apply only when `--tag=package-2020-08-preview --go` is specified
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

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

### Tag: package-2019-06 and go
Expand Down

0 comments on commit 7ad889a

Please sign in to comment.