File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
specification/servicenetworking/resource-manager Expand file tree Collapse file tree 2 files changed +16
-0
lines changed 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/servicenetworking/armservicenetworking
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 @@ -48,8 +48,13 @@ This is not used by Autorest itself.
48
48
` ` ` yaml $(swagger-to-sdk)
49
49
swagger-to-sdk:
50
50
- repo: azure-sdk-for-python-track2
51
+ - repo: azure-sdk-for-go
51
52
` ` `
52
53
53
54
# # Python
54
55
55
56
See configuration in [readme.python.md](./readme.python.md)
57
+
58
+ # # Go
59
+
60
+ See configuration in [readme.go.md](./readme.go.md)
You can’t perform that action at this time.
0 commit comments