vps交流

【不知就问 32】AzCli 注册应用报错


参考大佬  https://hostloc.com/thread-853850-1-1.html 帖子

运行到第4步:

4、注册应用

az ad app create –display-name Application –end-date 2099-12-31 –password App1icati0nPa55word –required-resource-accesses @manifest.json

报错:

PS C:az> az ad app create –display-name Application –end-date 2099-12-31 –password App1icati0nPa55word –required-resource-accesses @manifest.json
所在位置 行:1 字符: 127
+ … sword App1icati0nPa55word –required-resource-accesses @manifest.json
+                                                            ~~~~~~~~~
无法使用展开运算符“@”以在表达式中引用变量。只能将“@manifest”作为命令的参数。要在表达式中引用变量,请使用“$manifest
”。
    + CategoryInfo          : ParserError: (【不知就问 32】AzCli 注册应用报错 [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : SplattingNotPermitted

请教大佬  如何处理 谢谢。