forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
specificationRepositoryConfiguration.json
94 lines (94 loc) · 3.65 KB
/
specificationRepositoryConfiguration.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"$schema": "https://openapistorageprod.blob.core.windows.net/sdkautomation/prod/schemas/specificationRepositoryConfiguration.schema.json",
"pipelineName": "automation - sdk - test",
"sdkRepositoryMappings": {
"azure-sdk-for-go": {
"integrationRepository": "azure-sdk/azure-sdk-for-go",
"mainRepository": "Azure/azure-sdk-for-go",
"configFilePath": "eng/swagger_to_sdk_config.json"
},
"azure-sdk-for-java": {
"integrationRepository": "azure-sdk/azure-sdk-for-java",
"mainRepository": "Azure/azure-sdk-for-java",
"configFilePath": "eng/mgmt/automation/swagger_to_sdk_config.json"
},
"azure-sdk-for-net": {
"integrationRepository": "azure-sdk/azure-sdk-for-net",
"mainRepository": "Azure/azure-sdk-for-net"
},
"azure-sdk-for-net-track2": {
"integrationRepository": "azure-sdk/azure-sdk-for-net",
"mainRepository": "Azure/azure-sdk-for-net",
"configFilePath": "eng/swagger_to_sdk_config.json"
},
"azure-sdk-for-python": {
"integrationRepository": "azure-sdk/azure-sdk-for-python",
"mainRepository": "Azure/azure-sdk-for-python"
},
"azure-sdk-for-python-track2": {
"integrationRepository": "azure-sdk/azure-sdk-for-python",
"mainRepository": "Azure/azure-sdk-for-python"
},
"azure-resource-manager-schemas": {
"integrationRepository": "azure-sdk/azure-resource-manager-schemas",
"mainRepository": "Azure/azure-resource-manager-schemas"
}
},
"overrides": {
"openapi-env-test/azure-rest-api-specs": {
"sdkRepositoryMappings": {
"azure-sdk-for-terraform": {
"integrationRepository": "test-repo-billy/azure-sdk-for-trenton",
"mainRepository": "test-repo-billy/azure-sdk-for-trenton",
"mainBranch": "secondary"
},
"azure-sdk-for-go": {
"mainRepository": "openapi-env-test/azure-sdk-for-go",
"mainBranch": "main",
"configFilePath": "eng/swagger_to_sdk_config.json"
},
"azure-sdk-for-python-track2": {
"mainRepository": "openapi-env-test/azure-sdk-for-python",
"mainBranch": "main"
},
"azure-sdk-for-net-track2": {
"mainRepository": "openapi-env-test/azure-sdk-for-net",
"mainBranch": "user/raych1/common-script-test",
"configFilePath": "eng/swagger_to_sdk_config.json"
},
"azure-sdk-for-net": {
"mainRepository": "openapi-env-test/azure-sdk-for-net"
},
"azure-sdk-for-python": {
"mainRepository": "openapi-env-test/azure-sdk-for-python",
"mainBranch": "main"
},
"azure-sdk-for-js": {
"mainRepository": "openapi-env-test/azure-sdk-for-js",
"mainBranch": "main"
},
"azure-sdk-for-js-docker": {
"mainRepository": "openapi-env-test/azure-sdk-for-js",
"mainBranch": "main",
"runInDockerContainer": true
},
"azure-sdk-for-java": {
"mainRepository": "openapi-env-test/azure-sdk-for-java",
"mainBranch": "user/raych1/common-script-testing",
"configFilePath": "eng/mgmt/automation/swagger_to_sdk_config.json"
},
"azure-cli-extensions": {
"mainRepository": "openapi-env-test/azure-cli-extensions"
}
}
}
},
"typespecEmitterToSdkRepositoryMapping": {
"@azure-tools/typespec-python": "azure-sdk-for-python",
"@azure-tools/typespec-java": "azure-sdk-for-java",
"@azure-tools/typespec-csharp": "azure-sdk-for-net-track2",
"@azure-tools/typespec-ts": "azure-sdk-for-js",
"dw-typespec-typescript": "azure-sdk-for-js",
"yyc-test": "azure-sdk-for-python"
}
}