You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: MiniGraph/functions/Connect-GraphBrowser.ps1
+4-3
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
The path to the browser to use for the authentication flow.
41
41
Provide the full path to the executable.
42
42
The browser must accept the url to open as its only parameter.
43
-
Defaults to Edge.
43
+
Defaults to your default browser.
44
44
45
45
.PARAMETERNoReconnect
46
46
Disables automatic reconnection.
@@ -74,7 +74,7 @@
74
74
$Resource='https://graph.microsoft.com/',
75
75
76
76
[string]
77
-
$Browser=$script:browserPath,
77
+
$Browser,
78
78
79
79
[switch]
80
80
$NoReconnect
@@ -124,7 +124,8 @@
124
124
catch { Invoke-TerminatingException-Cmdlet $PSCmdlet-Message "Failed to create local http listener on port $LocalPort. Use -LocalPort to select a different port. $_"-Category OpenError }
0 commit comments