Skip to content

Commit 09b9ae5

Browse files
Merge branch 'main' into purgeteams
2 parents c9f970e + 02c235f commit 09b9ae5

File tree

105 files changed

+955
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+955
-204
lines changed

api-reference/beta/api/certificateauthoritydetail-get.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ GET https://graph.microsoft.com/beta/directory/publicKeyInfrastructure/certifica
9898

9999
---
100100

101-
102101
### Response
103102

104103
The following example shows the response.

api-reference/beta/api/certificateauthoritydetail-update.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ Content-Type: application/json
118118

119119
---
120120

121-
122121
### Response
123122

124123
The following example shows the response.

api-reference/beta/api/certificatebasedauthpki-delete-certificateauthorities.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ DELETE https://graph.microsoft.com/beta/directory/publicKeyInfrastructure/certif
9393

9494
---
9595

96-
9796
### Response
9897

9998
The following example shows the response.

api-reference/beta/api/certificatebasedauthpki-get.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ GET https://graph.microsoft.com/beta/directory/publicKeyInfrastructure/certifica
9797

9898
---
9999

100-
101100
### Response
102101

103102
The following example shows the response.

api-reference/beta/api/certificatebasedauthpki-list-certificateauthorities.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ GET https://graph.microsoft.com/beta/directory/publicKeyInfrastructure/certifica
9797

9898
---
9999

100-
101100
### Response
102101

103102
The following example shows the response.

api-reference/beta/api/certificatebasedauthpki-post-certificateauthorities.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ Content-Type: application/json
118118

119119
---
120120

121-
122121
### Response
123122

124123
The following example shows the response.

api-reference/beta/api/certificatebasedauthpki-update.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ Content-Type: application/json
106106

107107
---
108108

109-
110109
### Response
111110

112111
The following example shows the response.

api-reference/beta/api/certificatebasedauthpki-upload.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ Content-Type: application/json
108108

109109
---
110110

111-
112111
### Response
113112

114113
The following example shows the response.

api-reference/beta/api/dailyuserinsightmetricsroot-list-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3030
}
3131
-->
3232
``` http
33-
daily GET /userInsightsRoot/daily/summary
33+
GET /userInsightsRoot/daily/summary
3434
```
3535

3636
## Optional query parameters

api-reference/beta/api/identitycontainer-list-identityproviders.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -77,35 +77,35 @@ GET https://graph.microsoft.com/beta/identity/identityProviders
7777
```
7878

7979
# [C#](#tab/csharp)
80-
[!INCLUDE [sample-code](../includes/snippets/csharp/get-identityproviderbase-inazureadtenant-csharp-snippets.md)]
80+
[!INCLUDE [sample-code](../includes/snippets/csharp/get-identityproviderbase-azure-ad-tenant-csharp-snippets.md)]
8181
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
8282

8383
# [CLI](#tab/cli)
84-
[!INCLUDE [sample-code](../includes/snippets/cli/get-identityproviderbase-inazureadtenant-cli-snippets.md)]
84+
[!INCLUDE [sample-code](../includes/snippets/cli/get-identityproviderbase-azure-ad-tenant-cli-snippets.md)]
8585
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
8686

8787
# [Go](#tab/go)
88-
[!INCLUDE [sample-code](../includes/snippets/go/get-identityproviderbase-inazureadtenant-go-snippets.md)]
88+
[!INCLUDE [sample-code](../includes/snippets/go/get-identityproviderbase-azure-ad-tenant-go-snippets.md)]
8989
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
9090

9191
# [Java](#tab/java)
92-
[!INCLUDE [sample-code](../includes/snippets/java/get-identityproviderbase-inazureadtenant-java-snippets.md)]
92+
[!INCLUDE [sample-code](../includes/snippets/java/get-identityproviderbase-azure-ad-tenant-java-snippets.md)]
9393
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
9494

9595
# [JavaScript](#tab/javascript)
96-
[!INCLUDE [sample-code](../includes/snippets/javascript/get-identityproviderbase-inazureadtenant-javascript-snippets.md)]
96+
[!INCLUDE [sample-code](../includes/snippets/javascript/get-identityproviderbase-azure-ad-tenant-javascript-snippets.md)]
9797
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
9898

9999
# [PHP](#tab/php)
100-
[!INCLUDE [sample-code](../includes/snippets/php/get-identityproviderbase-inazureadtenant-php-snippets.md)]
100+
[!INCLUDE [sample-code](../includes/snippets/php/get-identityproviderbase-azure-ad-tenant-php-snippets.md)]
101101
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
102102

103103
# [PowerShell](#tab/powershell)
104-
[!INCLUDE [sample-code](../includes/snippets/powershell/get-identityproviderbase-inazureadtenant-powershell-snippets.md)]
104+
[!INCLUDE [sample-code](../includes/snippets/powershell/get-identityproviderbase-azure-ad-tenant-powershell-snippets.md)]
105105
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
106106

107107
# [Python](#tab/python)
108-
[!INCLUDE [sample-code](../includes/snippets/python/get-identityproviderbase-inazureadtenant-python-snippets.md)]
108+
[!INCLUDE [sample-code](../includes/snippets/python/get-identityproviderbase-azure-ad-tenant-python-snippets.md)]
109109
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
110110

111111
---
@@ -166,35 +166,35 @@ GET https://graph.microsoft.com/beta/identity/identityProviders
166166
```
167167

168168
# [C#](#tab/csharp)
169-
[!INCLUDE [sample-code](../includes/snippets/csharp/get-identityproviderbase-azureb2c-csharp-snippets.md)]
169+
[!INCLUDE [sample-code](../includes/snippets/csharp/get-identityproviderbase-2-csharp-snippets.md)]
170170
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
171171

172172
# [CLI](#tab/cli)
173-
[!INCLUDE [sample-code](../includes/snippets/cli/get-identityproviderbase-azureb2c-cli-snippets.md)]
173+
[!INCLUDE [sample-code](../includes/snippets/cli/get-identityproviderbase-2-cli-snippets.md)]
174174
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
175175

176176
# [Go](#tab/go)
177-
[!INCLUDE [sample-code](../includes/snippets/go/get-identityproviderbase-azureb2c-go-snippets.md)]
177+
[!INCLUDE [sample-code](../includes/snippets/go/get-identityproviderbase-2-go-snippets.md)]
178178
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
179179

180180
# [Java](#tab/java)
181-
[!INCLUDE [sample-code](../includes/snippets/java/get-identityproviderbase-azureb2c-java-snippets.md)]
181+
[!INCLUDE [sample-code](../includes/snippets/java/get-identityproviderbase-2-java-snippets.md)]
182182
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
183183

184184
# [JavaScript](#tab/javascript)
185-
[!INCLUDE [sample-code](../includes/snippets/javascript/get-identityproviderbase-azureb2c-javascript-snippets.md)]
185+
[!INCLUDE [sample-code](../includes/snippets/javascript/get-identityproviderbase-2-javascript-snippets.md)]
186186
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
187187

188188
# [PHP](#tab/php)
189-
[!INCLUDE [sample-code](../includes/snippets/php/get-identityproviderbase-azureb2c-php-snippets.md)]
189+
[!INCLUDE [sample-code](../includes/snippets/php/get-identityproviderbase-2-php-snippets.md)]
190190
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
191191

192192
# [PowerShell](#tab/powershell)
193-
[!INCLUDE [sample-code](../includes/snippets/powershell/get-identityproviderbase-azureb2c-powershell-snippets.md)]
193+
[!INCLUDE [sample-code](../includes/snippets/powershell/get-identityproviderbase-2-powershell-snippets.md)]
194194
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
195195

196196
# [Python](#tab/python)
197-
[!INCLUDE [sample-code](../includes/snippets/python/get-identityproviderbase-azureb2c-python-snippets.md)]
197+
[!INCLUDE [sample-code](../includes/snippets/python/get-identityproviderbase-2-python-snippets.md)]
198198
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
199199

200200
---

0 commit comments

Comments
 (0)