Skip to content

Commit 128c45e

Browse files
authored
Merge pull request #25327 from microsoftgraph/missing-namespace-fix
Added namespace line to directorysizequota.md, raised Acrolinx score.
2 parents 1e62f36 + 2cf9574 commit 128c45e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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
```

0 commit comments

Comments
 (0)