Skip to content

Commit 71d4cb9

Browse files
authored
Merge pull request #3100 from microsoftgraph/2271-update-mgpolicyclaimmappingpolicy-not-returning-claimmappingpolicy
Adds directive to remove unnecessary response content for PATCH operation that returns http status code 204
2 parents 0d187aa + b931899 commit 71d4cb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Identity.SignIns/Identity.SignIns.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ directive:
4747
subject: ^IdentityConditionalAccessAuthenticationStrength.*$
4848
variant: ^List$|Get$|GetViaIdentity$|Update$|UpdateExpanded$|UpdateViaIdentity$|UpdateViaIdentityExpanded$|Create$|CreateExpanded$|Delete$|DeleteViaIdentity$|Usage$|UsageViaIdentity$|Find$|FindViaIdentity$
4949
remove: true
50+
# Removes the response content since the Patch operation returns http status code 204
51+
- where-operation-id: "policy_UpdateClaimsMappingPolicy"
52+
remove: $.responses["2XX"].content
5053
```

0 commit comments

Comments
 (0)