Modules
Modules copied to clipboard
Updates the README to be consistent with the module
Some various feedback suggestions from implementers: 1. Add parameter completion for -Vault parameter. 2. Ensure 'BuilitInLocalVault' default vault is consistent over all cmdlets. 3. Replace Get-SecretVault 'ImplementingType' property display with...
# Summary of the new feature/enhancement Currently the module does not work in a remote session because the session user log on does not have the needed security token for...
Set-Secret in the example PowerShell.Secretmanagement module should replace the clixml file. Currently, the cmdlet throws an error. Set cmdlet's in PowerShell should Create and Update. I followed the example in...
# Summary of the new feature/enhancement As a Powershell Developer, I want the highest performance and least friction method to add secrets vault support to my **Powershell Script** modules. The...
# Steps to reproduce On linux (centos7) installed powershell core and the AzureAD.Standard.Preview module (with some help from https://blogs.endjin.com/2019/05/how-to-use-the-azuread-module-in-powershell-core/). ``` Register-PackageSource -Name PoshTestGallery -Location https://www.poshtestgallery.com/api/v2/ -ProviderName PowerShellGet Install-Module -Name AzureAD.Standard.Preview...
# Summary of the new feature/enhancement As a Powershell User, I want to be able to use pipelines to retrieve credentials and perform various manipulations using the secrets cmdlets to...
# Summary of the new feature/enhancement As a powershell user, I sometimes want some more information about what a secret is for, and a provider may be able to provide...