Basic Auth is no longer relevant, so I'm removing the lines for that in the Connect-ISC cmdlet.
Additional minor changes:
Change auth to use a Form submission rather than including clientID/clientSecret in the URL so the credentials aren't output when -Verbose is specified.
Update command-based help for all functions
Set -Tenant param to Required for Connect-ISC.
Remove v2URL from connection information, and add Domain.
Bugfixes for Set-ISCEntitlement to correct param names used.
Basic Auth is no longer relevant, so I'm removing the lines for that in the
Connect-ISC
cmdlet.Additional minor changes:
-Verbose
is specified.-Tenant
param to Required forConnect-ISC
.v2URL
from connection information, and addDomain
.