@@ -56,7 +56,7 @@ To recover your enterprise application with its previous configurations, first d
56
56
Get-AzureADMSDeletedDirectoryObject -Id <id>
57
57
```
58
58
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.
60
60
61
61
::: zone-end
62
62
@@ -69,7 +69,7 @@ Replace id with the object ID of the service principal that you want to restore.
69
69
``` powershell
70
70
Get-MgDirectoryDeletedItem -DirectoryObjectId <id>
71
71
```
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.
73
73
74
74
::: zone-end
75
75
@@ -101,7 +101,7 @@ Alternatively, if you want to get the specific enterprise application that was d
101
101
Restore-AzureADMSDeletedDirectoryObject -Id <id>
102
102
```
103
103
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.
105
105
106
106
::: zone-end
107
107
@@ -113,7 +113,7 @@ Replace id with the object ID of the service principal that you want to restore.
113
113
Restore-MgDirectoryObject -DirectoryObjectId <id>
114
114
```
115
115
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.
117
117
118
118
::: zone-end
119
119
@@ -146,7 +146,7 @@ Replace id with the object ID of the service principal that you want to restore.
146
146
147
147
---
148
148
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.
150
150
151
151
::: zone-end
152
152
0 commit comments