Skip to content

Commit aacc47f

Browse files
Update functions-for-customizing-application-data.md
1 parent 1d0c2f7 commit aacc47f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/app-provisioning/functions-for-customizing-application-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ Generates a random string with 10 characters (2 numbers, 2 special characters, a
808808

809809
**Example 2:** - Genareate a random string with special character restrictions:
810810
`RandomString(10,2,2,2,"?,")`
811-
Generates a random string with 10 characters (2 numbers, 2 special characters, and 2 capital letters). Excludes "?" from the random string generated.
811+
Generates a random string with 10 characters (2 numbers, 2 special characters, and 2 capital letters). Excludes "?" and "," from the random string generated.
812812

813813
---
814814

@@ -818,7 +818,7 @@ Generates a random string with 10 characters (2 numbers, 2 special characters, a
818818
Redact()
819819

820820
**Description:**
821-
The Redact function securely removes the attribute value from the provisioning logs.
821+
The Redact function replaces the attribute value with the string literal "[Redact]" in the provisioning logs.
822822

823823
**Parameters:**
824824

@@ -835,7 +835,7 @@ Removes the userPrincipalName from the provisioning logs.
835835
Removes a constant string from the provisioning logs.
836836

837837
**Example 3:** Redact a random string:
838-
`Redact("RandomString(10,2,2,2)")`
838+
`Redact(RandomString(10,2,2,2))`
839839
Removes the random string from the provisioning logs.
840840

841841
---

0 commit comments

Comments
 (0)