From 025b8758f3b4fbeaa4c623645bdc600895c6e86b Mon Sep 17 00:00:00 2001 From: Alex Cheng Date: Thu, 30 Apr 2020 07:59:15 -0700 Subject: [PATCH] bug in sdk go generation --- .../TranslatorText/Batch/readme.go.md | 20 ------------------- .../data-plane/TranslatorText/Batch/readme.md | 5 ----- 2 files changed, 25 deletions(-) delete mode 100644 specification/cognitiveservices/data-plane/TranslatorText/Batch/readme.go.md diff --git a/specification/cognitiveservices/data-plane/TranslatorText/Batch/readme.go.md b/specification/cognitiveservices/data-plane/TranslatorText/Batch/readme.go.md deleted file mode 100644 index c804a0e4a28a..000000000000 --- a/specification/cognitiveservices/data-plane/TranslatorText/Batch/readme.go.md +++ /dev/null @@ -1,20 +0,0 @@ -## Go - -These settings apply only when `--go` is specified on the command line. - -``` yaml $(go) -go: - license-header: MICROSOFT_APACHE_NO_VERSION - namespace: translation.batch - clear-output-folder: true -``` - - -### Tag: release_1_0_review and go - -These settings apply only when `--tag=release_1_0_preview --go` is specified on the command line. -Please also specify `--go-sdk-folder=`. - -``` yaml $(tag) == 'release_1_0_preview' && $(go) -output-folder: $(go-sdk-folder)/services/cognitiveservices/v1.0.preview/$(namespace) -``` diff --git a/specification/cognitiveservices/data-plane/TranslatorText/Batch/readme.md b/specification/cognitiveservices/data-plane/TranslatorText/Batch/readme.md index 542cd1f8ef08..130bad930867 100644 --- a/specification/cognitiveservices/data-plane/TranslatorText/Batch/readme.md +++ b/specification/cognitiveservices/data-plane/TranslatorText/Batch/readme.md @@ -45,7 +45,6 @@ This is not used by Autorest itself. swagger-to-sdk: - repo: azure-sdk-for-python - repo: azure-sdk-for-java - - repo: azure-sdk-for-go - repo: azure-sdk-for-js - repo: azure-sdk-for-node - repo: azure-sdk-for-ruby @@ -96,10 +95,6 @@ python: output-folder: $(python-sdks-folder)/cognitiveservices/azure-cognitiveservices-translation-batch ``` -## Go - -See configuration in [readme.go.md](./readme.go.md) - ## Java These settings apply only when `--java` is specified on the command line.