Skip to content

Commit abfaaf3

Browse files
committed
Fixing storage management dependency for compute
1 parent c357fd0 commit abfaaf3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ResourceManager/Profile/AzureRM.Profile.Netcore.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ RequiredAssemblies = '.\Microsoft.Azure.Commands.Common.Authentication.Abstracti
7878
'.\Microsoft.Threading.Tasks.Extensions.Desktop.dll',
7979
'.\Microsoft.WindowsAzure.Storage.dll',
8080
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
81+
'.\Microsoft.Azure.Management.Storage.dll',
8182
'.\Newtonsoft.Json.dll'
8283

8384
# Script files (.ps1) that are run in the caller's environment prior to importing this module.

src/ResourceManager/Profile/Commands.Profile/Commands.Profile.Netcore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<PackageReference Include="Microsoft.Bcl.Async" Version="1.0.168" />
4242
<PackageReference Include="WindowsAzure.Storage" Version="9.0.0" />
4343
<PackageReference Include="Microsoft.Azure.Storage.DataMovement" Version="0.7.1" />
44+
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="7.1.0-preview" />
4445
</ItemGroup>
4546

4647
<ItemGroup>

0 commit comments

Comments
 (0)