选定的 Azure 订阅在 PowerShell ISE 上的选项卡上泄漏
Selected azure subscription leaking over tabs on PowerShell ISE
我在一个选项卡中使用了多个 PowerShell tabs inside of ISE to manage multiple subscriptions inside of Azure. Unfortunately, when I use Select-AzureSubscription,所有其他选项卡也会受到该更改的影响。有没有办法通过不同的订阅强制每个选项卡 运行?
当前订阅是会话特定的,不同的标签不使用不同的会话。考虑为每个选项卡使用不同的 AzureProfile
我在一个选项卡中使用了多个 PowerShell tabs inside of ISE to manage multiple subscriptions inside of Azure. Unfortunately, when I use Select-AzureSubscription,所有其他选项卡也会受到该更改的影响。有没有办法通过不同的订阅强制每个选项卡 运行?
当前订阅是会话特定的,不同的标签不使用不同的会话。考虑为每个选项卡使用不同的 AzureProfile