Skip to content

Commit 45c9ef5

Browse files
committed
Updated Common packages to use versions with updated DLL names. Updated Common DLL names where referenced.
1 parent 498d960 commit 45c9ef5

File tree

65 files changed

+39
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+39
-39
lines changed

src/ResourceManager/Profile/Commands.Profile/Az.Accounts.psd1

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,24 @@ DotNetFrameworkVersion = '4.7.2'
5757
RequiredAssemblies = '.\Microsoft.Azure.PowerShell.Authentication.Abstractions.dll',
5858
'.\Microsoft.Azure.PowerShell.Authentication.dll',
5959
'.\Microsoft.Azure.PowerShell.Authentication.ResourceManager.dll',
60-
'.\Microsoft.Azure.PowerShell.Authorization.dll',
61-
'.\Microsoft.Azure.PowerShell.Compute.dll',
62-
'.\Microsoft.Azure.PowerShell.Graph.Rbac.dll',
63-
'.\Microsoft.Azure.PowerShell.Network.dll',
64-
'.\Microsoft.Azure.PowerShell.ResourceManager.dll',
60+
'.\Microsoft.Azure.PowerShell.Clients.Authorization.dll',
61+
'.\Microsoft.Azure.PowerShell.Clients.Compute.dll',
62+
'.\Microsoft.Azure.PowerShell.Clients.Graph.Rbac.dll',
63+
'.\Microsoft.Azure.PowerShell.Clients.Network.dll',
64+
'.\Microsoft.Azure.PowerShell.Clients.ResourceManager.dll',
6565
'.\Microsoft.Azure.PowerShell.Common.dll',
6666
'.\Microsoft.Azure.PowerShell.Storage.dll',
67-
'.\Microsoft.Azure.PowerShell.Storage.Management.dll',
68-
'.\Microsoft.Azure.PowerShell.KeyVault.dll',
69-
'.\Microsoft.Azure.PowerShell.Websites.dll',
67+
'.\Microsoft.Azure.PowerShell.Clients.Storage.Management.dll',
68+
'.\Microsoft.Azure.PowerShell.Clients.KeyVault.dll',
69+
'.\Microsoft.Azure.PowerShell.Clients.Websites.dll',
7070
'.\Hyak.Common.dll', '.\Microsoft.ApplicationInsights.dll',
7171
'.\Microsoft.Azure.Common.dll',
7272
'.\Microsoft.Rest.ClientRuntime.dll',
7373
'.\Microsoft.Rest.ClientRuntime.Azure.dll',
7474
'.\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll',
7575
'.\Microsoft.WindowsAzure.Storage.dll',
7676
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
77-
'.\Microsoft.Azure.PowerShell.Aks.dll',
77+
'.\Microsoft.Azure.PowerShell.Clients.Aks.dll',
7878
'.\Microsoft.Azure.PowerShell.Strategies.dll'
7979

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

tools/Common.Netcore.Dependencies.Test.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
2020
</PackageReference>
2121
<PackageReference Include="xunit" Version="2.4.0" />
22-
<PackageReference Include="Microsoft.Azure.PowerShell.ScenarioTest.ResourceManager" Version="1.0.231-preview" >
22+
<PackageReference Include="Microsoft.Azure.PowerShell.ScenarioTest.ResourceManager" Version="1.0.233-preview" >
2323
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
2424
</PackageReference>
2525
</ItemGroup>
@@ -55,7 +55,7 @@
5555
</ItemGroup>
5656

5757
<PropertyGroup>
58-
<ScenarioTestToolsPath>$(NugetPackageRoot)microsoft.azure.powershell.scenariotest.resourcemanager\1.0.231-preview\tools\</ScenarioTestToolsPath>
58+
<ScenarioTestToolsPath>$(NugetPackageRoot)microsoft.azure.powershell.scenariotest.resourcemanager\1.0.233-preview\tools\</ScenarioTestToolsPath>
5959
</PropertyGroup>
6060

6161
<ItemGroup>

tools/Common.Netcore.Dependencies.targets

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,49 @@
77
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="3.3.18">
88
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
99
</PackageReference>
10-
<PackageReference Include="Microsoft.Azure.PowerShell.Aks" Version="1.0.231-preview">
10+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Aks" Version="1.0.233-preview">
1111
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
1212
</PackageReference>
13-
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication" Version="1.0.231-preview">
13+
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication" Version="1.0.233-preview">
1414
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication.Abstractions" Version="1.0.231-preview">
16+
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication.Abstractions" Version="1.0.233-preview">
1717
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
1818
</PackageReference>
19-
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication.ResourceManager" Version="1.0.231-preview">
19+
<PackageReference Include="Microsoft.Azure.PowerShell.Authentication.ResourceManager" Version="1.0.233-preview">
2020
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
2121
</PackageReference>
22-
<PackageReference Include="Microsoft.Azure.PowerShell.Authorization" Version="1.0.231-preview">
22+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Authorization" Version="1.0.233-preview">
2323
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
2424
</PackageReference>
25-
<PackageReference Include="Microsoft.Azure.PowerShell.Common" Version="1.0.231-preview">
25+
<PackageReference Include="Microsoft.Azure.PowerShell.Common" Version="1.0.233-preview">
2626
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
2727
</PackageReference>
28-
<PackageReference Include="Microsoft.Azure.PowerShell.Compute" Version="1.0.231-preview">
28+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Compute" Version="1.0.233-preview">
2929
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
3030
</PackageReference>
31-
<PackageReference Include="Microsoft.Azure.PowerShell.Graph.Rbac" Version="1.0.231-preview">
31+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Graph.Rbac" Version="1.0.233-preview">
3232
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
3333
</PackageReference>
34-
<PackageReference Include="Microsoft.Azure.PowerShell.KeyVault" Version="1.0.231-preview">
34+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.KeyVault" Version="1.0.233-preview">
3535
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
3636
</PackageReference>
37-
<PackageReference Include="Microsoft.Azure.PowerShell.Network" Version="1.0.231-preview">
37+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Network" Version="1.0.233-preview">
3838
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
3939
</PackageReference>
40-
<PackageReference Include="Microsoft.Azure.PowerShell.ResourceManager" Version="1.0.231-preview">
40+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.ResourceManager" Version="1.0.233-preview">
4141
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
4242
</PackageReference>
43-
<PackageReference Include="Microsoft.Azure.PowerShell.Storage" Version="1.0.231-preview">
43+
<PackageReference Include="Microsoft.Azure.PowerShell.Storage" Version="1.0.233-preview">
4444
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
4545
</PackageReference>
46-
<PackageReference Include="Microsoft.Azure.PowerShell.Storage.Management" Version="1.0.231-preview">
46+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Storage.Management" Version="1.0.233-preview">
4747
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
4848
</PackageReference>
49-
<PackageReference Include="Microsoft.Azure.PowerShell.Strategies" Version="1.0.231-preview">
49+
<PackageReference Include="Microsoft.Azure.PowerShell.Strategies" Version="1.0.233-preview">
5050
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
5151
</PackageReference>
52-
<PackageReference Include="Microsoft.Azure.PowerShell.Websites" Version="1.0.231-preview">
52+
<PackageReference Include="Microsoft.Azure.PowerShell.Clients.Websites" Version="1.0.233-preview">
5353
<PrivateAssets Condition="'$(HideReferenceDependencies)' == 'true'">All</PrivateAssets>
5454
</PackageReference>
5555
</ItemGroup>
@@ -66,7 +66,7 @@
6666
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0-preview-06" PrivateAssets="All" />
6767
</ItemGroup>
6868
<PropertyGroup>
69-
<StorageToolsPath>$(NugetPackageRoot)microsoft.azure.powershell.storage\1.0.231-preview\tools\</StorageToolsPath>
69+
<StorageToolsPath>$(NugetPackageRoot)microsoft.azure.powershell.storage\1.0.233-preview\tools\</StorageToolsPath>
7070
</PropertyGroup>
7171
<ItemGroup Condition="'$(OmitJsonPackage)' != 'true'">
7272
<PackageReference Include="Newtonsoft.Json" Version="10.0.3">
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

tools/RepoTasks/RepoTasks.CmdletsForTest/RepoTasks.CmdletsForTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<HintPath>..\..\..\src\packages\Microsoft.ApplicationInsights.1.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
3838
</Reference>
3939
<Reference Include="Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
40-
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.231-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
40+
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.233-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
4141
</Reference>
4242
<Reference Include="Microsoft.Azure.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4343
<HintPath>..\..\..\src\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
@@ -58,7 +58,7 @@
5858
<HintPath>..\..\..\src\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Microsoft.WindowsAzure.Commands.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
61-
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.0.231-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
61+
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.0.233-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Microsoft.WindowsAzure.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6464
<HintPath>..\..\..\src\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>

tools/RepoTasks/RepoTasks.CmdletsForTest/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.2" targetFramework="net452" />
66
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net452" />
77
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net452" />
8-
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.0.231-preview" targetFramework="net452" />
9-
<package id="Microsoft.Azure.PowerShell.Common" version="1.0.231-preview" targetFramework="net452" />
8+
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.0.233-preview" targetFramework="net452" />
9+
<package id="Microsoft.Azure.PowerShell.Common" version="1.0.233-preview" targetFramework="net452" />
1010
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net452" />
1111
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />
1212
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net452" />

tools/RepoTasks/RepoTasks.RemoteWorker/RepoTasks.RemoteWorker.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<HintPath>..\..\..\src\packages\Microsoft.ApplicationInsights.1.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
3838
</Reference>
3939
<Reference Include="Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
40-
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.231-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
40+
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.233-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
4141
</Reference>
4242
<Reference Include="Microsoft.Azure.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4343
<HintPath>..\..\..\src\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
@@ -58,7 +58,7 @@
5858
<HintPath>..\..\..\src\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Microsoft.WindowsAzure.Commands.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
61-
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.0.231-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
61+
<HintPath>..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.0.233-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Microsoft.WindowsAzure.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6464
<HintPath>..\..\..\src\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>

tools/RepoTasks/RepoTasks.RemoteWorker/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.2" targetFramework="net452" />
66
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net452" />
77
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net452" />
8-
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.0.231-preview" targetFramework="net452" />
9-
<package id="Microsoft.Azure.PowerShell.Common" version="1.0.231-preview" targetFramework="net452" />
8+
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.0.233-preview" targetFramework="net452" />
9+
<package id="Microsoft.Azure.PowerShell.Common" version="1.0.233-preview" targetFramework="net452" />
1010
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net452" />
1111
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />
1212
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net452" />

tools/StaticAnalysis/StaticAnalysis.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
<HintPath>..\..\src\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
5555
</Reference>
5656
<Reference Include="Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
57-
<HintPath>..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.231-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
57+
<HintPath>..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.233-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll</HintPath>
5858
</Reference>
5959
<Reference Include="Microsoft.WindowsAzure.Commands.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
60-
<HintPath>..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.0.231-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
60+
<HintPath>..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.0.233-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll</HintPath>
6161
</Reference>
6262
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6363
<HintPath>..\..\src\packages\Microsoft.Rest.ClientRuntime.2.3.18\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>

tools/StaticAnalysis/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.2" targetFramework="net452" />
88
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net452" />
99
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net452" />
10-
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.0.231-preview" targetFramework="net452" />
11-
<package id="Microsoft.Azure.PowerShell.Common" version="1.0.231-preview" targetFramework="net452" />
10+
<package id="Microsoft.Azure.PowerShell.Authentication.Abstractions" version="1.0.233-preview" targetFramework="net452" />
11+
<package id="Microsoft.Azure.PowerShell.Common" version="1.0.233-preview" targetFramework="net452" />
1212
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net452" />
1313
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" />
1414
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net452" />

0 commit comments

Comments
 (0)