forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Account] Recent changes to Connect-AZAccount -DeviceCode cause displ…
…ay issues in the PowerShell ISE (Azure#25735) * Add new file: InitializePSStyle.ps1 * update * update * update changelog * update changelog * update changelog and update reference of azure powershell common to 1.3.100-preview
- Loading branch information
1 parent
d654189
commit 3d831ac
Showing
4 changed files
with
28 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
try{ | ||
Write-Debug "Initializing PSStyle." | ||
[Microsoft.WindowsAzure.Commands.Common.PSStyle]::Initialize($Host) | ||
} | ||
catch{ | ||
Write-Warning $_ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters