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