Skip to content

Commit

Permalink
Update specificationRepositoryConfiguration.json (#3167)
Browse files Browse the repository at this point in the history
  • Loading branch information
raych1 authored Dec 26, 2023
1 parent 9336afa commit 26085c4
Showing 1 changed file with 36 additions and 3 deletions.
39 changes: 36 additions & 3 deletions specificationRepositoryConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"configFilePath": "eng/swagger_to_sdk_config.json"
},
"azure-sdk-for-java": {
"integrationRepository": "test-repo-billy/azure-sdk-for-java",
"mainRepository": "test-repo-billy/azure-sdk-for-java",
"mainBranch": "haoling-test",
"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-js": {
Expand Down Expand Up @@ -44,6 +43,40 @@
}
},
"overrides": {
"test-repo-billy/azure-rest-api-specs": {
"sdkRepositoryMappings": {
"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": "main",
"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-java": {
"mainRepository": "test-repo-billy/azure-sdk-for-java",
"mainBranch": "haoling-test",
"configFilePath": "eng/mgmt/automation/swagger_to_sdk_config.json"
}
}
},
"Azure/azure-rest-api-specs-pr": {
"sdkRepositoryMappings": {
"azure-sdk-for-go": {
Expand Down

0 comments on commit 26085c4

Please sign in to comment.