Skip to content

Commit c0328dd

Browse files
authored
Merge pull request #188574 from Karthikmuthiahr/patch-5
Update deploy-custom-policies-devops.md
2 parents 871f288 + 848ad00 commit c0328dd

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)