Skip to content

Commit 95f2bba

Browse files
authored
fix (#28426)
1 parent b0f4f78 commit 95f2bba

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

specification/app/resource-manager/Microsoft.App/stable/2024-03-01/AvailableWorkloadProfiles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"default": {
4242
"description": "Error response.",
4343
"schema": {
44-
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
44+
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
4545
}
4646
}
4747
},

specification/app/resource-manager/readme.go.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ license-header: MICROSOFT_MIT_NO_VERSION
88
module-name: sdk/resourcemanager/appcontainers/armappcontainers
99
module: github.com/Azure/azure-sdk-for-go/$(module-name)
1010
output-folder: $(go-sdk-folder)/$(module-name)
11-
modelerfour:
12-
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
1311
```

0 commit comments

Comments
 (0)