Skip to content

Commit 1061a3a

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#105092
Performed changes in line no. 72. " Remove-AzureADServicePrincipal -ObjectId 'd4142c52-179b-4d31-b5b9-08940873507b'"
1 parent 1b01164 commit 1061a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/manage-apps/delete-application-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To delete an enterprise application, you need:
6969
1. Delete the enterprise application.
7070

7171
```powershell
72-
Remove-AzureADServicePrincipal $ObjectId 'd4142c52-179b-4d31-b5b9-08940873507b'
72+
Remove-AzureADServicePrincipal -ObjectId 'd4142c52-179b-4d31-b5b9-08940873507b'
7373
```
7474
:::zone-end
7575

0 commit comments

Comments
 (0)