Skip to content

Commit

Permalink
removed weird double dot.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jun 5, 2023
1 parent 08b099a commit 97ce871
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ExecExtensionTest/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ try {
}
}
catch {
$Results = [pscustomobject]@{"Results" = "Failed to connect: $($_.Exception.Message). $($_.InvocationInfo.ScriptLineNumber)" }
$Results = [pscustomobject]@{"Results" = "Failed to connect: $($_.Exception.Message) $($_.InvocationInfo.ScriptLineNumber)" }
}

# Associate values to output bindings by calling 'Push-OutputBinding'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function New-GradientServiceSyncRun {
$RawGraphRequest = $Tenants | ForEach-Object -Parallel {
$domainName = $_.defaultDomainName
Import-Module '.\GraphHelper.psm1'
Import-Module '.\Modules\AzBobbyTables'
Write-Host "Doing $domainName"
try {
$Licrequest = New-GraphGetRequest -uri 'https://graph.microsoft.com/beta/subscribedSkus' -tenantid $_.defaultDomainName -ErrorAction Stop
Expand Down

0 comments on commit 97ce871

Please sign in to comment.