Skip to content

Commit f24ab84

Browse files
Merge pull request #227254 from YashikaTyagii/patch-32
(AzureCXP) fixes MicrosoftDocs/azure-docs#105092
2 parents f1a315a + 1061a3a commit f24ab84

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)