From 796656d73819a67baaf92fbd6e8ebbb8ac22ea8e Mon Sep 17 00:00:00 2001 From: v-tianxi Date: Mon, 3 Mar 2025 11:25:10 +0800 Subject: [PATCH 1/2] rewrite net script --- specificationRepositoryConfiguration.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index 0b2c1930d549..880bde84bfc0 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -19,6 +19,7 @@ "azure-sdk-for-net": { "integrationRepository": "azure-sdk/azure-sdk-for-net", "mainRepository": "Azure/azure-sdk-for-net", + "branch": "jacktn/rewrite-generate-script", "configFilePath": "eng/swagger_to_sdk_config.json" }, "azure-sdk-for-python": { From e264abbfa0513f2f1c0422ae562a86d9d58adb70 Mon Sep 17 00:00:00 2001 From: Tianen <347142915@qq.com> Date: Mon, 3 Mar 2025 11:27:32 +0800 Subject: [PATCH 2/2] 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 12cf1c733b0b..c0f406adce47 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": [