Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Badgerati authored May 26, 2024
2 parents cc68173 + 3be6806 commit 0b81c88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Tutorials/Secrets/Examples/SecretStore.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install-Module Microsoft.PowerShell.SecretManagement, Microsoft.PowerShell.Secre

## Register

When registering a new secret vault using `Microsoft.PowerShell.SecretStore`, via [`Register-PodeSecretVault`], the `-UnlockSecret` parameter is **mandatory**. This will be used to assign the required default password for the secret vault and to periodically unlock the vault.
When registering a new secret vault using `Microsoft.PowerShell.SecretStore`, via [`Register-PodeSecretVault`](../../../../Functions/Secrets/Register-PodeSecretVault), the `-UnlockSecret` parameter is **mandatory**. This will be used to assign the required default password for the secret vault and to periodically unlock the vault.

There are also some default values set for some parameters to make life a little easier, however, these can be overwritten if needed by directly supplying the parameter:

Expand Down
4 changes: 2 additions & 2 deletions pode.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ param(
#>
$Versions = @{
Pester = '5.5.0'
MkDocs = '1.5.3'
MkDocs = '1.6.0'
PSCoveralls = '1.0.0'
SevenZip = '18.5.0.20180730'
DotNet = '8.0'
MkDocsTheme = '9.5.17'
MkDocsTheme = '9.5.23'
PlatyPS = '0.14.2'
}

Expand Down

0 comments on commit 0b81c88

Please sign in to comment.