visual studio 2015 - How can I add Azure Active Directory group to role in SSDT tabular project? -


i have ssdt tabular project needs deployed azure analysis services.

i created new role in tabular model explorer, when i'm trying add group created in azure active directory member of role i'm getting errors @ deploy time.

if try add group using add , finding in organization ad, i'm getting error:

cannot deploy metadata. reason: failed save modifications server. error returned: 'the identity 'myorganization\mygroup' has invalid identity provider ''. azure active directory users or groups supported. use 'azuread' value of identity provider.

if use add external (i've tried several spellings - mygroup, mygroup@myorganization.com , mygroup@myorganization.onmicrosoft.com, mygroupid), i'm getting this:

failed save modifications server. error returned: 'the identity 'mygroup' not found in azure active directory. details: unable resolve user or group 'mygroup'

technical details: rootactivityid: 4c2db4b3-9046-4ccb-bbcc-c99066a3665d date (utc): 9/13/2017 11:14:12 pm '.

i can deploy project without roles , can add personal account (me@myorganization.com) fine.

i'm using vs professional 2015 version 14.0.25431.01 (update 3) , ssdt 14.0.61707.300.

what's proper way use aad group role member?

the correct way add group use add external , provide id in following format:

obj:<group-id>@<directory-id> 

i've got adding group via ssms , using 'script view' see added.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -