升级azure cli的烦恼,求解决方法
以前创建app带密钥比较方便,如下:
az ad app create --display-name “myName” --end-date "2222" --password "myP@ss123" --available-to-other-tenants true
升级到最新版本就不支持password 和 available-to-other-tenants
参考链接如下
https://learn.microsoft.com/en-us/cli/azure/microsoft-graph-migration
最新版本,如何自定义密码?
真的不想使用老版本,哎
@zxxx
az ad app create --display-name “myName” --end-date "2222" --password "myP@ss123" --available-to-other-tenants true
升级到最新版本就不支持password 和 available-to-other-tenants
参考链接如下
https://learn.microsoft.com/en-us/cli/azure/microsoft-graph-migration
最新版本,如何自定义密码?
真的不想使用老版本,哎
@zxxx