Skip to content

Commit

Permalink
Module - reorg RPC commands
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed May 12, 2021
1 parent 8346096 commit 453e552
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@ release.md
.vs/

# ignoring doc works for now
/docs/_site
/docs/_site

# PowerShell Studio
*.TempPoint.*
*.Export.*
*.psprojs
*.psproj
*.RestorePoint.*
*.Run.ps1
*.Package.ps1
CustomMenu.inf
2 changes: 1 addition & 1 deletion docs/collections/_commands/Get-TssRpcPasswordType.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ Requires TssSession object returned by New-TssSession

[https://thycotic-ps.github.io/thycotic.secretserver/commands/Get-TssRpcPasswordType](https://thycotic-ps.github.io/thycotic.secretserver/commands/Get-TssRpcPasswordType)

[https://github.com/thycotic-ps/thycotic.secretserver/blob/main/src/functions/secrets/Get-RpcPasswordType.ps1](https://github.com/thycotic-ps/thycotic.secretserver/blob/main/src/functions/secrets/Get-RpcPasswordType.ps1)
[https://github.com/thycotic-ps/thycotic.secretserver/blob/main/src/functions/remote-password-changing/Get-RpcPasswordType.ps1](https://github.com/thycotic-ps/thycotic.secretserver/blob/main/src/functions/remote-password-changing/Get-RpcPasswordType.ps1)

2 changes: 1 addition & 1 deletion docs/collections/_commands/Search-TssRpcPasswordType.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ Requires TssSession object returned by New-TssSession

[https://thycotic-ps.github.io/thycotic.secretserver/commands/Search-TssRpcPasswordType](https://thycotic-ps.github.io/thycotic.secretserver/commands/Search-TssRpcPasswordType)

[https://github.com/thycotic-ps/thycotic.secretserver/blob/main/src/functions/secrets/Search-RpcPasswordType.ps1](https://github.com/thycotic-ps/thycotic.secretserver/blob/main/src/functions/secrets/Search-RpcPasswordType.ps1)
[https://github.com/thycotic-ps/thycotic.secretserver/blob/main/src/functions/remote-password-changing/Search-RpcPasswordType.ps1](https://github.com/thycotic-ps/thycotic.secretserver/blob/main/src/functions/remote-password-changing/Search-RpcPasswordType.ps1)

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Get-RpcPasswordType {
https://thycotic-ps.github.io/thycotic.secretserver/commands/Get-TssRpcPasswordType
.LINK
https://github.com/thycotic-ps/thycotic.secretserver/blob/main/src/functions/secrets/Get-RpcPasswordType.ps1
https://github.com/thycotic-ps/thycotic.secretserver/blob/main/src/functions/remote-password-changing/Get-RpcPasswordType.ps1
.NOTES
Requires TssSession object returned by New-TssSession
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Search-RpcPasswordType {
https://thycotic-ps.github.io/thycotic.secretserver/commands/Search-TssRpcPasswordType
.LINK
https://github.com/thycotic-ps/thycotic.secretserver/blob/main/src/functions/secrets/Search-RpcPasswordType.ps1
https://github.com/thycotic-ps/thycotic.secretserver/blob/main/src/functions/remote-password-changing/Search-RpcPasswordType.ps1
.EXAMPLE
$session = New-TssSession -SecretServer https://alpha -Credential $ssCred
Expand Down

0 comments on commit 453e552

Please sign in to comment.