From 6d380fe73fd2354e887ff8d9d4f5ab19a7a69b1d Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:11 +0200 Subject: [PATCH 01/18] Fix Read-only capitalization in accesspackageassignmentpolicy.md --- api-reference/v1.0/resources/accesspackageassignmentpolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/accesspackageassignmentpolicy.md b/api-reference/v1.0/resources/accesspackageassignmentpolicy.md index 47fc3a84e91..a5f84e49b08 100644 --- a/api-reference/v1.0/resources/accesspackageassignmentpolicy.md +++ b/api-reference/v1.0/resources/accesspackageassignmentpolicy.md @@ -34,7 +34,7 @@ To assign a user to an access package, [create an accessPackageAssignmentRequest |description|String|The description of the policy.| |displayName|String|The display name of the policy.| |expiration|[expirationPattern](../resources/expirationpattern.md)|The expiration date for assignments created in this policy.| -|id|String|Read only.| +|id|String|Read-only.| |modifiedDateTime|DateTimeOffset|The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| |requestApprovalSettings|[accessPackageAssignmentApprovalSettings](../resources/accesspackageassignmentapprovalsettings.md)|Specifies the settings for approval of requests for an access package assignment through this policy. For example, if approval is required for new requests.| |requestorSettings|[accessPackageAssignmentRequestorSettings](../resources/accesspackageassignmentrequestorsettings.md)|Provides additional settings to select who can create a request for an access package assignment through this policy, and what they can include in their request.| From 7f03215dcd6c6f49368cb6e21483bb718344f715 Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:12 +0200 Subject: [PATCH 02/18] Fix Read-only capitalization in azureactivedirectorytenant.md --- api-reference/v1.0/resources/azureactivedirectorytenant.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/v1.0/resources/azureactivedirectorytenant.md b/api-reference/v1.0/resources/azureactivedirectorytenant.md index 6472d653a4c..0651aedd05a 100644 --- a/api-reference/v1.0/resources/azureactivedirectorytenant.md +++ b/api-reference/v1.0/resources/azureactivedirectorytenant.md @@ -17,8 +17,8 @@ Used in the identity sources of an [connectedOrganization](connectedOrganization ## Properties |Property|Type|Description| |:---|:---|:---| -|displayName|String|The name of the Microsoft Entra tenant. Read only. | -|tenantId|String|The ID of the Microsoft Entra tenant. Read only. | +|displayName|String|The name of the Microsoft Entra tenant. Read-only. | +|tenantId|String|The ID of the Microsoft Entra tenant. Read-only. | ## Relationships None. From 9ca0d77ba8cf6e9e20444d261bbedb97d2179a0e Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:12 +0200 Subject: [PATCH 03/18] Fix Read-only capitalization in channel.md --- api-reference/v1.0/resources/channel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/channel.md b/api-reference/v1.0/resources/channel.md index cc773730aad..4a50bb1a1f3 100644 --- a/api-reference/v1.0/resources/channel.md +++ b/api-reference/v1.0/resources/channel.md @@ -66,7 +66,7 @@ where files are shared, and where tabs are added. | Property | Type |Description| |:---------------|:--------|:----------| -|createdDateTime|dateTimeOffset|Read only. Timestamp at which the channel was created.| +|createdDateTime|dateTimeOffset|Read-only. Timestamp at which the channel was created.| |description|String|Optional textual description for the channel.| |displayName|String|Channel name as it will appear to the user in Microsoft Teams. The maximum length is 50 characters.| |email|String| The email address for sending messages to the channel. Read-only.| From ae07e751005f0b2ecb0c65f80d6734194faf37c2 Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:13 +0200 Subject: [PATCH 04/18] Fix Read-only capitalization in chatmessage.md --- api-reference/v1.0/resources/chatmessage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/v1.0/resources/chatmessage.md b/api-reference/v1.0/resources/chatmessage.md index ef9c5e6474d..dac358f3f92 100644 --- a/api-reference/v1.0/resources/chatmessage.md +++ b/api-reference/v1.0/resources/chatmessage.md @@ -67,14 +67,14 @@ Represents an individual chat message within a [channel](channel.md) or [chat](c |chatId|string|If the message was sent in a chat, represents the identity of the chat.| |channelIdentity|[channelIdentity](channelidentity.md)|If the message was sent in a channel, represents identity of the channel.| |createdDateTime|dateTimeOffset|Timestamp of when the chat message was created.| -|deletedDateTime|dateTimeOffset|Read only. Timestamp at which the chat message was deleted, or null if not deleted. | +|deletedDateTime|dateTimeOffset|Read-only. Timestamp at which the chat message was deleted, or null if not deleted. | |etag| string | Read-only. Version number of the chat message. | |eventDetail|[eventMessageDetail](../resources/eventmessagedetail.md)|Read-only. If present, represents details of an event that happened in a **chat**, a **channel**, or a **team**, for example, adding new members. For event messages, the **messageType** property will be set to `systemEventMessage`.| |from|[chatMessageFromIdentitySet](chatmessagefromidentityset.md)| Details of the sender of the chat message. Can only be set during [migration](/microsoftteams/platform/graph-api/import-messages/import-external-messages-to-teams).| |id|String| Read-only. Unique ID of the message. IDs are unique within a chat/channel/reply-to-message, but might be duplicated in other chats/channels/reply-to-messages. | |importance|string | The importance of the chat message. The possible values are: `normal`, `high`, `urgent`.| -|lastModifiedDateTime|dateTimeOffset|Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. | -|lastEditedDateTime|dateTimeOffset|Read only. Timestamp when edits to the chat message were made. Triggers an "Edited" flag in the Teams UI. If no edits are made the value is `null`.| +|lastModifiedDateTime|dateTimeOffset|Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. | +|lastEditedDateTime|dateTimeOffset|Read-only. Timestamp when edits to the chat message were made. Triggers an "Edited" flag in the Teams UI. If no edits are made the value is `null`.| |locale|string|Locale of the chat message set by the client. Always set to `en-us`.| |mentions|[chatMessageMention](chatmessagemention.md) collection| List of entities mentioned in the chat message. Supported entities are: user, bot, team, channel, chat, and tag.| |messageHistory|[chatMessageHistoryItem](../resources/chatmessagehistoryitem.md) collection|List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. From d136843a14ed2a75cdcb4cccb853157d1971651c Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:13 +0200 Subject: [PATCH 05/18] Fix Read-only capitalization in conditionalaccesspolicy.md --- api-reference/v1.0/resources/conditionalaccesspolicy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/v1.0/resources/conditionalaccesspolicy.md b/api-reference/v1.0/resources/conditionalaccesspolicy.md index 147250b6d62..e74d2c7cf60 100644 --- a/api-reference/v1.0/resources/conditionalaccesspolicy.md +++ b/api-reference/v1.0/resources/conditionalaccesspolicy.md @@ -30,11 +30,11 @@ Represents a Microsoft Entra Conditional Access policy. Conditional access polic | Property | Type | Description | |:-------------|:------------|:------------| |conditions|[conditionalAccessConditionSet](conditionalaccessconditionset.md)| Specifies the rules that must be met for the policy to apply. Required. | -|createdDateTime|DateTimeOffset| The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Readonly. | +|createdDateTime|DateTimeOffset| The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Read-only. | |displayName|String| Specifies a display name for the conditionalAccessPolicy object. | |grantControls|[conditionalAccessGrantControls](conditionalaccessgrantcontrols.md)| Specifies the grant controls that must be fulfilled to pass the policy. | |id|String| Specifies the identifier of a conditionalAccessPolicy object. Read-only.| -|modifiedDateTime| DateTimeOffset|The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Readonly. | +|modifiedDateTime| DateTimeOffset|The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Read-only. | |sessionControls|[conditionalAccessSessionControls](conditionalaccesssessioncontrols.md)| Specifies the session controls that are enforced after sign-in. | |state|conditionalAccessPolicyState| Specifies the state of the conditionalAccessPolicy object. The possible values are: `enabled`, `disabled`, `enabledForReportingButNotEnforced`. Required. | |templateId|String|Specifies the unique identifier of a [Conditional Access template](../resources/conditionalaccesstemplate.md). Inherited from [entity](../resources/entity.md).| From 5e9c15ce0726a5ddc7b2a09f355c3643605b3960 Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:14 +0200 Subject: [PATCH 06/18] Fix Read-only capitalization in crosscloudazureactivedirectorytenant.md --- .../v1.0/resources/crosscloudazureactivedirectorytenant.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/v1.0/resources/crosscloudazureactivedirectorytenant.md b/api-reference/v1.0/resources/crosscloudazureactivedirectorytenant.md index b5bc8bfe363..6659e169bb6 100644 --- a/api-reference/v1.0/resources/crosscloudazureactivedirectorytenant.md +++ b/api-reference/v1.0/resources/crosscloudazureactivedirectorytenant.md @@ -19,9 +19,9 @@ Used in the identity sources of a [connectedOrganization](connectedOrganization. | Property | Type | Description | | :--------------------------- | :------------------------ | :---------- | -| cloudInstance | String | The ID of the cloud where the tenant is located, one of `microsoftonline.com`, `microsoftonline.us` or `partner.microsoftonline.cn`. Read only. | -| displayName |String | The name of the Microsoft Entra tenant. Read only. | -| tenantId |String | The ID of the Microsoft Entra tenant. Read only. | +| cloudInstance | String | The ID of the cloud where the tenant is located, one of `microsoftonline.com`, `microsoftonline.us` or `partner.microsoftonline.cn`. Read-only. | +| displayName |String | The name of the Microsoft Entra tenant. Read-only. | +| tenantId |String | The ID of the Microsoft Entra tenant. Read-only. | ## Relationships From ec1873312a2465c8e3e36b2e978d45904def30d8 Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:14 +0200 Subject: [PATCH 07/18] Fix Read-only capitalization in delegatedadminrelationship.md --- api-reference/v1.0/resources/delegatedadminrelationship.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/delegatedadminrelationship.md b/api-reference/v1.0/resources/delegatedadminrelationship.md index f86a1007af2..59b82860b5e 100644 --- a/api-reference/v1.0/resources/delegatedadminrelationship.md +++ b/api-reference/v1.0/resources/delegatedadminrelationship.md @@ -37,7 +37,7 @@ Represents a delegated admin relationship between a partner and customer. |endDateTime|DateTimeOffset|The date and time in ISO 8601 format and in UTC time when the **status** of relationship changes to either `terminated` or `expired`. Calculated as `endDateTime = activatedDateTime + duration`. Read-only.| |id|String|The unique identifier of the relationship. Read-only. Inherited from [entity](../resources/entity.md).| |lastModifiedDateTime|DateTimeOffset|The date and time in ISO 8601 format and in UTC time when the relationship was last modified. Read-only.| -|status|delegatedAdminRelationshipStatus|The status of the relationship. Read Only. The possible values are: `activating`, `active`, `approvalPending`, `approved`, `created`, `expired`, `expiring`, `terminated`, `terminating`, `terminationRequested`, `unknownFutureValue`. Supports `$orderby`.| +|status|delegatedAdminRelationshipStatus|The status of the relationship. Read-only. The possible values are: `activating`, `active`, `approvalPending`, `approved`, `created`, `expired`, `expiring`, `terminated`, `terminating`, `terminationRequested`, `unknownFutureValue`. Supports `$orderby`.| ### delegatedAdminRelationshipStatus values | Member | Description | From f899bf144e0261927e4f54bd3e076f682c459d9c Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:15 +0200 Subject: [PATCH 08/18] Fix Read-only capitalization in directoryrole.md --- api-reference/v1.0/resources/directoryrole.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/directoryrole.md b/api-reference/v1.0/resources/directoryrole.md index c1dd2a150b1..bbc94c5b08a 100644 --- a/api-reference/v1.0/resources/directoryrole.md +++ b/api-reference/v1.0/resources/directoryrole.md @@ -41,7 +41,7 @@ This resource supports: |description|String|The description for the directory role. Read-only. Supports `$filter` (`eq`), `$search`, `$select`. | |displayName|String|The display name for the directory role. Read-only. Supports `$filter` (`eq`), `$search`, `$select`. | |id|String|The unique identifier for the directory role. Inherited from [directoryObject](directoryobject.md). Key, Not nullable, Read-only. Supports `$filter` (`eq`), `$select`.| -|roleTemplateId|String| The **id** of the [directoryRoleTemplate](directoryroletemplate.md) that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read only. Supports `$filter` (`eq`), `$select`. | +|roleTemplateId|String| The **id** of the [directoryRoleTemplate](directoryroletemplate.md) that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read-only. Supports `$filter` (`eq`), `$select`. | ## Relationships | Relationship | Type |Description| From 5dc3b8f3032fdccbb14b3291307a23d19b670e3c Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:15 +0200 Subject: [PATCH 09/18] Fix Read-only capitalization in domainidentitysource.md --- api-reference/v1.0/resources/domainidentitysource.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/v1.0/resources/domainidentitysource.md b/api-reference/v1.0/resources/domainidentitysource.md index 455e5ad43b9..e3075e732d3 100644 --- a/api-reference/v1.0/resources/domainidentitysource.md +++ b/api-reference/v1.0/resources/domainidentitysource.md @@ -16,8 +16,8 @@ Used in the identity sources of an [connectedOrganization](connectedOrganization ## Properties |Property|Type|Description| |:---|:---|:---| -|displayName|String|The name of the identity source, typically also the domain name. Read only. | -|domainName|String|The domain name. Read only. | +|displayName|String|The name of the identity source, typically also the domain name. Read-only. | +|domainName|String|The domain name. Read-only. | ## Relationships None. From 8d3b6808592c3999a61f3b4cdb2adde80cfce940 Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:15 +0200 Subject: [PATCH 10/18] Fix Read-only capitalization in externaldomainfederation.md --- api-reference/v1.0/resources/externaldomainfederation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/v1.0/resources/externaldomainfederation.md b/api-reference/v1.0/resources/externaldomainfederation.md index 573fab86843..29d73bb4e30 100644 --- a/api-reference/v1.0/resources/externaldomainfederation.md +++ b/api-reference/v1.0/resources/externaldomainfederation.md @@ -17,9 +17,9 @@ Used in the identity sources of an [connectedOrganization](connectedOrganization ## Properties |Property|Type|Description| |:---|:---|:---| -|displayName|String|The name of the identity source, typically also the domain name. Read only. | -|domainName|String|The domain name. Read only. | -|issuerUri|String|The issuerURI of the incoming federation. Read only. | +|displayName|String|The name of the identity source, typically also the domain name. Read-only. | +|domainName|String|The domain name. Read-only. | +|issuerUri|String|The issuerURI of the incoming federation. Read-only. | ## Relationships None. From 5dc09ea3222bb7d116493760b25da3865539faf1 Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:16 +0200 Subject: [PATCH 11/18] Fix Read-only capitalization in insights-shared.md --- api-reference/v1.0/resources/insights-shared.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/v1.0/resources/insights-shared.md b/api-reference/v1.0/resources/insights-shared.md index 9ae03dc19c6..a66650fd527 100644 --- a/api-reference/v1.0/resources/insights-shared.md +++ b/api-reference/v1.0/resources/insights-shared.md @@ -29,8 +29,8 @@ An insight representing files shared with or by a specific user. The following s | Property | Type | Description | | ------------- |--------------- | -------------| -| id | String | Unique identifier of the relationship. Read only. | -| lastShared | [sharingDetail](insights-sharingdetail.md) | Details about the shared item. Read only. | +| id | String | Unique identifier of the relationship. Read-only. | +| lastShared | [sharingDetail](insights-sharingdetail.md) | Details about the shared item. Read-only. | | resourceReference | [resourceReference](insights-resourcereference.md) | Reference properties of the shared document, such as the url and type of the document. Read-only | | resourceVisualization | [resourceVisualization](insights-resourcevisualization.md) | Properties that you can use to visualize the document in your experience. Read-only | From 47b4d8061765144edf32edd684380cf43bff9428 Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:16 +0200 Subject: [PATCH 12/18] Fix Read-only capitalization in insights-trending.md --- api-reference/v1.0/resources/insights-trending.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/insights-trending.md b/api-reference/v1.0/resources/insights-trending.md index bde1ee423aa..4df3215486f 100644 --- a/api-reference/v1.0/resources/insights-trending.md +++ b/api-reference/v1.0/resources/insights-trending.md @@ -24,7 +24,7 @@ Rich relationship connecting a user to documents that are trending around the us | Property | Type | Description | | ------------- |--------------- | -------------| -| id | String | Unique identifier of the relationship. Read only. | +| id | String | Unique identifier of the relationship. Read-only. | | lastModifiedDateTime | DateTimeOffset | The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`| | resourceReference | [resourceReference](insights-resourcereference.md) | Reference properties of the trending document, such as the url and type of the document. | | resourceVisualization | [resourceVisualization](insights-resourcevisualization.md) | Properties that you can use to visualize the document in your experience. | From 39491f7418a07fd71b4647c290cef8b87edccae7 Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:17 +0200 Subject: [PATCH 13/18] Fix Read-only capitalization in reminder.md --- api-reference/v1.0/resources/reminder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/reminder.md b/api-reference/v1.0/resources/reminder.md index b77bd2cfde6..31d7d8e12d8 100644 --- a/api-reference/v1.0/resources/reminder.md +++ b/api-reference/v1.0/resources/reminder.md @@ -19,7 +19,7 @@ A reminder for an [event](event.md) in a user [calendar](calendar.md). |:---------------|:--------|:----------| |changeKey|String|Identifies the version of the reminder. Every time the reminder is changed, **changeKey** changes as well. This allows Exchange to apply changes to the correct version of the object.| |eventEndTime|[DateTimeTimeZone](datetimetimezone.md)|The date, time and time zone that the event ends.| -|eventId|String|The unique ID of the event. Read only.| +|eventId|String|The unique ID of the event. Read-only.| |eventLocation|[Location](location.md)|The location of the event.| |eventStartTime|[DateTimeTimeZone](datetimetimezone.md)|The date, time, and time zone that the event starts.| |eventSubject|String|The text of the event's subject line.| From 8c139e02066b4237a38d4b1245774acafa573198 Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:46:17 +0200 Subject: [PATCH 14/18] Fix Read-only capitalization in serviceannouncement.md --- api-reference/v1.0/resources/serviceannouncement.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/v1.0/resources/serviceannouncement.md b/api-reference/v1.0/resources/serviceannouncement.md index 8f31821036b..05af5b42ab8 100644 --- a/api-reference/v1.0/resources/serviceannouncement.md +++ b/api-reference/v1.0/resources/serviceannouncement.md @@ -28,9 +28,9 @@ None. ## Relationships |Relationship|Type|Description| |-|-|-| -|healthOverviews|Collection([serviceHealth](servicehealth.md))|A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.| -|issues|Collection([serviceHealthIssue](servicehealthissue.md))|A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.| -|messages|Collection([serviceUpdateMessage](serviceupdatemessage.md))|A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.| +|healthOverviews|Collection([serviceHealth](servicehealth.md))|A collection of service health information for tenant. This property is a contained navigation property, it is nullable and read-only.| +|issues|Collection([serviceHealthIssue](servicehealthissue.md))|A collection of service issues for tenant. This property is a contained navigation property, it is nullable and read-only.| +|messages|Collection([serviceUpdateMessage](serviceupdatemessage.md))|A collection of service messages for tenant. This property is a contained navigation property, it is nullable and read-only.| ## JSON representation The following JSON representation shows the resource type. From eaa4f7cbd4880e368436877fc8dc330dbd72290e Mon Sep 17 00:00:00 2001 From: Jarbas Horst <26866873+JarbasHorst@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:56:55 +0200 Subject: [PATCH 15/18] Fix Read-only capitalization in rbacapplication-post-roleassignmentschedulerequests.md --- .../api/rbacapplication-post-roleassignmentschedulerequests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/rbacapplication-post-roleassignmentschedulerequests.md b/api-reference/beta/api/rbacapplication-post-roleassignmentschedulerequests.md index 960f58eb90c..cd9cb7bdd4a 100644 --- a/api-reference/beta/api/rbacapplication-post-roleassignmentschedulerequests.md +++ b/api-reference/beta/api/rbacapplication-post-roleassignmentschedulerequests.md @@ -51,7 +51,7 @@ The following table lists the properties that are required when you create the [ |id|String|The unique identifier for the unifiedRoleAssignmentScheduleRequest. Key, not nullable, Read-only.| |action|String|Represents the type of the operation on the role assignment. The possible values are: