我想从命令行更改azure服务主体groupMembershipClaims属性。我已经检查了
我是盲人还是什么?如果没有Azure门户和手动点击,有没有办法做到这一点?
答案 0 :(得分:1)
您可以使用Azure AD v2 cmdlet执行此操作:https://docs.microsoft.com/en-us/powershell/azure/active-directory/install-adv2?view=azureadps-2.0
Set-AzureAdApplication -ObjectId xxx -GroupMembershipClaims 'All'
答案 1 :(得分:0)
使用here中所述的Azure cli:
az ad app update --id <appId> --set groupMembershipClaims=All