Skip to content

Commit 79eed16

Browse files
committed
minor edit
1 parent db48a43 commit 79eed16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/migrate-run-as-accounts-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ try
9999
{
100100
101101
"Logging in to Azure..."
102-
Connect-AzAccount -Identity -AccountId <Client Id of myUserAssignedIdentity>
102+
Connect-AzAccount -Identity -AccountId <Client Id of myUserAssignedIdentity>
103103
}
104104
catch {
105105
Write-Error -Message $_.Exception

0 commit comments

Comments
 (0)