From 114e8ac20ec09c8d25df21a07b804c5b50d51f81 Mon Sep 17 00:00:00 2001 From: Sydney Smith <43417619+SydneyhSmith@users.noreply.github.com> Date: Mon, 23 Mar 2020 11:49:56 -0700 Subject: [PATCH 1/2] Update README.md --- Modules/Microsoft.PowerShell.SecretManagement/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Microsoft.PowerShell.SecretManagement/README.md b/Modules/Microsoft.PowerShell.SecretManagement/README.md index 091530c..0680f65 100644 --- a/Modules/Microsoft.PowerShell.SecretManagement/README.md +++ b/Modules/Microsoft.PowerShell.SecretManagement/README.md @@ -19,7 +19,7 @@ Registering extension vaults: - Register-SecretVault - Get-SecretVault - Unregister-SecretVault -- Test-Vault +- Test-SecretVault Accessing secrets: From faa22a3fdf85d46021424525669d8db61db8bb9a Mon Sep 17 00:00:00 2001 From: Sydney Smith <43417619+SydneyhSmith@users.noreply.github.com> Date: Thu, 2 Apr 2020 08:59:24 -0700 Subject: [PATCH 2/2] Update README.md --- Modules/Microsoft.PowerShell.SecretManagement/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Microsoft.PowerShell.SecretManagement/README.md b/Modules/Microsoft.PowerShell.SecretManagement/README.md index 0680f65..bd8aa70 100644 --- a/Modules/Microsoft.PowerShell.SecretManagement/README.md +++ b/Modules/Microsoft.PowerShell.SecretManagement/README.md @@ -23,7 +23,7 @@ Registering extension vaults: Accessing secrets: -- Add-Secret +- Set-Secret - Get-Secret - Get-SecretInfo - Remove-Secret