diff --git a/specification/cognitiveservices/data-plane/QnAMaker/readme.go.md b/specification/cognitiveservices/data-plane/QnAMaker/readme.go.md index 412a87aa9eac..214d27ace71d 100644 --- a/specification/cognitiveservices/data-plane/QnAMaker/readme.go.md +++ b/specification/cognitiveservices/data-plane/QnAMaker/readme.go.md @@ -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 ``` @@ -14,6 +13,7 @@ go: ``` yaml $(go) && $(multiapi) batch: - tag: release_4_0 + - tag: runtime_release_4_0 ``` ### Tag: release_4_0 and go @@ -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=`. ``` yaml $(tag) == 'release_4_0' && $(go) +namespace: qnamaker output-folder: $(go-sdk-folder)/services/cognitiveservices/v4.0/$(namespace) -``` \ No newline at end of file +``` + +### 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=`. + +``` yaml $(tag) == 'runtime_release_4_0' && $(go) +namespace: qnamakerruntime +output-folder: $(go-sdk-folder)/services/cognitiveservices/v4.0/$(namespace) +```