Skip to content

Commit 0cfd4f1

Browse files
committed
Fix storage uploading issues
1 parent 445ed59 commit 0cfd4f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ RequiredAssemblies = '.\Microsoft.Azure.Commands.Common.Authentication.Abstracti
7575
'.\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll',
7676
'.\Microsoft.Threading.Tasks.dll',
7777
'.\Microsoft.Threading.Tasks.Extensions.dll',
78-
'.\Microsoft.Threading.Tasks.Extensions.Desktop.dll',
78+
'.\Microsoft.Threading.Tasks.Extensions.Desktop.dll'
79+
'.\Microsoft.WindowsAzure.Storage.dll',
80+
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
7981
'.\Newtonsoft.Json.dll'
8082

8183
# 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
4040
<PackageReference Include="Microsoft.Azure.KeyVault" Version="2.3.2" />
4141
<PackageReference Include="Microsoft.Bcl.Async" Version="1.0.168" />
42+
<PackageReference Include="WindowsAzure.Storage" Version="9.0.0" />
43+
<PackageReference Include="Microsoft.Azure.Storage.DataMovement" Version="0.7.1" />
4244
</ItemGroup>
4345

4446
<ItemGroup>

0 commit comments

Comments
 (0)