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 e299fd0 commit d793656Copy full SHA for d793656
specification/containerservice/resource-manager/readme.go.md
@@ -2,12 +2,20 @@
2
3
These settings apply only when `--go` is specified on the command line.
4
5
-``` yaml $(go)
+``` yaml $(go) && !$(track2)
6
go:
7
license-header: MICROSOFT_MIT_NO_VERSION
8
clear-output-folder: true
9
```
10
11
+``` yaml $(go) && $(track2)
12
+license-header: MICROSOFT_MIT_NO_VERSION
13
+module-name: sdk/containerservice/armcontainerservice
14
+module: github.com/Azure/azure-sdk-for-go/$(module-name)
15
+output-folder: $(go-sdk-folder)/$(module-name)
16
+azure-arm: true
17
+```
18
+
19
### Go multi-api
20
21
``` yaml $(go) && $(multiapi)
0 commit comments