Skip to content

Commit 848ad00

Browse files
Update deploy-custom-policies-devops.md
1 parent 871f288 commit 848ad00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/deploy-custom-policies-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ try {
7777
$FileExists = Test-Path -Path $filePath -PathType Leaf
7878
7979
if ($FileExists) {
80-
$policycontent = Get-Content $filePath
80+
$policycontent = Get-Content $filePath -Encoding UTF8
8181
8282
# Optional: Change the content of the policy. For example, replace the tenant-name with your tenant name.
8383
# $policycontent = $policycontent.Replace("your-tenant.onmicrosoft.com", "contoso.onmicrosoft.com")

0 commit comments

Comments
 (0)