Skip to content

Commit dba6ed1

Browse files
appconfiguration: adding the autorest config needed for a Go Data Plane SDK (#15317)
1 parent 301de05 commit dba6ed1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)