File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed
appconfiguration/resource-manager
dnsresolver/resource-manager Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-2021-10-01-preview
2425 - tag : package-2021-03-01-preview
2526 - tag : package-2020-07-01-preview
2627 - tag : package-2020-06-01
@@ -29,6 +30,15 @@ batch:
2930 - tag : package-2019-02-01-preview
3031` ` `
3132
33+ ### Tag: package-2021-10-01-preview and go
34+
35+ These settings apply only when ` --tag=package-2021-10-01-preview --go` is specified on the command line.
36+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
37+
38+ ` ` ` yaml $(tag) == 'package-2021-10-01-preview' && $(go)
39+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-10-01-preview/$(namespace)
40+ ` ` `
41+
3242# ## Tag: package-2021-03-01-preview and go
3343
3444These settings apply only when `--tag=package-2021-03-01-preview --go` is specified on the command line.
Original file line number Diff line number Diff line change 1+ ## Go
2+
3+ These settings apply only when ` --go ` is specified on the command line.
4+
5+ ``` yaml $(go) && $(track2)
6+ license-header : MICROSOFT_MIT_NO_VERSION
7+ module-name : sdk/resourcemanager/dnsresolver/armdnsresolver
8+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
9+ output-folder : $(go-sdk-folder)/$(module-name)
10+ azure-arm : true
11+ ` ` `
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ This is not used by Autorest itself.
4949swagger-to-sdk:
5050 - repo: azure-sdk-for-net
5151 - repo: azure-sdk-for-python-track2
52+ - repo: azure-sdk-for-go-track2
5253` ` `
5354
5455# # C#
@@ -70,6 +71,10 @@ csharp:
7071
7172See configuration in [readme.python.md](./readme.python.md)
7273
74+ # # Go
75+
76+ See configuration in [readme.go.md](./readme.go.md)
77+
7378# # Suppression
7479
7580` ` ` yaml
You can’t perform that action at this time.
0 commit comments