PowerShell freezes When Connecting to Azure

Copper Contributor

Hi All,

I am a having a freezing issue when trying to connect to Azure with PowerShell after creating a new windows form object variable.  I am running version 1.3 of the Azure PowerShell module.

Example:

$object = New-object system.Windows.Forms.TextBox

Connect-AzAccount

 

Is this a bug or is there a possible workaround?  Thanks!

0 Replies