Chris Black
Chris Black
As much as I would love to agree, most people who started writing in PS - started with ISE as it was the only tool back in the day and...
 That is how ISE does it, and I would have loved to see it like that. Your custom code actually does that for me now :) Thank you for...
@msftrncs One last thing I am missing is the "." itself. From the screenshots above you can see that "." in VSC is black but the "." in ISE is...
It is a shame that it does not understand the dot "." but at least now with my (your) custom changes I can read the code again so I am...
Quick update, just to be even more sure that it is broken: ```powershell PS C:\AzureStackDeployment\modules> (Get-PartnerCustomerCart -CartId $CartId.CartId -CustomerId $Customer.CustomerId).Li neItems AddonItems : BillingCycle : Monthly CatalogItemId : DZH318Z0BPS6:0001:DZH318Z0BMGV CurrencyCode...
```powershell PowerShell 7.1.2 Copyright (c) Microsoft Corporation. https://aka.ms/powershell Type 'help' to get help. PS C:\Users\cblack> Import-module PartnerCenter 4>$null PS C:\Users\cblack> PS C:\Users\cblack> Write-Output "Importing az.accounts" Importing az.accounts PS C:\Users\cblack> Import-module...
@isaiahwilliams as expected... still does not load ;-(
The other way around also does not work ```powershell Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\Users\Administrator> docker run -ti --rm azmoduleazshtest2:v1 pwsh PowerShell 7.0.1 Copyright (c)...
Latest modules also tested - just in case: ```powershell PS C:\> PowerShell 7.0.1 Copyright (c) Microsoft Corporation. All rights reserved. https://aka.ms/powershell Type 'help' to get help. PS C:\> uninstall-module AzureSTack...
CentOS 7 also broken. ```powershell PS C:\DockerTest> docker run -ti --rm "centospwsh7" pwsh PowerShell 7.0.2 Copyright (c) Microsoft Corporation. All rights reserved. https://aka.ms/powershell Type 'help' to get help. PS />...