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
Prev Previous commit
Next Next commit
fix go sdk for 2019-05-01-preview package
  • Loading branch information
Feiyu Shi committed Apr 22, 2019
commit 770176ce8c82070a2473badf49758af3c2054d70
8 changes: 4 additions & 4 deletions specification/imagebuilder/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These settings apply only when `--go` is specified on the command line.
batch:
- tag: package-2018-02
- tag: package-2019-02
- tag: package-2019-05
- tag: package-preview-2019-05
```

### Tag: package-2018-02
Expand All @@ -35,11 +35,11 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-02-01-preview/$(namespace)
```

### Tag: package-2019-05
### Tag: package-preview-2019-05

These settings apply only when `--tag=package-2019-05 --go` is specified on the command line.
These settings apply only when `--tag=package-preview-2019-05 --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-2019-05' && $(go)
``` yaml $(tag) == 'package-preview-2019-05' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-05-01-preview/$(namespace)
```