Skip to content

Commit 22c7b0e

Browse files
authored
Merge pull request #25334 from microsoftgraph/main
Merge to publish.
2 parents c74072b + 0941f83 commit 22c7b0e

38 files changed

+116
-102
lines changed

api-reference/beta/api/filestoragecontainer-lock.md

Lines changed: 2 additions & 2 deletions
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
## HTTP request
3131

3232
``` http
33-
POST /storageContainers/{containerId}/lock
33+
POST /storage/fileStorage/containers/{containerId}/lock
3434
```
3535

3636
## Request body
@@ -57,7 +57,7 @@ If successful, this method returns a `204 No Content` response code.
5757
The following example shows how to lock a fileStorageContainer.
5858

5959
``` http
60-
POST https://graph.microsoft.com/beta/storageContainers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/lock
60+
POST https://graph.microsoft.com/beta/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/lock
6161
6262
{
6363
"lockState": "lockedReadOnly"

api-reference/beta/api/filestoragecontainer-unlock.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When delegated permissions are used, only members in the `owner` role can call t
2929
## HTTP request
3030

3131
``` http
32-
POST /storageContainers/{containerId}/unlock
32+
POST /storage/fileStorage/containers/{containerId}/unlock
3333
```
3434

3535
## Request headers
@@ -51,7 +51,7 @@ If successful, this method returns a `204 No Content` response code.
5151
The following example shows how to unlock a **fileStorageContainer**.
5252

5353
``` http
54-
POST https://graph.microsoft.com/beta/storageContainers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/unlock
54+
POST https://graph.microsoft.com/beta/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/unlock
5555
```
5656

5757
### Response

api-reference/beta/resources/approvalsettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "approvalSettings complex type"
2+
title: "approvalSettings resource type"
33
description: "The settings for approval as defined in a role management policy rule."
44
ms.localizationpriority: medium
55
author: "markwahl-msft"
66
ms.subservice: "entra-id-governance"
77
doc_type: "resourcePageType"
88
---
99

10-
# approvalSettings complex type
10+
# approvalSettings resource type
1111

1212
Namespace: microsoft.graph
1313

api-reference/beta/resources/approvalstage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "approvalStage complex type"
2+
title: "approvalStage resource type"
33
description: "In entitlement management, used for the approvalStages property of approval settings in the requestApprovalSettings property of an access package assignment policy. Specifies the primary, fallback, and escalation approvers of each stage. In PIM, defines the settings of the approval stages in a unifiedRoleManagementPolicyApprovalRule object."
44
ms.localizationpriority: medium
55
author: "markwahl-msft"
66
ms.subservice: "entra-id-governance"
77
doc_type: "resourcePageType"
88
---
99

10-
# approvalStage complex type
10+
# approvalStage resource type
1111

1212
Namespace: microsoft.graph
1313

api-reference/beta/resources/connectedorganizationmembers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "connectedOrganizationMembers complex type"
2+
title: "connectedOrganizationMembers resource type"
33
description: "The connectedOrganizationMembers type identifies a collection of users in the tenant who are allowed as requestor, approver, or reviewer."
44
ms.localizationpriority: medium
55
author: "markwahl-msft"
66
ms.subservice: "entra-id-governance"
77
doc_type: "resourcePageType"
88
---
99

10-
# connectedOrganizationMembers complex type
10+
# connectedOrganizationMembers resource type
1111

1212
Namespace: microsoft.graph
1313

api-reference/beta/resources/directorysizequota.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "directorySizeQuota resource type"
3-
description: "Represents a company's used and total directory quota."
3+
description: "Represents the used and total directory quota for an organization."
44
ms.localizationpriority: medium
55
doc_type: resourcePageType
66
ms.subservice: "entra-directory-management"
@@ -9,15 +9,16 @@ author: "suawat"
99

1010
# directorySizeQuota resource type
1111

12+
Namespace: microsoft.graph
1213
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1314

14-
Represents a [tenant's](organization.md) used and total directory quota.
15+
Represents the used and total directory quota for an [organization](organization.md).
1516

1617
## Properties
1718
| Property | Type|Description|
1819
|:---------------|:--------|:----------|
19-
|used|Int32| Used amount of the directory quota. |
2020
|total|Int32| Total amount of the directory quota.|
21+
|used|Int32| Used amount of the directory quota. |
2122

2223
## JSON representation
2324

@@ -33,7 +34,7 @@ The following JSON representation shows the resource type.
3334

3435
```json
3536
{
36-
"used": "Int32",
37-
"total": "Int32"
37+
"total": "Int32",
38+
"used": "Int32"
3839
}
3940
```

api-reference/beta/resources/externalsponsors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "externalSponsors complex type"
3-
description: "Identifies a relationship to another user in the tenant who will be allowed as approver."
2+
title: "externalSponsors resource type"
3+
description: "Identifies a relationship to another user in the tenant who is allowed as approver."
44
ms.localizationpriority: medium
55
author: "markwahl-msft"
66
ms.subservice: "entra-id-governance"
77
doc_type: "resourcePageType"
88
---
99

10-
# externalSponsors complex type
10+
# externalSponsors resource type
1111

1212
Namespace: microsoft.graph
1313

api-reference/beta/resources/groupmembers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: "groupMembers complex type"
3-
description: "Identifies a collection of users in the tenant who will be allowed as requestor, approver, or reviewer."
2+
title: "groupMembers resource type"
3+
description: "Identifies a collection of users in the tenant who are allowed as requestor, approver, or reviewer."
44
ms.localizationpriority: medium
55
author: "markwahl-msft"
66
ms.subservice: "entra-id-governance"
77
doc_type: "resourcePageType"
88
---
99

10-
# groupMembers complex type
10+
# groupMembers resource type
1111

1212
Namespace: microsoft.graph
1313

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

1616
Used in the request, approval, and assignment review settings of an [access package assignment policy](accesspackageassignmentpolicy.md).
17-
The `@odata.type` value `#microsoft.graph.groupMembers` indicates that this type identifies a collection of users in the tenant who will be allowed as requestor, approver, or reviewer, who are the members of a specific group.
17+
The `@odata.type` value `#microsoft.graph.groupMembers` indicates that this type identifies a collection of users in the tenant who are allowed as requestor, approver, or reviewer, who are the members of a specific group.
1818

1919
## Properties
2020

api-reference/beta/resources/industrydata-credential.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "industryData credential resource type"
2+
title: "credential resource type"
33
description: "Represents a base type for credentials supported in the Industry Data API."
44
author: "dakelle"
55
ms.localizationpriority: medium
66
ms.subservice: "industry-data-etl"
77
doc_type: resourcePageType
88
---
99

10-
# industryData credential resource type
10+
# credential resource type
1111

1212
Namespace: microsoft.graph.industryData
1313

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

16-
Represents a base type for credentials supported in the Industry Data API. This is an abstract type.
16+
Represents a base type for credentials supported in the Industry Data API. This type is abstract.
1717

1818
## Properties
1919
|Property|Type|Description|

api-reference/beta/resources/insights-insightidentity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: insightIdentity complex type
2+
title: "insightIdentity resource type"
33
description: "Complex type containing properties of Shared items."
44
author: "simonhult"
55
ms.localizationpriority: medium
66
ms.subservice: "insights"
77
doc_type: resourcePageType
88
---
99

10-
# insightIdentity complex type
10+
# insightIdentity resource type
1111

1212
Namespace: microsoft.graph
1313

0 commit comments

Comments
 (0)