Skip to content

Commit 5142f99

Browse files
authored
Merge pull request #120347 from esinmy/patch-2
XML code has been aligned with the text
2 parents d85a92b + 070f561 commit 5142f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/custom-policies-series-store-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ To configure a display control, use the following steps:
414414
You can configure a Microsoft Entra ID technical profile to update a user account instead of attempting to create a new one. To do so, set the Microsoft Entra ID technical profile to throw an error if the specified user account doesn't already exist in the `Metadata` collection by using the following code. The *Operation* needs to be set to *Write*:
415415

416416
```xml
417-
<!--<Item Key="Operation">Write</Item>-->
417+
<Item Key="Operation">Write</Item>
418418
<Item Key="RaiseErrorIfClaimsPrincipalDoesNotExist">true</Item>
419419
```
420420

0 commit comments

Comments
 (0)