File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<ItemGroup >
14
14
<PackageReference Include =" Microsoft.Azure.Graph.RBAC" Version =" 3.5.0-preview" />
15
- <PackageReference Include =" Microsoft.Azure.Management.Authorization" Version =" 2.9 .0-preview" />
15
+ <PackageReference Include =" Microsoft.Azure.Management.Authorization" Version =" 2.11 .0-preview" />
16
16
<PackageReference Include =" Microsoft.Azure.Management.ManagementGroups" Version =" 1.1.1-preview" />
17
17
</ItemGroup >
18
18
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ private static IEnumerable<PSPrincipal> ToPSPrincipals(this IEnumerable<Principa
214
214
}
215
215
else
216
216
{
217
- var adObject = adObjects . SingleOrDefault ( o => string . Equals ( o . Id , p . Id ) ) ?? new PSADObject ( ) { Id = p . Id } ;
217
+ var adObject = adObjects . SingleOrDefault ( o => o . Id == pid . ToString ( ) ) ?? new PSADObject ( ) { Id = pid . ToString ( ) } ;
218
218
219
219
if ( ( adObject is PSADUser )
220
220
|| ( adObject is PSADGroup )
Original file line number Diff line number Diff line change 12
12
13
13
<ItemGroup >
14
14
<PackageReference Include =" Microsoft.Azure.Graph.RBAC" Version =" 3.5.0-preview" />
15
- <PackageReference Include =" Microsoft.Azure.Management.Authorization" Version =" 2.9 .0-preview" />
15
+ <PackageReference Include =" Microsoft.Azure.Management.Authorization" Version =" 2.11 .0-preview" />
16
16
<PackageReference Include =" Microsoft.Azure.Management.ManagementGroups" Version =" 1.1.1-preview" />
17
17
</ItemGroup >
18
18
You can’t perform that action at this time.
0 commit comments