From d1cba2c785122f0e26229dec05c4f77a9bb668d8 Mon Sep 17 00:00:00 2001 From: Jaskirat Singh Date: Thu, 7 Nov 2024 21:21:44 +0530 Subject: [PATCH] adding suppression with where --- .../Microsoft.Workloads/SAPVirtualInstance/readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/readme.md b/specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/readme.md index f140347722e9..ee57287f4162 100644 --- a/specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/readme.md +++ b/specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/readme.md @@ -44,6 +44,10 @@ suppressions: - code: BodyTopLevelProperties from: SAPVirtualInstance.json reason: This is an incorrect failure due to a bug in the tool + - code: AvoidAnonymousTypes + from: SAPVirtualInstance.json + where: $.definitions.SapVirtualInstanceIdentity.properties + reason: This is an incorrect failure due to a bug in the tool(https://github.com/Azure/typespec-azure/issues/1163) ``` ### Tag: package-preview-2023-10