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
System.Collections.Generic.List`1[System.String] instead of System.String[]
System.Nullable`1[System.Boolean] instead of System.Management.Automation.SwitchParameter
System.Collections.Generic.List`1[Microsoft.Open.AzureAD.Model.KeyCredential] instead of Microsoft.Graph.PowerShell.Models.IMicrosoftGraphKeyCredential[]
System.Collections.Generic.List`1[Microsoft.Open.AzureAD.Model.PasswordCredential] instead of Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPasswordCredential[]
Unnecessary generic lists, Boolean instead of switch parameters, AzureAD-based types instead of Microsoft Graph-based ones...
This applies to almost all Entra PowerShell commands. -All parameter is correctly changed to be a switch parameter, but the changes stopped there.
The text was updated successfully, but these errors were encountered:
This is a partial list of
Set-EntraServicePrincipal
parameters:Let's compare it to
Update-MgServicePrincipal
:Unnecessary generic lists, Boolean instead of switch parameters, AzureAD-based types instead of Microsoft Graph-based ones...
This applies to almost all Entra PowerShell commands.
-All
parameter is correctly changed to be a switch parameter, but the changes stopped there.The text was updated successfully, but these errors were encountered: