Skip to content

Commit 17ad9f2

Browse files
committed
Add SignIns directive
1 parent ddcbe07 commit 17ad9f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Groups/Groups.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,4 @@ directive:
9999
verb: Update
100100
subject: ^GroupPhoto$
101101
remove: true
102-
# - where:
103-
# verb: Invoke
104-
# subject: ^(RenewGroup)(LifecyclePolicy)Group$
105-
# variant: ^Renew1$|^RenewExpanded1$|^RenewViaIdentity$|^RenewViaIdentityExpanded$
106-
# remove: true
107102
```

src/Identity.SignIns/Identity.SignIns.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ 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+
- where:
51+
verb: Update
52+
subject: ^IdentityProvider$
53+
variant: ^Update1$|^UpdateExpanded1$|^UpdateViaIdentity1$|^UpdateViaIdentityExpanded1$
54+
remove: true
5055
# Removes the response content since the Patch operation returns http status code 204
5156
- where-operation-id: "policy_UpdateClaimsMappingPolicy"
5257
remove: $.responses["2XX"].content

0 commit comments

Comments
 (0)