From d4438cb4497b02d9c53d22ff120dd6db54adc8bb Mon Sep 17 00:00:00 2001 From: ArcturusZhang Date: Tue, 6 Jul 2021 17:09:25 +0800 Subject: [PATCH] add track 2 configurations for web --- specification/web/resource-manager/readme.go.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/specification/web/resource-manager/readme.go.md b/specification/web/resource-manager/readme.go.md index 8f9118b7cdb7..0a65d1574d1f 100644 --- a/specification/web/resource-manager/readme.go.md +++ b/specification/web/resource-manager/readme.go.md @@ -2,13 +2,21 @@ These settings apply only when `--go` is specified on the command line. -``` yaml $(go) +``` yaml $(go) && !$(track2) go: license-header: MICROSOFT_MIT_NO_VERSION namespace: web clear-output-folder: true ``` +```yaml $(go) && $(track2) +license-header: MICROSOFT_MIT_NO_VERSION +module-name: sdk/web/armweb +module: github.com/Azure/azure-sdk-for-go/$(module-name) +output-folder: $(go-sdk-folder)/$(module-name) +azure-arm: true +``` + ### Go multi-api ``` yaml $(go) && $(multiapi)