Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .js/branch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
origin/wanl/support-multi-run
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Azure API Center Data API",
"version": "2024-02-01-preview",
"description": "Data API introduces endpoints to manage your API Center resources.",
"description": "Data API introduces endpoints to manage your API Center resources. test 1",
"x-typespec-generated": [
{
"emitter": "@azure-tools/typespec-autorest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Azure App Configuration",
"version": "2023-11-01",
"description": "Azure App Configuration REST API",
"description": "Azure App Configuration REST API test 2",
"x-typespec-generated": [
{
"emitter": "@azure-tools/typespec-autorest"
Expand Down
13 changes: 8 additions & 5 deletions specificationRepositoryConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
"configFilePath": "eng/automation/swagger_to_sdk_config.json"
},
"azure-sdk-for-js": {
"integrationRepository": "azure-sdk/azure-sdk-for-js",
"mainRepository": "Azure/azure-sdk-for-js"
"integrationRepository": "test-repo-billy/azure-sdk-for-js",
"mainBranch": "test_repo_breaking_change_mlc",
"mainRepository": "test-repo-billy/azure-sdk-for-js"
},
"azure-sdk-for-net": {
"integrationRepository": "azure-sdk/azure-sdk-for-net",
"mainRepository": "Azure/azure-sdk-for-net",
"mainRepository": "pshao25/azure-sdk-for-net",
"mainBranch": "computeMigrationReadmeUpdate",
"configFilePath": "eng/swagger_to_sdk_config.json"
},
"azure-sdk-for-python": {
Expand All @@ -44,8 +46,9 @@
"configFilePath": "eng/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"
"integrationRepository": "test-repo-billy/azure-sdk-for-js",
"mainBranch": "test_repo_breaking_change_mlc",
"mainRepository": "test-repo-billy/azure-sdk-for-js"
},
"azure-sdk-for-net": {
"integrationRepository": "azure-sdk/azure-sdk-for-net-pr",
Expand Down
Loading