Skip to content

Commit

Permalink
Fix go tag for storage management plane 2018-03-02 api version (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Barosan authored and bashahee committed Jun 1, 2018
1 parent 2c1261e commit b568d08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specification/storage/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ go:

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2018-03-preview
- tag: package-2018-03
- tag: package-2018-02
- tag: package-2017-10
- tag: package-2017-06
Expand All @@ -207,13 +207,13 @@ batch:
- tag: package-2015-05-preview
```

### Tag: package-2018-03-preview and go
### Tag: package-2018-03 and go

These settings apply only when `--tag=package-2018-03-preview --go` is specified on the command line.
These settings apply only when `--tag=package-2018-03 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

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

### Tag: package-2018-02 and go
Expand Down

0 comments on commit b568d08

Please sign in to comment.