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 a7155ec commit f4b79e0Copy full SHA for f4b79e0
specification/automation/resource-manager/readme.go.md
@@ -2,13 +2,21 @@
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
namespace: automation
9
clear-output-folder: true
10
```
11
12
+``` yaml $(go) && $(track2)
13
+license-header: MICROSOFT_MIT_NO_VERSION
14
+module-name: sdk/automation/armautomation
15
+module: github.com/Azure/azure-sdk-for-go/$(module-name)
16
+output-folder: $(go-sdk-folder)/$(module-name)
17
+azure-arm: true
18
+```
19
+
20
### Go multi-api
21
22
``` yaml $(go) && $(multiapi)
0 commit comments