Skip to content

Commit

Permalink
tip: Add url to tip
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Oct 7, 2023
1 parent 43a3c93 commit 2e66f84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Get-Secret -Name MySecret
'@
$tip.Urls = @(
'https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.secretmanagement/?view=ps-modules'
'https://devblogs.microsoft.com/powershell/secretmanagement-and-secretstore-are-generally-available/'
'https://www.pdq.com/blog/how-to-manage-powershell-secrets-with-secretsmanagement/'
)
$tip.Category = [tiPS.TipCategory]::Other # Community, Editor, Module, NativeCmdlet, Performance, Syntax, Terminal, or Other.
Expand Down

0 comments on commit 2e66f84

Please sign in to comment.