Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
kayasax committed Dec 12, 2024
1 parent 61746dd commit d6dd455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EasyPIM/internal/functions/Invoke-ARM.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Invoke-ARM {
if ( $null -eq (get-azcontext) -or ( (get-azcontext).Tenant.Id -ne $script:tenantID ) ) {
Write-Verbose ">> Connecting to Azure with tenantID $script:tenantID"
Connect-AzAccount -Tenantid $script:tenantID -Subscription $script:subscriptionID
}
}
}


Expand Down

0 comments on commit d6dd455

Please sign in to comment.