Skip to content

Commit 86f2762

Browse files
authored
Acrolinx
1 parent 3611f8d commit 86f2762

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/manage-apps/restore-application.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To recover your enterprise application with its previous configurations, first d
5656
Get-AzureADMSDeletedDirectoryObject -Id <id>
5757
```
5858

59-
Replace id with the object ID of the service principal that you want to restore.
59+
Replace ID with the object ID of the service principal that you want to restore.
6060

6161
:::zone-end
6262

@@ -69,7 +69,7 @@ Replace id with the object ID of the service principal that you want to restore.
6969
```powershell
7070
Get-MgDirectoryDeletedItem -DirectoryObjectId <id>
7171
```
72-
Replace id with the object ID of the service principal that you want to restore.
72+
Replace ID with the object ID of the service principal that you want to restore.
7373

7474
:::zone-end
7575

@@ -101,7 +101,7 @@ Alternatively, if you want to get the specific enterprise application that was d
101101
Restore-AzureADMSDeletedDirectoryObject -Id <id>
102102
```
103103

104-
Replace id with the object ID of the service principal that you want to restore.
104+
Replace ID with the object ID of the service principal that you want to restore.
105105

106106
:::zone-end
107107

@@ -113,7 +113,7 @@ Replace id with the object ID of the service principal that you want to restore.
113113
Restore-MgDirectoryObject -DirectoryObjectId <id>
114114
```
115115

116-
Replace id with the object ID of the service principal that you want to restore.
116+
Replace ID with the object ID of the service principal that you want to restore.
117117

118118
:::zone-end
119119

@@ -146,7 +146,7 @@ Replace id with the object ID of the service principal that you want to restore.
146146

147147
---
148148

149-
Replace id with the object ID of the service principal that you want to restore.
149+
Replace ID with the object ID of the service principal that you want to restore.
150150

151151
:::zone-end
152152

0 commit comments

Comments
 (0)