AzurePSDrive
AzurePSDrive copied to clipboard
Navigate Azure Resources Just like A FileSystem
Works great on PSv5 Fails on PSv7 PS C:\> import-module az PS C:\> Import-Module SHiPS PS C:\> $param = @{ >> Name = 'Azure' >> PSProvider = 'SHiPS' >> Root...
When trying to create a new PSDrive I get an error: ``` New-PSDrive : The following error occurred while loading the extended type data file: Error in TypeData ... InvalidOperation:...
Steps to reproduce ------------------ - Open PowerShell in Cloud Shell - cd to a resource group, e.g., Azure:\\ResourceGroups\ - Try to filter for some name recursively, e.g: dir -Filter *PSCloud*...
A user reported: From Thom Schumacher When viewing web applications in my subscription I the property for SiteConfig is empty. I would think that that would be the same value...
We create Subscription SHiPS object using the name as the primary key. Hence this is causing issues if there are duplicate subscription names with diff SubIds.