Make browser auth app id optional
This commit is contained in:
@@ -7,7 +7,6 @@ param(
|
||||
[Parameter(Mandatory = $true)]
|
||||
[string]$TenantId,
|
||||
|
||||
[Parameter(Mandatory = $true)]
|
||||
[string]$AppId,
|
||||
|
||||
[string]$Secret,
|
||||
|
||||
Reference in New Issue
Block a user