Skip to content

Commit

Permalink
Return to original
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Feb 19, 2025
1 parent 2f2cda4 commit 1b8763f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/workflow/Invoke-SmokeTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ function Invoke-SmokeTests {
$DomainName = $TestTenant.DomainName
$AppId = $TestTenant.AppId
$PlainTextPassword = $TestTenant.CertificatePassword
# $CertPwd = ConvertTo-SecureString -String $PlainTextPassword -Force -AsPlainText
$CertPwd = $PlainTextPassword | ConvertTo-SecureString
$CertPwd = ConvertTo-SecureString -String $PlainTextPassword -Force -AsPlainText
$M365Env = $TestTenant.M365Env
try {
$Result = New-ServicePrincipalCertificate `
Expand Down

0 comments on commit 1b8763f

Please sign in to comment.