Skip to content

Commit 7988c6a

Browse files
author
TaraMeyer
authored
Merge pull request Azure#179 from GradyD/patch-3
Fix build warning caused by bad link
2 parents 551c10e + a0a072c commit 7988c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azureadps-2.0-preview/AzureAD/Remove-AzureADApplicationPasswordCredential.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ PS C:\> Remove-AzureADApplicationPasswordCredential -ObjectId $AppId -KeyId $Key
3333

3434
The first command gets the ID of an application by using the [Get-AzureADApplication](./Get-AzureADApplication.md) cmdlet, and then stores it in the $AppID variable.
3535

36-
The second command gets the password credential for the application identified by $AppID by using the [Get-AzureADApplicationPasswordCredential](./ Get-AzureADApplicationPasswordCredential.md) cmdlet.
36+
The second command gets the password credential for the application identified by $AppID by using the [Get-AzureADApplicationPasswordCredential](./Get-AzureADApplicationPasswordCredential.md) cmdlet.
3737
The command stores it in the $KeyId variable.
3838

3939
The final command removes the application password credential for the application identified by $AppID.

0 commit comments

Comments
 (0)