From 8380e40ce93666b4cc6c8305893cc44867ee7aa4 Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Fri, 23 Jul 2021 17:11:21 +0200 Subject: [PATCH] appconfiguration: adding the autorest config needed for a Go Data Plane SDK --- .../appconfiguration/data-plane/readme.go.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 specification/appconfiguration/data-plane/readme.go.md 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) +```