Thanks to visit codestin.com Credit goes to github.com
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 e9bbf2f commit a7155ecCopy full SHA for a7155ec
specification/cdn/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: cdn
9
clear-output-folder: true
10
```
11
12
+``` yaml $(go) && $(track2)
13
+license-header: MICROSOFT_MIT_NO_VERSION
14
+module-name: sdk/cdn/armcdn
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