Skip to content

Commit ed2ecde

Browse files
authored
Merge pull request #9541 from jason-dou/jasondou/schemaextension-unsupportdescriptionfilter
Schema extension property description no longer support filter
2 parents 6c43ea4 + 3d722ff commit ed2ecde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-reference/beta/resources/schemaextension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For more information about Microsoft Graph extensibility including limits for sc
4343
## Properties
4444
| Property | Type |Description|
4545
|:---------------|:--------|:----------|
46-
|description|String|Description for the schema extension. Supports `$filter` (`eq`).|
46+
|description|String|Description for the schema extension.|
4747
|id|String|The unique identifier for the schema extension definition. <br>You can assign a value in one of two ways: <ul><li>Concatenate the name of one of your verified domains with a name for the schema extension to form a unique string in this format, \{_&#65279;domainName_\}\_\{_&#65279;schemaName_\}. As an example, `contoso_mySchema`. </li><li>Provide a schema name, and let Microsoft Graph use that schema name to complete the **id** assignment in this format: ext\{_&#65279;8-random-alphanumeric-chars_\}\_\{_&#65279;schema-name_\}. An example would be `extkvbmkofy_mySchema`.</li></ul>This property cannot be changed after creation. Supports `$filter` (`eq`). <br/><br> **Note:** We recommend that your **id** starts with an alphabetic letter between A-Z because query capabilities might be limited for IDs that begin with integers. <br/><br/> Supports `$filter` (`eq`).|
4848
|owner|String| The `appId` of the application that is the owner of the schema extension. The owner of the schema definition must be explicitly specified during the Create and Update operations, or it will be implied and auto-assigned by Microsoft Entra ID as follows: <br/><ul><li>In delegated access: <ul><li>The signed-in user must be the owner of the app that calls Microsoft Graph to create the schema extension definition. </li></ul> <ul><li>If the signed-in user isn't the owner of the calling app, they must explicitly specify the **owner** property, and assign it the **appId** of an app that they own.</li></ul></li></ul> <ul><li>In app-only access: <ul><li> The **owner** property isn't required in the request body. Instead, the calling app is assigned ownership of the schema extension.</li></ul></li></ul> </br>So, for example, if creating a new schema extension definition using Graph Explorer, you **must** supply the owner property. Once set, this property is read-only and cannot be changed. Supports `$filter` (`eq`).|
4949
|properties|[extensionSchemaProperty](extensionschemaproperty.md) collection|The collection of property names and types that make up the schema extension definition.|

api-reference/v1.0/resources/schemaextension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For more information about Microsoft Graph extensibility including limits for sc
4141
## Properties
4242
| Property | Type |Description|
4343
|:---------------|:--------|:----------|
44-
|description|String|Description for the schema extension. Supports `$filter` (`eq`).|
44+
|description|String|Description for the schema extension.|
4545
|id|String|The unique identifier for the schema extension definition. <br>You can assign a value in one of two ways: <ul><li>Concatenate the name of one of your verified domains with a name for the schema extension to form a unique string in this format, \{_&#65279;domainName_\}\_\{_&#65279;schemaName_\}. As an example, `contoso_mySchema`. </li><li>Provide a schema name, and let Microsoft Graph use that schema name to complete the **id** assignment in this format: ext\{_&#65279;8-random-alphanumeric-chars_\}\_\{_&#65279;schema-name_\}. An example would be `extkvbmkofy_mySchema`.</li></ul>This property cannot be changed after creation. Supports `$filter` (`eq`). **Note:** We recommend that your **id** starts with an alphabetic letter between A-Z because query capabilities might be limited for IDs that begin with integers. <br/><br/> Supports `$filter` (`eq`). |
4646
|owner|String| The `appId` of the application that is the owner of the schema extension. The owner of the schema definition must be explicitly specified during the Create and Update operations, or it will be implied and auto-assigned by Microsoft Entra ID as follows: <br/><ul><li>In delegated access: <ul><li>The signed-in user must be the owner of the app that calls Microsoft Graph to create the schema extension definition. </li></ul> <ul><li>If the signed-in user isn't the owner of the calling app, they must explicitly specify the **owner** property, and assign it the **appId** of an app that they own.</li></ul></li></ul> <ul><li>In app-only access: <ul><li> The **owner** property isn't required in the request body. Instead, the calling app is assigned ownership of the schema extension.</li></ul></li></ul> </br>So, for example, if creating a new schema extension definition using Graph Explorer, you **must** supply the owner property. Once set, this property is read-only and cannot be changed. Supports `$filter` (`eq`).|
4747
|properties|[extensionSchemaProperty](extensionschemaproperty.md) collection|The collection of property names and types that make up the schema extension definition.|

0 commit comments

Comments
 (0)