File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/ResourceManager/Resources Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 62
62
</Reference >
63
63
<Reference Include =" Microsoft.Azure.Graph.RBAC" >
64
64
<SpecificVersion >False</SpecificVersion >
65
- <HintPath >..\..\..\packages\Microsoft.Azure.Graph.RBAC.1.7.1 -preview\lib\net40\Microsoft.Azure.Graph.RBAC.dll</HintPath >
65
+ <HintPath >..\..\..\packages\Microsoft.Azure.Graph.RBAC.1.7.2 -preview\lib\net40\Microsoft.Azure.Graph.RBAC.dll</HintPath >
66
66
</Reference >
67
67
<Reference Include =" Microsoft.Azure.Insights" >
68
68
<HintPath >..\..\..\packages\Microsoft.Azure.Insights.0.7.7-preview\lib\net45\Microsoft.Azure.Insights.dll</HintPath >
Original file line number Diff line number Diff line change 5
5
<package id =" Microsoft.Azure.Common.Authentication" version =" 1.3.4-preview" targetFramework =" net45" />
6
6
<package id =" Microsoft.Azure.Common.Dependencies" version =" 1.0.0" targetFramework =" net45" />
7
7
<package id =" Microsoft.Azure.Gallery" version =" 2.6.2-preview" targetFramework =" net45" />
8
- <package id =" Microsoft.Azure.Graph.RBAC" version =" 1.7.0 -preview" targetFramework =" net45" />
8
+ <package id =" Microsoft.Azure.Graph.RBAC" version =" 1.7.2 -preview" targetFramework =" net45" />
9
9
<package id =" Microsoft.Azure.Insights" version =" 0.7.7-preview" targetFramework =" net45" />
10
10
<package id =" Microsoft.Azure.KeyVault.Core" version =" 1.0.0" targetFramework =" net45" />
11
11
<package id =" Microsoft.Azure.Management.Authorization" version =" 1.0.0" targetFramework =" net45" />
Original file line number Diff line number Diff line change 66
66
</Reference >
67
67
<Reference Include =" Microsoft.Azure.Graph.RBAC" >
68
68
<SpecificVersion >False</SpecificVersion >
69
- <HintPath >..\..\..\packages\Microsoft.Azure.Graph.RBAC.1.7.1 -preview\lib\net40\Microsoft.Azure.Graph.RBAC.dll</HintPath >
69
+ <HintPath >..\..\..\packages\Microsoft.Azure.Graph.RBAC.1.7.2 -preview\lib\net40\Microsoft.Azure.Graph.RBAC.dll</HintPath >
70
70
</Reference >
71
71
<Reference Include =" Microsoft.Azure.Management.Authorization" >
72
72
<HintPath >..\..\..\packages\Microsoft.Azure.Management.Authorization.1.0.1\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath >
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ public List<PSADObject> ListUserGroups(string principal)
228
228
public List < PSADObject > GetObjectsByObjectId ( List < string > objectIds )
229
229
{
230
230
List < PSADObject > result = new List < PSADObject > ( ) ;
231
- var adObjects = GraphClient . Objects . GetObjectsByObjectIds ( new GetObjectsParameters { Ids = objectIds } ) . AADObject ;
231
+ var adObjects = GraphClient . Objects . GetObjectsByObjectIds ( new GetObjectsParameters { Ids = objectIds , IncludeDirectoryObjectReferences = true } ) . AADObject ;
232
232
result . AddRange ( adObjects . Select ( o => o . ToPSADObject ( ) ) ) ;
233
233
return result ;
234
234
}
Original file line number Diff line number Diff line change 5
5
<package id =" Microsoft.Azure.Common.Authentication" version =" 1.3.4-preview" targetFramework =" net45" />
6
6
<package id =" Microsoft.Azure.Common.Dependencies" version =" 1.0.0" targetFramework =" net45" />
7
7
<package id =" Microsoft.Azure.Gallery" version =" 2.6.2-preview" targetFramework =" net45" />
8
- <package id =" Microsoft.Azure.Graph.RBAC" version =" 1.7.1 -preview" targetFramework =" net45" />
8
+ <package id =" Microsoft.Azure.Graph.RBAC" version =" 1.7.2 -preview" targetFramework =" net45" />
9
9
<package id =" Microsoft.Azure.Management.Authorization" version =" 1.0.1" targetFramework =" net45" />
10
10
<package id =" Microsoft.Azure.Management.Resources" version =" 2.18.11-preview" targetFramework =" net45" />
11
11
<package id =" Microsoft.Bcl" version =" 1.1.10" targetFramework =" net45" />
You can’t perform that action at this time.
0 commit comments