Skip to content

Commit

Permalink
Add api version of go SDK for imagebuilder (#9408)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored May 11, 2020
1 parent 7a888ff commit f93a027
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/imagebuilder/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,21 @@ These settings apply only when `--go` is specified on the command line.
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2020-02
- tag: package-2018-02
- tag: package-2019-02
- tag: package-preview-2019-05
```
### Tag: package-2020-02
These settings apply only when `--tag=package-2020-02 --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-2020-02' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-02-01/$(namespace)
```

### Tag: package-2018-02

These settings apply only when `--tag=package-2018-02 --go` is specified on the command line.
Expand Down

0 comments on commit f93a027

Please sign in to comment.