问题描述
我有一个SSDT项目,该项目使用添加为的安全角色成员.{member}@{domain}.com#AzureA D
I have an SSDT project that uses security roles members added as {member}@{domain}.com#AzureAD
,并且一直在生产中.没有对角色成员进行任何更改的新部署不断抛出错误,提示在AAD中找不到角色成员.
and that have been working in production. The new deployment without any changes to role members keeps throwing an error about role members not being found in the AAD.
[无法将修改保存到服务器.返回错误:身份在Azure Active Directory中找不到{name}@{domain}.com .详细信息:在Azure Active Directory中找不到该对象.]
[Failed to save modifications to the server. Error returned: 'The identity {name}@{domain}.com was not found in Azure Active Directory. Details: The object was not found in Azure Active Directory.]
所有角色成员都被标记为缺少AAD,尽管事实上他们目前已在生产中使用并且在AAD中.
All role members are all flagged as missing from the AAD despite the fact that they're currently used in production and are in the AAD.
您知道这真的是AAD问题还是SSDT问题?
Any idea if this is really an AAD issue or an SSDT one?
推荐答案
这篇关于无法部署具有Azure Active Directory中角色成员的表格模型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!