diff --git a/specification/appconfiguration/data-plane/readme.go.md b/specification/appconfiguration/data-plane/readme.go.md new file mode 100644 index 000000000000..beb26f151d05 --- /dev/null +++ b/specification/appconfiguration/data-plane/readme.go.md @@ -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=`. +``` yaml $(tag) == 'package-1-0' && $(go) +namespace: appconfiguration +output-folder: $(go-sdk-folder)/services/appconfiguration/1.0/$(namespace) +```