Skip to content

Commit e684c49

Browse files
Merge pull request #253124 from FaithOmbongi/fixGraphCRR
Remove Graph code snippets CRR
2 parents f3ea588 + f7a2820 commit e684c49

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

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

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -124,31 +124,10 @@ Replace ID with the object ID of the service principal that you want to restore.
124124

125125
1. To restore the enterprise application, run the following query:
126126

127-
# [HTTP](#tab/http)
128127
```http
129128
POST https://graph.microsoft.com/v1.0/directory/deletedItems/{id}/restore
130129
```
131130

132-
# [C#](#tab/csharp)
133-
[!INCLUDE [sample-code](~/microsoft-graph/api-reference/v1.0/includes/snippets/csharp/restore-directory-deleteditem-csharp-snippets.md)]
134-
135-
# [JavaScript](#tab/javascript)
136-
[!INCLUDE [sample-code](~/microsoft-graph/api-reference/v1.0/includes/snippets/javascript/restore-directory-deleteditem-javascript-snippets.md)]
137-
138-
# [Java](#tab/java)
139-
[!INCLUDE [sample-code](~/microsoft-graph/api-reference/v1.0/includes/snippets/java/restore-directory-deleteditem-java-snippets.md)]
140-
141-
# [Go](#tab/go)
142-
[!INCLUDE [sample-code](~/microsoft-graph/api-reference/v1.0/includes/snippets/go/restore-directory-deleteditem-go-snippets.md)]
143-
144-
# [PowerShell](#tab/powershell)
145-
[!INCLUDE [sample-code](~/microsoft-graph/api-reference/v1.0/includes/snippets/powershell/restore-directory-deleteditem-powershell-snippets.md)]
146-
147-
# [PHP](#tab/php)
148-
[!INCLUDE [sample-code](~/microsoft-graph/api-reference/v1.0/includes/snippets/php/restore-directory-deleteditem-php-snippets.md)]
149-
150-
---
151-
152131
Replace ID with the object ID of the service principal that you want to restore.
153132

154133
:::zone-end

0 commit comments

Comments
 (0)