Skip to content

Commit 8486356

Browse files
author
Stephen Tramer
committed
Fix broken link. [Closes MicrosoftDocs#1114]
1 parent 334ee1c commit 8486356

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-conceptual/azps-1.8.0/create-azure-service-principal-azureps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ For instructions on importing a certificate into a credential store accessible b
153153

154154
## Reset credentials
155155

156-
If you forget the credentials for a service principal, use [New-AzADSpCredential](/module/az.resources/new-azadspcredential) to add a new credential. This cmdlet takes the same credential arguments and types as `New-AzADServicePrincipal`. Without any credential arguments, a new `PasswordCredential` with a random password is created.
156+
If you forget the credentials for a service principal, use [New-AzADSpCredential](/powershell/module/az.resources/new-azadspcredential) to add a new credential. This cmdlet takes the same credential arguments and types as `New-AzADServicePrincipal`. Without any credential arguments, a new `PasswordCredential` with a random password is created.
157157

158158
> [!IMPORTANT]
159159
> Before assigning any new credentials, you may want to remove existing credentials to prevent sign in with them. To do so, use the [Remove-AzADSpCredential](/powershell/module/az.resources/remove-azadspcredential) cmdlet:

docs-conceptual/azps-2.2.0/create-azure-service-principal-azureps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ For instructions on importing a certificate into a credential store accessible b
153153

154154
## Reset credentials
155155

156-
If you forget the credentials for a service principal, use [New-AzADSpCredential](/module/az.resources/new-azadspcredential) to add a new credential. This cmdlet takes the same credential arguments and types as `New-AzADServicePrincipal`. Without any credential arguments, a new `PasswordCredential` with a random password is created.
156+
If you forget the credentials for a service principal, use [New-AzADSpCredential](/powershell/module/az.resources/new-azadspcredential) to add a new credential. This cmdlet takes the same credential arguments and types as `New-AzADServicePrincipal`. Without any credential arguments, a new `PasswordCredential` with a random password is created.
157157

158158
> [!IMPORTANT]
159159
> Before assigning any new credentials, you may want to remove existing credentials to prevent sign in with them. To do so, use the [Remove-AzADSpCredential](/powershell/module/az.resources/remove-azadspcredential) cmdlet:

0 commit comments

Comments
 (0)