We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4508074 commit 7b8b9ebCopy full SHA for 7b8b9eb
specification/sql/resource-manager/readme.go.md
@@ -2,7 +2,15 @@
2
3
These settings apply only when `--go` is specified on the command line.
4
5
-``` yaml $(go)
+``` yaml $(go) && $(track2)
6
+license-header: MICROSOFT_MIT_NO_VERSION
7
+module-name: sdk/sql/armsql
8
+module: github.com/Azure/azure-sdk-for-go/$(module-name)
9
+output-folder: $(go-sdk-folder)/$(module-name)
10
+azure-arm: true
11
+```
12
+
13
+``` yaml $(go) && !$(track2)
14
go:
15
license-header: MICROSOFT_MIT_NO_VERSION
16
namespace: sql
0 commit comments