Skip to content

Commit 2fabd7f

Browse files
author
Maddie Clayton
authored
Merge pull request #7224 from MiYanni/6952-fix
Removed Microsoft.Azure.ResourceManager.dll from Azure.Storage.psd1
2 parents e1fc5e4 + 037c355 commit 2fabd7f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Storage/Commands.Storage/Azure.Storage.psd1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ RequiredAssemblies = '.\Microsoft.WindowsAzure.Storage.dll',
5858
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
5959
'.\Microsoft.Azure.KeyVault.Core.dll',
6060
'.\Microsoft.WindowsAzure.Management.dll',
61-
'.\Microsoft.Azure.ResourceManager.dll',
6261
'.\Microsoft.Data.Edm.dll', '.\Microsoft.Data.OData.dll',
6362
'.\System.Net.Http.Formatting.dll',
6463
'.\System.Spatial.dll'

src/Storage/Commands.Storage/Commands.Storage.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<UseWebDeployment>false</UseWebDeployment>
66
<UseNewtonsoftJson>false</UseNewtonsoftJson>
77
<UseWindowsAzureStorage>false</UseWindowsAzureStorage>
8+
<UseServiceManagementCommon>false</UseServiceManagementCommon>
89
</PropertyGroup>
910
<Import Project="..\..\..\tools\Common.ServiceManagement.Dependencies.targets" />
1011
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />

tools/Common.ServiceManagement.Dependencies.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<HintPath>$(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Common.1.1.0-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
202202
<Private>True</Private>
203203
</Reference>
204-
<Reference Include="Microsoft.WindowsAzure.Commands.ServiceManagement.Common, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
204+
<Reference Include="Microsoft.WindowsAzure.Commands.ServiceManagement.Common, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" Condition="'$(UseServiceManagementCommon)' != 'false'">
205205
<HintPath>$(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ServiceManagement.1.1.0-preview\lib\net452\Microsoft.WindowsAzure.Commands.ServiceManagement.Common.dll</HintPath>
206206
<Private>True</Private>
207207
</Reference>

0 commit comments

Comments
 (0)