Skip to content

Commit b0b1406

Browse files
committed
update other projects
1 parent 301743a commit b0b1406

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

src/DeploymentManager/DeploymentManager.Test/DeploymentManager.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Azure.Management.DeploymentManager" Version="0.9.1-preview" />
1515
<PackageReference Include="Microsoft.Azure.Management.ManagedServiceIdentity" Version="0.10.0-preview" />
1616
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.5.0-preview" />
17-
<PackageReference Include="Microsoft.Azure.Management.Authorization" Version="2.12.0-preview" />
17+
<PackageReference Include="Microsoft.Azure.Management.Authorization" Version="2.13.0-preview" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/HPCCache/HPCCache.Test/Fixtures/HpcCacheTestContext.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,6 @@ public void AddRoleAssignment(HpcCacheTestContext context, string scope, string
283283
{
284284
RoleDefinitionId = roleDefinition.Id,
285285
PrincipalId = Constants.StorageCacheResourceProviderPrincipalId,
286-
287-
// The principal ID assigned to the role.
288-
// This maps to the ID inside the Active Directory.
289-
// It can point to a user, service principal, or security group.
290-
CanDelegate = false,
291286
};
292287

293288
authorizationManagementClient.RoleAssignments.Create(scope, assignmentName, newRoleAssignment);

src/HPCCache/HPCCache.Test/HPCCache.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.Azure.Management.Authorization" Version="2.11.0-preview" />
18+
<PackageReference Include="Microsoft.Azure.Management.Authorization" Version="2.13.0-preview" />
1919
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="14.5.0" />
2020
<PackageReference Include="Microsoft.Azure.Management.Network" Version="20.6.0" />
2121
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />

src/HPCCache/HPCCache.sln

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Global
4343
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
4444
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
4545
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.Build.0 = Release|Any CPU
46+
{6BD6B80A-06AF-4B5B-9230-69CCFC6C8D64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
47+
{6BD6B80A-06AF-4B5B-9230-69CCFC6C8D64}.Debug|Any CPU.Build.0 = Debug|Any CPU
48+
{6BD6B80A-06AF-4B5B-9230-69CCFC6C8D64}.Release|Any CPU.ActiveCfg = Release|Any CPU
49+
{6BD6B80A-06AF-4B5B-9230-69CCFC6C8D64}.Release|Any CPU.Build.0 = Release|Any CPU
4650
{FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4751
{FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
4852
{FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Release|Any CPU.ActiveCfg = Release|Any CPU

0 commit comments

Comments
 (0)