From bfa3a77126385548d4f3913128b90c2b6eb38b59 Mon Sep 17 00:00:00 2001 From: 804873052 <804873052@qq.com> Date: Mon, 26 Jul 2021 17:27:42 +0800 Subject: [PATCH] track2 modify security readme.go.md --- specification/security/resource-manager/readme.go.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/specification/security/resource-manager/readme.go.md b/specification/security/resource-manager/readme.go.md index 9416851acb01..fd7665ccbe32 100644 --- a/specification/security/resource-manager/readme.go.md +++ b/specification/security/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: security clear-output-folder: true ``` +``` yaml $(go) && $(track2) +license-header: MICROSOFT_MIT_NO_VERSION +module-name: sdk/security/armsecurity +module: github.com/Azure/azure-sdk-for-go/$(module-name) +output-folder: $(go-sdk-folder)/$(module-name) +azure-arm: true +``` + ### Common Go settings ```yaml $(go) && $(multiapi)