From 2cca6e1cc82c4e87dc120a4268ecb2835b2f91b0 Mon Sep 17 00:00:00 2001 From: Arcturus Date: Tue, 28 Apr 2020 11:06:04 +0800 Subject: [PATCH] bug-search (#9235) --- specification/search/resource-manager/readme.go.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/specification/search/resource-manager/readme.go.md b/specification/search/resource-manager/readme.go.md index 6c95fee02859..0c4e0350036e 100644 --- a/specification/search/resource-manager/readme.go.md +++ b/specification/search/resource-manager/readme.go.md @@ -13,20 +13,10 @@ go: ``` yaml $(go) && $(multiapi) batch: - - tag: package-2020-03 - tag: package-2015-08 - tag: package-2015-02 ``` -### Tag: package-2020-03 and go - -These settings apply only when `--tag=package-2020-03 --go` is specified on the command line. -Please also specify `--go-sdk-folder=`. - -``` yaml $(tag) == 'package-2020-03' && $(go) -output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-03-13/$(namespace) -``` - ### Tag: package-2015-08 and go These settings apply only when `--tag=package-2015-08 --go` is specified on the command line.