From d68ddd2ffedf9f8aa423dbce499aedbc0b5f9d73 Mon Sep 17 00:00:00 2001 From: XiaofeiCao Date: Fri, 19 Apr 2024 14:25:17 +0800 Subject: [PATCH 1/3] mgmt_tsp_automation_conf --- specificationRepositoryConfiguration.json | 42 +++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index 0ddbbe026169..12e8476e6a70 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -43,6 +43,48 @@ } }, "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": "mgmt_tsp_automation_init", + "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" + } + } + }, "Azure/azure-rest-api-specs-pr": { "sdkRepositoryMappings": { "azure-sdk-for-go": { From 1c2ebc4d0038dc58e9eb3f652c6559f4c01890ce Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Mon, 22 Apr 2024 13:52:19 +0800 Subject: [PATCH 2/3] switch java branch override --- specificationRepositoryConfiguration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index 12e8476e6a70..4ae53cac3245 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -72,7 +72,7 @@ }, "azure-sdk-for-java": { "mainRepository": "test-repo-billy/azure-sdk-for-java", - "mainBranch": "mgmt_tsp_automation_init", + "mainBranch": "eng_tsp-client", "configFilePath": "eng/mgmt/automation/swagger_to_sdk_config.json" }, "azure-resource-manager-schemas": { From 39b325bd644dd489b69b1b889e9e5312dfb999a4 Mon Sep 17 00:00:00 2001 From: Tianen <347142915@qq.com> Date: Fri, 26 Apr 2024 15:45:31 +0800 Subject: [PATCH 3/3] [test render ]Update datafactory.json --- .../stable/2018-06-01/datafactory.json | 39 ------------------- 1 file changed, 39 deletions(-) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json index b6a0482a6dab..1faddec3ded4 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json @@ -69,45 +69,6 @@ } } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/factories": { - "get": { - "tags": [ - "factories" - ], - "operationId": "Factories_List", - "x-ms-examples": { - "Factories_List": { - "$ref": "./examples/Factories_List.json" - } - }, - "description": "Lists factories under the specified subscription.", - "parameters": [ - { - "$ref": "#/parameters/subscriptionId" - }, - { - "$ref": "#/parameters/api-version" - } - ], - "responses": { - "200": { - "description": "OK.", - "schema": { - "$ref": "#/definitions/FactoryListResponse" - } - }, - "default": { - "description": "An error response received from the Azure Data Factory service.", - "schema": { - "$ref": "#/definitions/CloudError" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } - } - }, "/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/configureFactoryRepo": { "post": { "tags": [