forked from azurehybriddatamanager/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
specificationRepositoryConfiguration.json
85 lines (85 loc) · 3.35 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
{
"$schema": "https://openapistorageprod.blob.core.windows.net/sdkautomation/prod/schemas/specificationRepositoryConfiguration.schema.json",
"pipelineName": "automation - sdk",
"sdkRepositoryMappings": {
"azure-sdk-for-go": {
"integrationRepository": "AzureSDKAutomation/azure-sdk-for-go",
"mainRepository": "Azure/azure-sdk-for-go"
},
"azure-sdk-for-java": {
"integrationRepository": "AzureSDKAutomation/azure-sdk-for-java",
"mainRepository": "Azure/azure-sdk-for-java",
"configFilePath": "eng/mgmt/automation/swagger_to_sdk_config.json"
},
"azure-sdk-for-js": {
"integrationRepository": "AzureSDKAutomation/azure-sdk-for-js",
"mainRepository": "Azure/azure-sdk-for-js"
},
"azure-sdk-for-net": {
"integrationRepository": "AzureSDKAutomation/azure-sdk-for-net",
"mainRepository": "Azure/azure-sdk-for-net"
},
"azure-sdk-for-net-track2": {
"integrationRepository": "AzureSDKAutomation/azure-sdk-for-net",
"mainRepository": "Azure/azure-sdk-for-net",
"configFilePath": "eng/swagger_to_sdk_config.json"
},
"azure-sdk-for-python": {
"integrationRepository": "AzureSDKAutomation/azure-sdk-for-python",
"mainRepository": "Azure/azure-sdk-for-python",
"mainBranch": "release/v3"
},
"azure-sdk-for-python-track2": {
"integrationRepository": "AzureSDKAutomation/azure-sdk-for-python",
"mainRepository": "Azure/azure-sdk-for-python"
},
"azure-cli-extensions": {
"integrationRepository": "AzureSDKAutomation/azure-cli-extensions",
"mainRepository": "Azure/azure-cli-extensions"
},
"azure-resource-manager-schemas": {
"integrationRepository": "AzureSDKAutomation/azure-resource-manager-schemas",
"mainRepository": "Azure/azure-resource-manager-schemas"
},
"azure-powershell": {
"integrationRepository": "AzureSDKAutomation/azure-powershell",
"mainRepository": "Azure/azure-powershell"
}
},
"overrides": {
"Azure/azure-rest-api-specs-pr": {
"sdkRepositoryMappings": {
"azure-sdk-for-go": {
"integrationRepository": "azure-sdk/azure-sdk-for-go-pr",
"mainRepository": "Azure/azure-sdk-for-go-pr"
},
"azure-sdk-for-java": {
"integrationRepository": "azure-sdk/azure-sdk-for-java-pr",
"mainRepository": "Azure/azure-sdk-for-java-pr",
"configFilePath": "eng/mgmt/automation/swagger_to_sdk_config.json"
},
"azure-sdk-for-js": {
"integrationRepository": "azure-sdk/azure-sdk-for-js-pr",
"mainRepository": "Azure/azure-sdk-for-js-pr"
},
"azure-sdk-for-net": {
"integrationRepository": "azure-sdk/azure-sdk-for-net-pr",
"mainRepository": "Azure/azure-sdk-for-net-pr"
},
"azure-sdk-for-python": {
"integrationRepository": "azure-sdk/azure-sdk-for-python-pr",
"mainRepository": "Azure/azure-sdk-for-python-pr",
"mainBranch": "release/v3"
},
"azure-sdk-for-python-track2": {
"integrationRepository": "azure-sdk/azure-sdk-for-python-pr",
"mainRepository": "Azure/azure-sdk-for-python-pr"
},
"azure-cli-extensions": {
"integrationRepository": "azure-sdk/azure-cli-extensions-pr",
"mainRepository": "Azure/azure-cli-extensions-pr"
}
}
}
}
}