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
{{ message }}
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
@@ -167,7 +170,7 @@ public class ConnectOnline : PSCmdlet
167
170
[Parameter(Mandatory=true,Position=0,ParameterSetName=ParameterSet_APPONLYAAD,ValueFromPipeline=true,HelpMessage="The Url of the site collection to connect to.")]
168
171
[Parameter(Mandatory=true,Position=0,ParameterSetName=ParameterSet_APPONLYAADPEM,ValueFromPipeline=true,HelpMessage="The Url of the site collection to connect to.")]
169
172
[Parameter(Mandatory=true,Position=0,ParameterSetName=ParameterSet_SPOMANAGEMENT,ValueFromPipeline=true,HelpMessage="The Url of the site collection to connect to.")]
170
-
[Parameter(Mandatory=true,Position=0,ParameterSetName=ParameterSet_ACCESSTOKEN,ValueFromPipeline=true,HelpMessage="The Url of the site collection to connect to.")]
173
+
[Parameter(Mandatory=false,Position=0,ParameterSetName=ParameterSet_ACCESSTOKEN,ValueFromPipeline=true,HelpMessage="The Url of the site collection to connect to.")]
171
174
[Parameter(Mandatory=true,Position=0,ParameterSetName=ParameterSet_DEVICELOGIN,ValueFromPipeline=true,HelpMessage="The Url of the site collection to connect to.")]
0 commit comments