Skip to content

Commit

Permalink
DocUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerezimmerman committed Sep 21, 2023
1 parent dc9e762 commit c5745c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/commands/authentication/Initialize-TssSdkClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES
Secret Server docs cover configuring Application Account and SDK Client rule
https://docs.thycotic.com/ss/10.9.0/api-scripting/sdk-cli/index.md#task_1__configuring_secret_server
https://docs.delinea.com/online-help/secret-server/api-scripting/sdk-cli/index.htm#Task1ConfiguringSecretServer
## RELATED LINKS
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/authentication/Test-TssSdkClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
### System.Boolean
## NOTES
Secret Server docs cover configuring Application Account and SDK Client rule
https://docs.thycotic.com/ss/10.9.0/api-scripting/sdk-cli/index.md#task_1__configuring_secret_server
https://docs.delinea.com/online-help/secret-server/api-scripting/sdk-cli/index.htm#Task1ConfiguringSecretServer
## RELATED LINKS
Expand Down
2 changes: 1 addition & 1 deletion src/functions/authentication/Initialize-TssSdkClient.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Initialize-TssSdkClient {
.NOTES
Secret Server docs cover configuring Application Account and SDK Client rule
https://docs.thycotic.com/ss/10.9.0/api-scripting/sdk-cli/index.md#task_1__configuring_secret_server
https://docs.delinea.com/online-help/secret-server/api-scripting/sdk-cli/index.htm#Task1ConfiguringSecretServer
#>
[cmdletbinding()]
param(
Expand Down
2 changes: 1 addition & 1 deletion src/functions/authentication/Test-TssSdkClient.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Test-TssSdkClient {
.NOTES
Secret Server docs cover configuring Application Account and SDK Client rule
https://docs.thycotic.com/ss/10.9.0/api-scripting/sdk-cli/index.md#task_1__configuring_secret_server
https://docs.delinea.com/online-help/secret-server/api-scripting/sdk-cli/index.htm#Task1ConfiguringSecretServer
#>
[cmdletbinding()]
[OutputType('System.Boolean')]
Expand Down

0 comments on commit c5745c7

Please sign in to comment.