diff --git a/specification/EnterpriseKnowledgeGraph/resource-manager/readme.go.md b/specification/EnterpriseKnowledgeGraph/resource-manager/readme.go.md index b15cdf7f29fa..80040132bf08 100644 --- a/specification/EnterpriseKnowledgeGraph/resource-manager/readme.go.md +++ b/specification/EnterpriseKnowledgeGraph/resource-manager/readme.go.md @@ -5,7 +5,7 @@ These settings apply only when `--go` is specified on the command line. ``` yaml $(go) go: license-header: MICROSOFT_APACHE_NO_VERSION - namespace: EnterpriseKnowledgeGraphService + namespace: enterpriseknowledgegraphservice clear-output-folder: true ``` @@ -13,21 +13,12 @@ go: ``` yaml $(go) && $(multiapi) batch: - tag: package-2018-12-03 - - tag: package-2018-12-03-preview ``` -### Tag: package-2018-12 and go -These settings apply only when `--tag=package-2018-12 --go` is specified on the command line. +### Tag: package-2018-12-03 and go +These settings apply only when `--tag=package-2018-12-03 --go` is specified on the command line. Please also specify `--go-sdk-folder=`. -``` yaml $(tag) == 'package-2018-12' && $(go) -output-folder: $(go-sdk-folder)/services/$(namespace)/2018-12-03/$(namespace) +``` yaml $(tag) == 'package-2018-12-03' && $(go) +output-folder: $(go-sdk-folder)/services/preview/$(namespace)/2018-12-03/$(namespace) ``` - -### Tag: package-2018-12-preview and go -These settings apply only when `--tag=package-2018-12-preview --go` is specified on the command line. -Please also specify `--go-sdk-folder=`. - -``` yaml $(tag) == 'package-2018-12-preview' && $(go) -output-folder: $(go-sdk-folder)/services/preview/$(namespace)/2018-12-31-preview/$(namespace) -