From ff88a6616519d35f79c90489da880031398a45ca Mon Sep 17 00:00:00 2001 From: Wanpeng Li Date: Mon, 10 Feb 2025 13:38:33 +0800 Subject: [PATCH 1/4] Update specificationRepositoryConfiguration.json --- specificationRepositoryConfiguration.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index 0b2c1930d549..c25c57f95e6e 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -13,8 +13,9 @@ "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", @@ -44,8 +45,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", From df2b859c1f2e7c902a7c3b9ac4d126dbad87e0fb Mon Sep 17 00:00:00 2001 From: Pan Shao <97225342+pshao25@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:19:09 +0800 Subject: [PATCH 2/4] Update specificationRepositoryConfiguration.json --- specificationRepositoryConfiguration.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index c25c57f95e6e..7a0e48278243 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -19,7 +19,8 @@ }, "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": { From 33c4e8587a94de98e344447f147e87756e0b9515 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Wed, 26 Feb 2025 19:46:34 -0800 Subject: [PATCH 3/4] [contoso] Update widgets.json --- .../preview/2022-11-01-preview/widgets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/preview/2022-11-01-preview/widgets.json b/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/preview/2022-11-01-preview/widgets.json index 22be02d8821e..4042da9709d4 100644 --- a/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/preview/2022-11-01-preview/widgets.json +++ b/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/preview/2022-11-01-preview/widgets.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Contoso Widget Manager", + "title": "Contoso Widget Manager 2", "version": "2022-11-01-preview", "x-typespec-generated": [ { From 362e58caedb067e2fdde8808dd3a50577cbd0854 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Wed, 26 Feb 2025 19:49:46 -0800 Subject: [PATCH 4/4] Update repository configurations for Azure SDKs --- specificationRepositoryConfiguration.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index 7a0e48278243..0b2c1930d549 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -13,14 +13,12 @@ "configFilePath": "eng/automation/swagger_to_sdk_config.json" }, "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" + "integrationRepository": "azure-sdk/azure-sdk-for-js", + "mainRepository": "Azure/azure-sdk-for-js" }, "azure-sdk-for-net": { "integrationRepository": "azure-sdk/azure-sdk-for-net", - "mainRepository": "pshao25/azure-sdk-for-net", - "mainBranch": "computeMigrationReadmeUpdate", + "mainRepository": "Azure/azure-sdk-for-net", "configFilePath": "eng/swagger_to_sdk_config.json" }, "azure-sdk-for-python": { @@ -46,9 +44,8 @@ "configFilePath": "eng/automation/swagger_to_sdk_config.json" }, "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" + "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",