Skip to content

Commit f2038cd

Browse files
author
Hovsep
authored
Aligned Profile version reference in the packages. (#2686)
* Aligned Profile version reference in the packages. * Removed reference to Microsoft.Azure.Common.Authentication nuget package in test projects.
1 parent c897d58 commit f2038cd

File tree

8 files changed

+4
-13
lines changed

8 files changed

+4
-13
lines changed

src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin.Test/Commands.AzureStackAdmin.Test.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@
6666
<Reference Include="Microsoft.Azure.Common">
6767
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
6868
</Reference>
69-
<Reference Include="Microsoft.Azure.Common.Authentication">
70-
<HintPath>..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll</HintPath>
71-
<Private>True</Private>
72-
</Reference>
7369
<Reference Include="Microsoft.Azure.Common.NetFramework">
7470
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
7571
</Reference>

src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin.Test/Common/Commands.AzureStackAdmin.Test.Common.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@
7272
<Reference Include="Microsoft.Azure.Common">
7373
<HintPath>..\..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
7474
</Reference>
75-
<Reference Include="Microsoft.Azure.Common.Authentication">
76-
<SpecificVersion>False</SpecificVersion>
77-
<HintPath>..\..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll</HintPath>
78-
</Reference>
7975
<Reference Include="Microsoft.AzureStack.Management">
8076
<HintPath>..\..\..\..\packages\Microsoft.AzureStack.Management.0.9.1-preview\lib\net45\Microsoft.AzureStack.Management.dll</HintPath>
8177
</Reference>

src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin.Test/Common/packages.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<package id="Microsoft.Azure.Test.Framework" version="1.0.6047.28041-prerelease" targetFramework="net45" />
88
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.6.6-preview" targetFramework="net45" />
99
<package id="Microsoft.AzureStack.Management.Storage" version="0.9.2-preview" targetFramework="net45" />
10+
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
11+
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
1012
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
1113
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
1214
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />

src/ResourceManager/Cdn/Commands.Cdn.Test/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
44
<package id="Microsoft.Azure.Management.Cdn" version="1.1.0" targetFramework="net45" />
55
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
6-
<package id="Microsoft.Azure.Common.Authentication" version="1.5.2-preview" targetFramework="net45" />
76
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
87
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
98
<package id="Microsoft.Azure.Management.Authorization" version="1.0.0" targetFramework="net45" />

src/ResourceManager/Cdn/Commands.Cdn/Microsoft.Azure.Commands.Cdn.dll-help.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CLRVersion='4.0'
4545
ProcessorArchitecture = 'None'
4646

4747
# Modules that must be imported into the global environment prior to importing this module
48-
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.5'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.11'})
4949

5050
# Assemblies that must be loaded prior to importing this module
5151
RequiredAssemblies = @()

src/ResourceManager/Cdn/Commands.Cdn/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<packages>
33
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
44
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
5-
<package id="Microsoft.Azure.Common.Authentication" version="1.5.2-preview" targetFramework="net45" />
65
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
76
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
87
<package id="Microsoft.Azure.Management.Cdn" version="1.1.0" targetFramework="net45" />

src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ CLRVersion='4.0'
4848
# ProcessorArchitecture = ''
4949

5050
# Modules that must be imported into the global environment prior to importing this module
51-
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.10'})
51+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.11'})
5252

5353
# Assemblies that must be loaded prior to importing this module
5454
# RequiredAssemblies = @()

src/ServiceManagement/RemoteApp/Commands.RemoteApp.ScenarioTest/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<packages>
33
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
44
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
5-
<package id="Microsoft.Azure.Common.Authentication" version="1.6.1-preview" targetFramework="net45" />
65
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
76
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
87
<package id="Microsoft.Azure.Management.Resources" version="2.18.11-preview" targetFramework="net45" />

0 commit comments

Comments
 (0)