属性标识符Uris具有相同值的另一个对象已经存在

时间:2018-07-08 02:18:52

标签: powershell azure

我正在this key vault sample project上运行setup.ps1脚本 我成功执行了一次。

当我用uri以外的其他值再次运行时,出现错误

New-AzureRmADApplication : Another object with the same value for property identifierUris already 
exists.
At C:\dev\key-vault-dotnet-quickstart\Setup.ps1:84 char:10
+ $adapp = New-AzureRmADApplication -DisplayName "$applicationName" -Ho ...
+          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [New-AzureRmADApplication], Exception
    + FullyQualifiedErrorId : Microsoft.Azure.Commands.ActiveDirectory.NewAzureADApplicationCommand

1 个答案:

答案 0 :(得分:0)

似乎标识符网址必须唯一