如果有人知道的话,我已经解决了这个问题,请向我解释,
所以,我添加了AzureAccount并导致了这个错误
PS C:\Windows\system32> Add-AzureAccount
Add-AzureAccount : The given key was not present in the dictionary.
At line:1 char:1
+ Add-AzureAccount
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Add-AzureAccount], KeyNotFoundException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Profile.AddAzureAccount
所以我用Google搜索并找到了解决方案。
Add-AzureAccount : The given key was not present in the dictionary
但我在这里遇到问题姓名:
PS C:\Windows\system32> Remove-AzureAccount
cmdlet Remove-AzureAccount at command pipeline position 1
Supply values for the following parameters:
(Type !? for Help.)
Name: kazuaki.mai@
Remove-AzureAccount : User name is not valid.
Parameter name: accountId
At line:1 char:1
+ Remove-AzureAccount
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Remove-AzureAccount], ArgumentException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Profile.RemoveAzureAccountCommand
所以我的问题是
这部分
PS C:\ Windows \ system32>删除 - AzureAccount cmdlet在命令管道位置1处删除-AzureAccount 提供以下参数的值: (输入!?获取帮助。) 姓名:#我应该放在哪里?
在姓名之后我应该放什么:______? 非常感谢你。