diff --git a/src/ResourceManager/Profile/Commands.Profile/ChangeLog.md b/src/ResourceManager/Profile/Commands.Profile/ChangeLog.md index db1edbd4f437..902f4ad21e4f 100644 --- a/src/ResourceManager/Profile/Commands.Profile/ChangeLog.md +++ b/src/ResourceManager/Profile/Commands.Profile/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Current Release +* Fix issue with context name clashing for accounts with no subscriptions in tenant + - https://github.com/Azure/azure-powershell/issues/7453 * Fix error message for failed login when providing tenant domain - https://github.com/Azure/azure-powershell/issues/6936 diff --git a/src/ResourceManager/Profile/Commands.Profile/packages.config b/src/ResourceManager/Profile/Commands.Profile/packages.config index e7d5f78ae0c7..1ef8ace86dea 100644 --- a/src/ResourceManager/Profile/Commands.Profile/packages.config +++ b/src/ResourceManager/Profile/Commands.Profile/packages.config @@ -10,23 +10,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/src/ServiceManagement/Services/Commands.Utilities/packages.config b/src/ServiceManagement/Services/Commands.Utilities/packages.config index d43118ee8199..f3360df3530a 100644 --- a/src/ServiceManagement/Services/Commands.Utilities/packages.config +++ b/src/ServiceManagement/Services/Commands.Utilities/packages.config @@ -8,14 +8,14 @@ - - - - - - - - + + + + + + + + diff --git a/src/Storage/Commands.Storage/Commands.Storage.csproj b/src/Storage/Commands.Storage/Commands.Storage.csproj index e4fc66424ad3..e53627c65fba 100644 --- a/src/Storage/Commands.Storage/Commands.Storage.csproj +++ b/src/Storage/Commands.Storage/Commands.Storage.csproj @@ -60,7 +60,7 @@ ..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll - ..\..\packages\Microsoft.Azure.PowerShell.ResourceManager.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.ResourceManager.Common.dll + ..\..\packages\Microsoft.Azure.PowerShell.ResourceManager.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.ResourceManager.Common.dll True diff --git a/src/Storage/Commands.Storage/packages.config b/src/Storage/Commands.Storage/packages.config index b36fdbcdf68d..6a800d275350 100644 --- a/src/Storage/Commands.Storage/packages.config +++ b/src/Storage/Commands.Storage/packages.config @@ -6,10 +6,10 @@ - - - - + + + + diff --git a/tools/Common.Dependencies.Test.targets b/tools/Common.Dependencies.Test.targets index ebadafe719cd..e07218656709 100644 --- a/tools/Common.Dependencies.Test.targets +++ b/tools/Common.Dependencies.Test.targets @@ -21,11 +21,11 @@ True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ScenarioTest.ResourceManager.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.ScenarioTest.Common.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ScenarioTest.ResourceManager.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.ScenarioTest.Common.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ServiceManagement.1.1.4-preview\lib\net452\Microsoft.WindowsAzure.Commands.ServiceManagement.Common.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ServiceManagement.1.0.202-preview\lib\net452\Microsoft.WindowsAzure.Commands.ServiceManagement.Common.dll True @@ -66,7 +66,7 @@ - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ScenarioTest.ResourceManager.1.1.4-preview\tools\ + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ScenarioTest.ResourceManager.1.0.202-preview\tools\ diff --git a/tools/Common.Dependencies.targets b/tools/Common.Dependencies.targets index f6c69bb3d64e..6c2c5f9ac6b6 100644 --- a/tools/Common.Dependencies.targets +++ b/tools/Common.Dependencies.targets @@ -94,67 +94,67 @@ - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Aks.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Aks.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Aks.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Aks.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authentication.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authentication.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authentication.ResourceManager.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.ResourceManager.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authentication.ResourceManager.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.ResourceManager.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authorization.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Authorization.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authorization.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Authorization.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Common.1.1.4-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Common.1.0.202-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Compute.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Compute.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Compute.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Compute.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Graph.Rbac.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Graph.RBAC.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Graph.Rbac.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Graph.RBAC.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.KeyVault.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.KeyVault.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.KeyVault.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.KeyVault.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Network.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Network.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Network.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Network.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ResourceManager.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.ResourceManager.Common.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ResourceManager.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.ResourceManager.Common.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Storage.1.1.4-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.Storage.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Storage.1.0.202-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.Storage.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Storage.Management.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Storage.Management.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Storage.Management.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Storage.Management.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Strategies.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Strategies.4.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Strategies.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Strategies.4.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Websites.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.WebSites.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Websites.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.WebSites.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Storage.1.1.4-preview\tools\ + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Storage.1.0.202-preview\tools\ \ No newline at end of file diff --git a/tools/Common.Netcore.Dependencies.Test.targets b/tools/Common.Netcore.Dependencies.Test.targets index f0f1cc7a4580..a156d6e21e21 100644 --- a/tools/Common.Netcore.Dependencies.Test.targets +++ b/tools/Common.Netcore.Dependencies.Test.targets @@ -19,7 +19,7 @@ All - + All @@ -58,7 +58,7 @@ - $(NugetPackageRoot)microsoft.azure.powershell.scenariotest.resourcemanager\1.1.4-preview\tools\ + $(NugetPackageRoot)microsoft.azure.powershell.scenariotest.resourcemanager\1.0.202-preview\tools\ diff --git a/tools/Common.Netcore.Dependencies.targets b/tools/Common.Netcore.Dependencies.targets index 2393c2cf22cf..f6c1d1aa2554 100644 --- a/tools/Common.Netcore.Dependencies.targets +++ b/tools/Common.Netcore.Dependencies.targets @@ -7,49 +7,49 @@ All - + All - + All - + All - + All - + All - + All - + All - + All - + All - + All - + All - + All - + All - + All - + All @@ -66,7 +66,7 @@ - $(NugetPackageRoot)microsoft.azure.powershell.storage\1.1.4-preview\tools\ + $(NugetPackageRoot)microsoft.azure.powershell.storage\1.0.202-preview\tools\ diff --git a/tools/Common.ServiceManagement.Dependencies.Test.targets b/tools/Common.ServiceManagement.Dependencies.Test.targets index 179d13190ab7..edbcd2376b54 100644 --- a/tools/Common.ServiceManagement.Dependencies.Test.targets +++ b/tools/Common.ServiceManagement.Dependencies.Test.targets @@ -38,12 +38,12 @@ True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ScenarioTest.1.1.4-preview\lib\net452\Microsoft.WindowsAzure.Commands.ScenarioTest.Common.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ScenarioTest.1.0.202-preview\lib\net452\Microsoft.WindowsAzure.Commands.ScenarioTest.Common.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ScenarioTest.1.1.4-preview\tools\ + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ScenarioTest.1.0.202-preview\tools\ diff --git a/tools/Common.ServiceManagement.Dependencies.targets b/tools/Common.ServiceManagement.Dependencies.targets index 9e99c7458f53..c1a2d42b0c9a 100644 --- a/tools/Common.ServiceManagement.Dependencies.targets +++ b/tools/Common.ServiceManagement.Dependencies.targets @@ -186,35 +186,35 @@ - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authentication.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authentication.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authorization.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Authorization.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Authorization.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Authorization.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Common.1.1.4-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Common.1.0.202-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ServiceManagement.1.1.4-preview\lib\net452\Microsoft.WindowsAzure.Commands.ServiceManagement.Common.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.ServiceManagement.1.0.202-preview\lib\net452\Microsoft.WindowsAzure.Commands.ServiceManagement.Common.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Storage.1.1.4-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.Storage.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Storage.1.0.202-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.Storage.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Storage.Management.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Storage.Management.dll + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Storage.Management.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Storage.Management.dll True - $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Storage.1.1.4-preview\tools\ + $(LibraryNugetPackageFolder)\Microsoft.Azure.PowerShell.Storage.1.0.202-preview\tools\ \ No newline at end of file diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.Aks.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.Aks.1.0.202-preview.nupkg new file mode 100644 index 000000000000..a0790b8ac5a8 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.Aks.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.Authentication.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.Authentication.1.0.202-preview.nupkg new file mode 100644 index 000000000000..a2f5dcae283c Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.Authentication.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.202-preview.nupkg new file mode 100644 index 000000000000..58566dae6402 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.Authentication.ResourceManager.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.Authentication.ResourceManager.1.0.202-preview.nupkg new file mode 100644 index 000000000000..51813b8fbd38 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.Authentication.ResourceManager.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.Authorization.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.Authorization.1.0.202-preview.nupkg new file mode 100644 index 000000000000..99821b6fa579 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.Authorization.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.Common.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.Common.1.0.202-preview.nupkg new file mode 100644 index 000000000000..e0607c287ec1 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.Common.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.Compute.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.Compute.1.0.202-preview.nupkg new file mode 100644 index 000000000000..f177b9f99ae8 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.Compute.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.Graph.Rbac.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.Graph.Rbac.1.0.202-preview.nupkg new file mode 100644 index 000000000000..11501cf42f29 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.Graph.Rbac.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.KeyVault.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.KeyVault.1.0.202-preview.nupkg new file mode 100644 index 000000000000..83c9523bf38f Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.KeyVault.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.Network.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.Network.1.0.202-preview.nupkg new file mode 100644 index 000000000000..476c69d59021 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.Network.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.ResourceManager.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.ResourceManager.1.0.202-preview.nupkg new file mode 100644 index 000000000000..777e9df7bf60 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.ResourceManager.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.ScenarioTest.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.ScenarioTest.1.0.202-preview.nupkg new file mode 100644 index 000000000000..555828aee305 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.ScenarioTest.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.ScenarioTest.ResourceManager.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.ScenarioTest.ResourceManager.1.0.202-preview.nupkg new file mode 100644 index 000000000000..f442bed5a104 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.ScenarioTest.ResourceManager.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.ServiceManagement.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.ServiceManagement.1.0.202-preview.nupkg new file mode 100644 index 000000000000..8172dfa4608a Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.ServiceManagement.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.Storage.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.Storage.1.0.202-preview.nupkg new file mode 100644 index 000000000000..c33764a85fb4 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.Storage.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.Storage.Management.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.Storage.Management.1.0.202-preview.nupkg new file mode 100644 index 000000000000..e4d5e987cc22 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.Storage.Management.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.Strategies.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.Strategies.1.0.202-preview.nupkg new file mode 100644 index 000000000000..14ed1c1b169f Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.Strategies.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.TestFx.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.TestFx.1.0.202-preview.nupkg new file mode 100644 index 000000000000..22ff045c271b Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.TestFx.1.0.202-preview.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.PowerShell.Websites.1.0.202-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.PowerShell.Websites.1.0.202-preview.nupkg new file mode 100644 index 000000000000..2abe7cd954f5 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.PowerShell.Websites.1.0.202-preview.nupkg differ diff --git a/tools/RepoTasks/RepoTasks.CmdletsForTest/RepoTasks.CmdletsForTest.csproj b/tools/RepoTasks/RepoTasks.CmdletsForTest/RepoTasks.CmdletsForTest.csproj index 2ad1953fc925..736cecfdf0f7 100644 --- a/tools/RepoTasks/RepoTasks.CmdletsForTest/RepoTasks.CmdletsForTest.csproj +++ b/tools/RepoTasks/RepoTasks.CmdletsForTest/RepoTasks.CmdletsForTest.csproj @@ -37,7 +37,7 @@ ..\..\..\src\packages\Microsoft.ApplicationInsights.1.2.0\lib\net45\Microsoft.ApplicationInsights.dll - ..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll + ..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll ..\..\..\src\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll @@ -58,7 +58,7 @@ ..\..\..\src\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll - ..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.1.4-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll + ..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.0.202-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll ..\..\..\src\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll diff --git a/tools/RepoTasks/RepoTasks.CmdletsForTest/packages.config b/tools/RepoTasks/RepoTasks.CmdletsForTest/packages.config index 105c516f5011..b44e0caee5e7 100644 --- a/tools/RepoTasks/RepoTasks.CmdletsForTest/packages.config +++ b/tools/RepoTasks/RepoTasks.CmdletsForTest/packages.config @@ -5,8 +5,8 @@ - - + + diff --git a/tools/RepoTasks/RepoTasks.RemoteWorker/RepoTasks.RemoteWorker.csproj b/tools/RepoTasks/RepoTasks.RemoteWorker/RepoTasks.RemoteWorker.csproj index 813e1cc9dd25..df9a0154e0b4 100644 --- a/tools/RepoTasks/RepoTasks.RemoteWorker/RepoTasks.RemoteWorker.csproj +++ b/tools/RepoTasks/RepoTasks.RemoteWorker/RepoTasks.RemoteWorker.csproj @@ -37,7 +37,7 @@ ..\..\..\src\packages\Microsoft.ApplicationInsights.1.2.0\lib\net45\Microsoft.ApplicationInsights.dll - ..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll + ..\..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll ..\..\..\src\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll @@ -58,7 +58,7 @@ ..\..\..\src\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll - ..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.1.4-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll + ..\..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.0.202-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll ..\..\..\src\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll diff --git a/tools/RepoTasks/RepoTasks.RemoteWorker/packages.config b/tools/RepoTasks/RepoTasks.RemoteWorker/packages.config index 0abc84e19d82..dbaa629e182a 100644 --- a/tools/RepoTasks/RepoTasks.RemoteWorker/packages.config +++ b/tools/RepoTasks/RepoTasks.RemoteWorker/packages.config @@ -5,8 +5,8 @@ - - + + diff --git a/tools/StaticAnalysis/StaticAnalysis.csproj b/tools/StaticAnalysis/StaticAnalysis.csproj index ca987c1144db..ad97fb20e74a 100644 --- a/tools/StaticAnalysis/StaticAnalysis.csproj +++ b/tools/StaticAnalysis/StaticAnalysis.csproj @@ -54,10 +54,10 @@ ..\..\src\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll - ..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.1.4-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll + ..\..\src\packages\Microsoft.Azure.PowerShell.Authentication.Abstractions.1.0.202-preview\lib\net452\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll - ..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.1.4-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll + ..\..\src\packages\Microsoft.Azure.PowerShell.Common.1.0.202-preview\lib\net452\Microsoft.WindowsAzure.Commands.Common.dll ..\..\src\packages\Microsoft.Rest.ClientRuntime.2.3.14\lib\net452\Microsoft.Rest.ClientRuntime.dll diff --git a/tools/StaticAnalysis/packages.config b/tools/StaticAnalysis/packages.config index e35786ebb81b..e52121586158 100644 --- a/tools/StaticAnalysis/packages.config +++ b/tools/StaticAnalysis/packages.config @@ -7,8 +7,8 @@ - - + +