forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathswagger_to_sdk_config.json
More file actions
31 lines (31 loc) · 871 Bytes
/
Copy pathswagger_to_sdk_config.json
File metadata and controls
31 lines (31 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://openapistorageprod.blob.core.windows.net/sdkautomation/prod/schemas/swagger_to_sdk_config.schema.json",
"meta": {
"after_scripts": [
"dep ensure",
"go generate ./profiles/generate.go",
"gofmt -w ./profiles/",
"gofmt -w ./services/"
],
"autorest_options": {
"use": "@microsoft.azure/autorest.go@~2.1.147",
"go": "",
"verbose": "",
"sdkrel:go-sdk-folder": ".",
"multiapi": "",
"use-onever": "",
"preview-chk": "",
"version": "previous"
},
"repotag": "azure-sdk-for-go",
"envs": {
"sdkrel:GOPATH": "../../../.."
},
"advanced_options": {
"clone_dir": "./src/github.com/Azure/azure-sdk-for-go",
"sdk_generation_pull_request_base": "integration_branch",
"create_sdk_pull_requests": true
},
"version": "0.2.0"
}
}