PowerShell / SHiPS

Simple Hierarchy in PowerShell - developing PowerShell provider got so much easier
MIT License
185 stars 31 forks source link

Add Credentials capability to SHiPSProvider. #110

Open yurko7 opened 5 years ago

yurko7 commented 5 years ago

It should be much easier to build providers for data sources that require authentication if add Credentials capability to SHiPSProvider. Also Drive (PSDriveInfo) property should be added to the ProviderContext class to provide authors access to credentials specified by user in -Credential parameter of New-PSDrive cmdlet.

ZenoArrow commented 8 months ago

Is this issue now resolved? It's not clear to me based on the associated pull request.