Skip to content

Commit 1884993

Browse files
authored
Merge pull request #291 from MicrosoftDocs/main
01/29/2025 PM Publishing
2 parents 7bdb446 + e0b805b commit 1884993

File tree

1 file changed

+2
-2
lines changed
  • reference/ps-modules/Microsoft.PowerShell.SecretManagement

1 file changed

+2
-2
lines changed

reference/ps-modules/Microsoft.PowerShell.SecretManagement/Set-Secret.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.PowerShell.SecretManagement.dll-Help.xml
33
Module Name: Microsoft.PowerShell.SecretManagement
4-
ms.date: 10/18/2023
4+
ms.date: 01/29/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.secretmanagement/set-secret?view=ps-modules&wt.mc_id=ps-gethelp
66
schema: 2.0.0
77
---
@@ -291,7 +291,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
291291

292292
When you run `Set-Secret` with the **Name** parameter to specify the name of the secret, the cmdlet
293293
calls `GetSecret()` that's implemented by the vault extension. `Set-Secret` passes through the name
294-
as provided by the user. The vault extension looks up the secret by that name. If `GetGecret()`
294+
as provided by the user. The vault extension looks up the secret by that name. If `GetSecret()`
295295
returns a match, `Set-Secret` overwrites the secret unless you use the **NoClobber** parameter. The
296296
vault extension always writes the secret information it receives.
297297

0 commit comments

Comments
 (0)