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 301de05 commit dba6ed1Copy full SHA for dba6ed1
specification/appconfiguration/data-plane/readme.go.md
@@ -0,0 +1,19 @@
1
+## Go
2
+These settings apply only when `--go` is specified on the command line.
3
+``` yaml $(go)
4
+go:
5
+ license-header: MICROSOFT_MIT_NO_VERSION
6
+ clear-output-folder: true
7
+```
8
+### Go multi-api
9
+``` yaml $(go) && $(multiapi)
10
+batch:
11
+ - tag: package-1-0
12
13
+### Tag: package-1-0 and go
14
+These settings apply only when `--tag=package-1-0 --go` is specified on the command line.
15
+Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
16
+``` yaml $(tag) == 'package-1-0' && $(go)
17
+namespace: appconfiguration
18
+output-folder: $(go-sdk-folder)/services/appconfiguration/1.0/$(namespace)
19
0 commit comments