We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d187aa + b931899 commit 71d4cb9Copy full SHA for 71d4cb9
src/Identity.SignIns/Identity.SignIns.md
@@ -47,4 +47,7 @@ directive:
47
subject: ^IdentityConditionalAccessAuthenticationStrength.*$
48
variant: ^List$|Get$|GetViaIdentity$|Update$|UpdateExpanded$|UpdateViaIdentity$|UpdateViaIdentityExpanded$|Create$|CreateExpanded$|Delete$|DeleteViaIdentity$|Usage$|UsageViaIdentity$|Find$|FindViaIdentity$
49
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
53
```
0 commit comments