Skip to content

Commit

Permalink
appconfiguration: adding the autorest config needed for a Go Data Pla…
Browse files Browse the repository at this point in the history
…ne SDK (#15317)
  • Loading branch information
tombuildsstuff authored Aug 6, 2021
1 parent 301de05 commit dba6ed1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions specification/appconfiguration/data-plane/readme.go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Go
These settings apply only when `--go` is specified on the command line.
``` yaml $(go)
go:
license-header: MICROSOFT_MIT_NO_VERSION
clear-output-folder: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
batch:
- tag: package-1-0
```
### Tag: package-1-0 and go
These settings apply only when `--tag=package-1-0 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
``` yaml $(tag) == 'package-1-0' && $(go)
namespace: appconfiguration
output-folder: $(go-sdk-folder)/services/appconfiguration/1.0/$(namespace)
```

0 comments on commit dba6ed1

Please sign in to comment.