From 3adafdd82efe1762488fd0d72288ddcca61e88be Mon Sep 17 00:00:00 2001 From: Taliesin Sisson Date: Thu, 18 Feb 2021 16:21:19 +0000 Subject: [PATCH] Incorrect tag specified assume it was a copy and paste error (#13018) --- specification/batch/data-plane/readme.go.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/batch/data-plane/readme.go.md b/specification/batch/data-plane/readme.go.md index ce9f53e4369b..5b29ca656d0a 100644 --- a/specification/batch/data-plane/readme.go.md +++ b/specification/batch/data-plane/readme.go.md @@ -142,9 +142,9 @@ output-folder: $(go-sdk-folder)/services/$(namespace)/2016-02-01.3.0/$(namespace ### Tag: package-2015-12.2.2 and go -These settings apply only when `--tag=package-2017-05.5.0 --go` is specified on the command line. +These settings apply only when `--tag=2015-12.2.2 --go` is specified on the command line. Please also specify `--go-sdk-folder=`. -``` yaml $(tag)=='package-2017-05.5.0' && $(go) +``` yaml $(tag)=='2015-12.2.2' && $(go) output-folder: $(go-sdk-folder)/services/$(namespace)/2015-12-01.2.2/$(namespace) ``` \ No newline at end of file