From 49eba09efc6c1e847dbb870486d2681b1f4b179c Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 4 Feb 2025 16:12:05 +0300 Subject: [PATCH] Added directive to remove unnecessary response content --- src/Identity.SignIns/Identity.SignIns.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Identity.SignIns/Identity.SignIns.md b/src/Identity.SignIns/Identity.SignIns.md index c5bb55c2888..1a10170119e 100644 --- a/src/Identity.SignIns/Identity.SignIns.md +++ b/src/Identity.SignIns/Identity.SignIns.md @@ -47,4 +47,7 @@ directive: subject: ^IdentityConditionalAccessAuthenticationStrength.*$ variant: ^List$|Get$|GetViaIdentity$|Update$|UpdateExpanded$|UpdateViaIdentity$|UpdateViaIdentityExpanded$|Create$|CreateExpanded$|Delete$|DeleteViaIdentity$|Usage$|UsageViaIdentity$|Find$|FindViaIdentity$ remove: true +# Removes the response content since the Patch operation returns http status code 204 + - where-operation-id: "policy_UpdateClaimsMappingPolicy" + remove: $.responses["2XX"].content ```