diff --git a/src/Accounts/Accounts/Accounts.csproj b/src/Accounts/Accounts/Accounts.csproj index 38f3e2e761b7..4b9fa2be1568 100644 --- a/src/Accounts/Accounts/Accounts.csproj +++ b/src/Accounts/Accounts/Accounts.csproj @@ -1,4 +1,4 @@ - + Accounts @@ -37,6 +37,7 @@ + diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md index c6ffbaf170bf..358e56a05ac6 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release +* Updated `Connect-AzAccount` to fix a display issue in PowerShell ISE [#24556]. +* Updated the reference of Azure PowerShell Common to 1.3.100-preview. * Used Azure.Identity and Azure.Core directly for client assertion [#22628]. ## Version 3.0.3 diff --git a/src/Accounts/Accounts/StartupScripts/InitializePSStyle.ps1 b/src/Accounts/Accounts/StartupScripts/InitializePSStyle.ps1 new file mode 100644 index 000000000000..017afce55065 --- /dev/null +++ b/src/Accounts/Accounts/StartupScripts/InitializePSStyle.ps1 @@ -0,0 +1,7 @@ +try{ + Write-Debug "Initializing PSStyle." + [Microsoft.WindowsAzure.Commands.Common.PSStyle]::Initialize($Host) +} +catch{ + Write-Warning $_ +} \ No newline at end of file diff --git a/tools/Common.Netcore.Dependencies.targets b/tools/Common.Netcore.Dependencies.targets index fb4e1c1aa9c7..66669692f557 100644 --- a/tools/Common.Netcore.Dependencies.targets +++ b/tools/Common.Netcore.Dependencies.targets @@ -3,22 +3,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -37,7 +37,7 @@ - $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.99-preview\tools\ + $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.100-preview\tools\