Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ These settings apply only when `--go` is specified on the command line.
``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
namespace: qnamaker
clear-output-folder: true
```

Expand All @@ -14,6 +13,7 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: release_4_0
- tag: runtime_release_4_0
```

### Tag: release_4_0 and go
Expand All @@ -22,5 +22,16 @@ These settings apply only when `--tag=release_4_0 --go` is specified on the comm
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'release_4_0' && $(go)
namespace: qnamaker
output-folder: $(go-sdk-folder)/services/cognitiveservices/v4.0/$(namespace)
```
```

### Tag: runtime_release_4_0 and go

These settings apply only when `--tag=runtime_release_4_0 --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) == 'runtime_release_4_0' && $(go)
namespace: qnamakerruntime
output-folder: $(go-sdk-folder)/services/cognitiveservices/v4.0/$(namespace)
```