Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ commands:
url: /commands/New-PASAccountObject
- title: "Get-PASDiscoveredAccount"
url: /commands/Get-PASDiscoveredAccount
- title: "Clear-PASDiscoveredAccountList"
url: /commands/Clear-PASDiscoveredAccountList
- title: "Clear-PASDiscoveredAccount"
url: /commands/Clear-PASDiscoveredAccount
- title: "Get-PASAccountPasswordVersion"
url: /commands/Get-PASAccountPasswordVersion
- title: "New-PASAccountPassword"
Expand Down
4 changes: 2 additions & 2 deletions docs/collections/_docs/10-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ If version requirement criteria are not met, operations may be prevented.
| [`Remove-PASOpenIDConnectProvider`][Remove-PASOpenIDConnectProvider] | **11.7** | Deletes an OIDC Authentication Provider |
| [`Set-PASOpenIDConnectProvider`][Set-PASOpenIDConnectProvider] | **11.7** | Updates an OIDC Authentication Provider |
| [`Remove-PASAuthenticationMethod`][Remove-PASAuthenticationMethod] | **11.7** | Delete an authentication method |
| [`Clear-PASDiscoveredAccountList`][Clear-PASDiscoveredAccountList] | **12.1** | Clear all discovered accounts from the pending account list |
| [`Clear-PASDiscoveredAccount`][Clear-PASDiscoveredAccount] | **12.1** | Clear all discovered accounts from the pending account list |
| [`Get-PASAccountPasswordVersion`][Get-PASAccountPasswordVersion] | **12.1** | Get details of previous password versions |
| [`New-PASAccountPassword`][New-PASAccountPassword] | **12.0** | Generate new password values based on platform policy |
| [`Set-PASLinkedAccount`][Set-PASLinkedAccount] | **12.1** | Associate logon and reconcile accounts |
Expand Down Expand Up @@ -313,7 +313,7 @@ If version requirement criteria are not met, operations may be prevented.
[Enable-PASUser]: /commands/Enable-PASUser
[Disable-PASUser]: /commands/Disable-PASUser
[Get-PASPlatformSummary]: /commands/Get-PASPlatformSummary
[Clear-PASDiscoveredAccountList]: /commands/Clear-PASDiscoveredAccountList
[Clear-PASDiscoveredAccount]: /commands/Clear-PASDiscoveredAccount
[Get-PASAccountPasswordVersion]: /commands/Get-PASAccountPasswordVersion
[New-PASAccountPassword]: /commands/New-PASAccountPassword
[Set-PASLinkedAccount]: /commands/Set-PASLinkedAccount
Expand Down
4 changes: 2 additions & 2 deletions docs/collections/_pages/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ A psPAS command may not appear in the below list due to it not being explicitly
| [Delete OpenID Connect Identity Provider][Delete OpenID Connect Identity Provider] | [Remove-PASOpenIDConnectProvider][Remove-PASOpenIDConnectProvider] |
| [Update OpenID Connect Identity Provider][Update OpenID Connect Identity Provider] | [Set-PASOpenIDConnectProvider][Set-PASOpenIDConnectProvider] |
| [Delete authentication method][Delete authentication method] | [Remove-PASAuthenticationMethod][Remove-PASAuthenticationMethod] |
| [Delete discovered accounts][Delete discovered accounts] | [Clear-PASDiscoveredAccountList][Clear-PASDiscoveredAccountList] |
| [Delete discovered accounts][Delete discovered accounts] | [Clear-PASDiscoveredAccount][Clear-PASDiscoveredAccount] |
| [Get Secret Versions][Get Secret Versions] | [Get-PASAccountPasswordVersion][Get-PASAccountPasswordVersion] |
| [Generate Password][Generate Password] | [New-PASAccountPassword][New-PASAccountPassword] |
| [Link an Account][Link an Account] | [Set-PASLinkedAccount][Set-PASLinkedAccount] |
Expand Down Expand Up @@ -451,7 +451,7 @@ A psPAS command may not appear in the below list due to it not being explicitly
[Remove-PASOpenIDConnectProvider]: /commands/Remove-PASOpenIDConnectProvider
[Set-PASOpenIDConnectProvider]: /commands/Set-PASOpenIDConnectProvider
[Remove-PASAuthenticationMethod]: /commands/Remove-PASAuthenticationMethod
[Clear-PASDiscoveredAccountList]: /commands/Clear-PASDiscoveredAccountList
[Clear-PASDiscoveredAccount]: /commands/Clear-PASDiscoveredAccount
[Get-PASAccountPasswordVersion]: /commands/Get-PASAccountPasswordVersion
[New-PASAccountPassword]: /commands/New-PASAccountPassword
[Set-PASLinkedAccount]: /commands/Set-PASLinkedAccount
Expand Down