File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/ResourceManager/Profile Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments