Skip to content

Commit 1377906

Browse files
authored
Merge pull request #25633 from microsoftgraph/JarbasHorst-patch-6
Fix meta description length
2 parents 277b0ad + c2a7ef5 commit 1377906

28 files changed

+71
-70
lines changed

api-reference/beta/api/accesspackage-delete-accesspackageresourcerolescopes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Remove resourceRoleScope from an access package"
3-
description: "Remove a resourceRoleScope from an access package."
3+
description: "Remove an accessPackageResourceRoleScope from an accessPackage list of resource role scopes."
44
ms.localizationpriority: medium
55
author: "markwahl-msft"
66
ms.subservice: "entra-id-governance"
@@ -13,7 +13,7 @@ Namespace: microsoft.graph
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Remove a [accessPackageResourceRoleScope](../resources/accesspackageresourcerolescope.md) from an [accessPackage](../resources/accesspackage.md) list of resource role scopes.
16+
Remove an [accessPackageResourceRoleScope](../resources/accesspackageresourcerolescope.md) from an [accessPackage](../resources/accesspackage.md) list of resource role scopes.
1717

1818
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
1919

api-reference/beta/api/entitlementmanagement-post-accesspackagecatalogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Create accessPackageCatalog"
3-
description: "Create a new accessPackageCatalog."
3+
description: "Create a new accessPackageCatalog object."
44
ms.localizationpriority: medium
55
author: "markwahl-msft"
66
ms.subservice: "entra-id-governance"

api-reference/beta/api/profile-delete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Delete profile"
3-
description: "Delete profile."
3+
description: "Delete a profile object from a user's account."
44
ms.localizationpriority: medium
55
author: "kevinbellinger"
66
ms.subservice: "people"
@@ -13,7 +13,7 @@ Namespace: microsoft.graph
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Deletes a [profile](../resources/profile.md) object from a user's account.
16+
Delete a [profile](../resources/profile.md) object from a user's account.
1717

1818
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
1919

api-reference/beta/api/range-boundingrect.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
---
2-
title: "Range: BoundingRect"
3-
description: "."
2+
title: "range: boundingRect"
3+
description: "Get the smallest range object that encompasses the given ranges."
44
author: "lumine2008"
55
ms.localizationpriority: medium
66
ms.subservice: "excel"
77
doc_type: apiPageType
88
---
99

10-
# Range: BoundingRect
10+
# range: boundingRect
1111

1212
Namespace: microsoft.graph
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Gets the smallest range object that encompasses the given ranges. For example, the GetBoundingRect of "B2:C5" and "D10:E15" is "B2:E16".
16+
Get the smallest range object that encompasses the given ranges. For example, the GetBoundingRect of *B2:C5* and *D10:E15* is *B2:E16*.
17+
1718
## Permissions
1819
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
1920

@@ -35,7 +36,7 @@ GET /me/drive/root:/{item-path}:/workbook/tables/{id|name}/columns/{id|name}/ran
3536
| Name | Description|
3637
|:---------------|:----------|
3738
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
38-
| Workbook-Session-Id | Workbook session Id that determines if changes are persisted or not. Optional.|
39+
| Workbook-Session-Id | Workbook session ID that determines if changes are persisted or not. Optional.|
3940

4041
## Request body
4142
In the request body, provide a JSON object with the following parameters.

api-reference/beta/api/range-lastcell.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "Range: LastCell"
3-
description: "."
2+
title: "range: lastCell"
3+
description: "Get the last cell within the range."
44
author: "lumine2008"
55
ms.localizationpriority: medium
66
ms.subservice: "excel"
77
doc_type: apiPageType
88
---
99

10-
# Range: LastCell
10+
# range: lastCell
1111

1212
Namespace: microsoft.graph
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Gets the last cell within the range. For example, the last cell of "B2:D5" is "D5".
16+
Get the last cell within the range. For example, the last cell of *B2:D5* is *D5*.
1717

1818
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
1919

@@ -38,7 +38,7 @@ GET /me/drive/root:/{item-path}:/workbook/tables/{id|name}/columns/{id|name}/ran
3838
| Name | Description|
3939
|:---------------|:----------|
4040
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
41-
| Workbook-Session-Id | Workbook session Id that determines if changes are persisted or not. Optional.|
41+
| Workbook-Session-Id | Workbook session ID that determines if changes are persisted or not. Optional.|
4242

4343
## Request body
4444

api-reference/beta/api/range-lastcolumn.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "Range: LastColumn"
3-
description: "."
2+
title: "range: lastColumn"
3+
description: "Get the last column within the range."
44
author: "lumine2008"
55
ms.localizationpriority: medium
66
ms.subservice: "excel"
77
doc_type: apiPageType
88
---
99

10-
# Range: LastColumn
10+
# range: lastColumn
1111

1212
Namespace: microsoft.graph
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Gets the last column within the range. For example, the last column of "B2:D5" is "D2:D5".
16+
Gets the last column within the range. For example, the last column of *B2:D5* is *D2:D5*.
1717

1818
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
1919

@@ -38,7 +38,7 @@ GET /me/drive/root:/{item-path}:/workbook/tables/{id|name}/columns/{id|name}/ran
3838
| Name | Description|
3939
|:---------------|:----------|
4040
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
41-
| Workbook-Session-Id | Workbook session Id that determines if changes are persisted or not. Optional.|
41+
| Workbook-Session-Id | Workbook session ID that determines if changes are persisted or not. Optional.|
4242

4343
## Request body
4444

api-reference/beta/api/range-lastrow.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "Range: LastRow"
3-
description: "."
2+
title: "range: lastRow"
3+
description: "Get the last row within the range."
44
author: "lumine2008"
55
ms.localizationpriority: medium
66
ms.subservice: "excel"
77
doc_type: apiPageType
88
---
99

10-
# Range: LastRow
10+
# range: lastRow
1111

1212
Namespace: microsoft.graph
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Gets the last row within the range. For example, the last row of "B2:D5" is "B5:D5".
16+
Get the last row within the range. For example, the last row of *B2:D5* is *B5:D5*.
1717

1818
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
1919

@@ -38,7 +38,7 @@ GET /me/drive/root:/{item-path}:/workbook/tables/{id|name}/columns/{id|name}/ran
3838
| Name | Description|
3939
|:---------------|:----------|
4040
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
41-
| Workbook-Session-Id | Workbook session Id that determines if changes are persisted or not. Optional.|
41+
| Workbook-Session-Id | Workbook session ID that determines if changes are persisted or not. Optional.|
4242

4343
## Request body
4444

api-reference/beta/api/riskyusers-confirmcompromised.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "riskyUser: confirmCompromised"
3-
description: Confirm a riskyUser object as compromised.
3+
description: "Confirm one or more riskyUser objects as compromised."
44
author: tracyshi
55
ms.localizationpriority: medium
66
ms.subservice: entra-sign-in

api-reference/beta/resources/callrecords-media.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "media resource type"
3-
description: "The media type"
3+
description: "Represents the media (for example, audio, video, and video-based screen-sharing) used in a call."
44
ms.localizationpriority: medium
55
author: "mcm223"
66
ms.subservice: "cloud-communications"
@@ -13,7 +13,7 @@ Namespace: microsoft.graph.callRecords
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Represents the media (audio, video, video-based screen-sharing, etc.) used in a call.
16+
Represents the media (for example, audio, video, and video-based screen-sharing) used in a call.
1717

1818
## Properties
1919

api-reference/beta/resources/dynamics-taxarea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: taxArea resource type
3-
description: A tax area.
3+
description: "Represents a tax area resource type in Dynamics 365 Business Central."
44
services: project-madeira
55
documentationcenter: ''
66
author: SusanneWindfeldPedersen

0 commit comments

Comments
 (0)