From 44e1765c07b930225501f20cc449b2887fba80f7 Mon Sep 17 00:00:00 2001 From: Juliehzl Date: Mon, 25 Mar 2024 10:51:50 +0800 Subject: [PATCH 1/2] fix --- specification/app/resource-manager/readme.go.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/specification/app/resource-manager/readme.go.md b/specification/app/resource-manager/readme.go.md index a66d5c0155f2..fa56388421df 100644 --- a/specification/app/resource-manager/readme.go.md +++ b/specification/app/resource-manager/readme.go.md @@ -8,6 +8,4 @@ license-header: MICROSOFT_MIT_NO_VERSION module-name: sdk/resourcemanager/appcontainers/armappcontainers module: github.com/Azure/azure-sdk-for-go/$(module-name) output-folder: $(go-sdk-folder)/$(module-name) -modelerfour: - lenient-model-deduplication: true # !!temporary!! to solve the duplicate schema issue of ErrorResponse in common-types v2 and v3 introduced in this PR https://github.com/Azure/azure-rest-api-specs/pull/27786 ``` From 6704819a9179ecfd600d4efd1066dbd1a784a0b3 Mon Sep 17 00:00:00 2001 From: Juliehzl Date: Mon, 25 Mar 2024 10:53:17 +0800 Subject: [PATCH 2/2] fix --- .../preview/2024-02-02-preview/AvailableWorkloadProfiles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/app/resource-manager/Microsoft.App/preview/2024-02-02-preview/AvailableWorkloadProfiles.json b/specification/app/resource-manager/Microsoft.App/preview/2024-02-02-preview/AvailableWorkloadProfiles.json index 2c4819c1ad39..792b81fe67c8 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2024-02-02-preview/AvailableWorkloadProfiles.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2024-02-02-preview/AvailableWorkloadProfiles.json @@ -41,7 +41,7 @@ "default": { "description": "Error response.", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + "$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse" } } },