Add build tags for Go SDK.#2213
Conversation
A lot of new config files are missing build tags for the Go SDK.
| Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. | ||
|
|
||
| ``` yaml $(tag)=='release_1_0' && $(go) | ||
| output-folder: $(go-sdk-folder)/services/cognitiveservices/v1.0/customsearch |
| Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. | ||
|
|
||
| ``` yaml $(tag)=='release_1_0' && $(go) | ||
| output-folder: $(go-sdk-folder)/services/cognitiveservices/v1.0/imagesearch |
| openapi-type: arm | ||
| tag: package-2017-07 | ||
| output-folder: ./ | ||
| csharp-sdks-folder: ./Generated/CSharp |
There was a problem hiding this comment.
Yes, we specify output folders per language.
vladbarosan
left a comment
There was a problem hiding this comment.
Some duplicate Go tags in CS readme's
| @@ -66,4 +66,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s | |||
|
|
|||
| ``` yaml $(tag) == 'runtime_2_0' && $(go) | |||
| output-folder: $(go-sdk-folder)/services/cognitiveservices/luis/v2.0/runtime | |||
There was a problem hiding this comment.
During yesterday's meeting @joshgav brought up the sloppy appearance of having v2.0 and luis backwards as compared to the other packages. Would now be a good time to clean these things up?
There was a problem hiding this comment.
This was intentional, I think we need to include "luis" in the name someplace. If we don't want it under this directory then I suggest we change the package name to "luisruntime".
There was a problem hiding this comment.
Or we could switch it to /services/cognitiveservices/v2.0/luis/runtime. This might work better actually as there is already a /services/cognitiveservices/v2.0/textanalytics so it would group them under the same v2.0 directory. I will make this change.
|
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
|
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
A lot of new config files are missing build tags for the Go SDK.
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-versionin the path should match theapi-versionin the spec).Quality of Swagger