From 67f4b5ff52fd6a0f6a4bfae872b3f16b31c25362 Mon Sep 17 00:00:00 2001 From: Ray Chen Date: Wed, 27 Dec 2023 10:12:54 +0800 Subject: [PATCH] Update specificationRepositoryConfiguration.json (#3175) added powershell and arm schema --- specificationRepositoryConfiguration.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index 745d39777077..6ecbe9fdc75f 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -74,6 +74,14 @@ "mainRepository": "test-repo-billy/azure-sdk-for-java", "mainBranch": "haoling-test", "configFilePath": "eng/mgmt/automation/swagger_to_sdk_config.json" + }, + "azure-resource-manager-schemas": { + "integrationRepository": "azure-sdk/azure-resource-manager-schemas", + "mainRepository": "Azure/azure-resource-manager-schemas" + }, + "azure-powershell": { + "integrationRepository": "azure-sdk/azure-powershell", + "mainRepository": "Azure/azure-powershell" } } },