我尝试使用PowerShell添加ServicePrincipal所有者。
我运行Add-AzureADServicePrincipalOwner
并返回成功。我使用Get-AzureADServicePrincipalOwner
验证上面,但在门户网站中,我看不到新添加的用户。此外,新添加的用户在运行时出错,例如:
New-AzureRmADAppCredential -ApplicationId $azureRmADServicePrincipal.ApplicationId -Password $SecureStringPassword
New-AzureRmADAppCredential : Insufficient privileges to complete the operation.
At line:1 char:1
```
我做错了什么?或者我错过了正确运行它