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 f4b79e0 commit cc12e61Copy full SHA for cc12e61
specification/recoveryservices/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
clear-output-folder: true
9
namespace: recoveryservices
10
```
11
12
+``` yaml $(go) && $(track2)
13
+license-header: MICROSOFT_MIT_NO_VERSION
14
+module-name: sdk/recoveryservices/armrecoveryservices
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