File tree 2 files changed +29
-0
lines changed
specification/developerhub/resource-manager
2 files changed +29
-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/devhub/armdevhub
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 @@ -37,3 +37,21 @@ These settings apply only when `--tag=package-preview-2022-04` is specified on t
37
37
input-file:
38
38
- Microsoft.DevHub/preview/2022-04-01-preview/workflow.json
39
39
` ` `
40
+
41
+ ---
42
+ # Code Generation
43
+
44
+
45
+ # # Swagger to SDK
46
+
47
+ This section describes what SDK should be generated by the automatic system.
48
+ This is not used by Autorest itself.
49
+
50
+ ` ` ` yaml $(swagger-to-sdk)
51
+ swagger-to-sdk:
52
+ - repo: azure-sdk-for-go
53
+ ` ` `
54
+
55
+ # # Go
56
+
57
+ See configuration in [readme.go.md](./readme.go.md)
You can’t perform that action at this time.
0 commit comments