Skip to content

Commit f4a0448

Browse files
committed
Updating BaseUri to exclude AADAuthPoint and Graphi Uri
1 parent 5e411d9 commit f4a0448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/Repo-Tasks.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This cmdlet will only prompt you for Subscription and Tenant information, rest a
4848
[string]$TargetEnvironment='Prod'
4949
)
5050

51-
[string]$uris="https://management.azure.com/;AADAuthEndpoint=https://login.windows.net/;GraphUri=https://graph.windows.net/"
51+
[string]$uris="https://management.azure.com/"
5252

5353
$formattedConnStr = [string]::Format("SubscriptionId={0};HttpRecorderMode={1};Environment={2}", $SubscriptionId, $RecordMode, $TargetEnvironment)
5454

@@ -150,7 +150,7 @@ Function Print-ConnectionString([string]$uid, [string]$pwd, [string]$subId, [str
150150
if([string]::IsNullOrEmpty($uris) -eq $false)
151151
{
152152
Write-Host "BaseUri=" -ForegroundColor Green -NoNewline
153-
Write-Host $uris";" -NoNewline
153+
Write-Host $uris -NoNewline
154154
}
155155

156156
Write-Host ""

0 commit comments

Comments
 (0)