You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/resources/roadmap.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ Inherits from [changeItemBase](../resources/changeitembase.md).
33
33
|deliveryStage|roadmapItemDeliveryStage|Denotes the current lifecycle state of the feature. The possible values are: `privatePreview`, `publicPreview`, `ga`, `unknownFutureValue`. Supports `$filter` (`eq`, `ne`, `in`) and `$orderby`.|
34
34
|description|String|Description of the feature. Inherited from [changeItemBase](../resources/changeitembase.md). Supports `$filter` (`eq`, `ne`, `in`, `startswith`) and `$orderby`.|
35
35
|documentationUrls|String collection|Link to the feature documentation. Inherited from [changeItemBase](../resources/changeitembase.md). Supports `$filter` (`any` with `eq`).|
36
-
|gotoLink|String|Link to the feature page in the Entra admin center. Supports `$filter` (`eq`, `ne`, `in`) and `$orderby`.|
36
+
|gotoLink|String|Link to the feature page in the Microsoft Entra admin center. Supports `$filter` (`eq`, `ne`, `in`) and `$orderby`.|
37
37
|id|String|Unique identifier for the new feature. Inherited from [entity](../resources/entity.md). Supports `$filter` (`eq`, `ne`, `in`, `startswith`) and `$orderby`.|
38
-
|publishedDateTime|DateTimeOffset|Feature planned release date. Supports `$filter` (`eq`, `ne`, `gt`, `lt`, `le` and `ge` on `year()`, `month()`, `day()`, `hour()`, `minute()` and `second()` built in functions) and `$orderby`.|
38
+
|publishedDateTime|DateTimeOffset|Feature planned release date. Supports `$filter` (`eq`, `ne`, `gt`, `lt`, `le` and `ge` on `year()`, `month()`, `day()`, `hour()`, `minute()`, and `second()` built in functions) and `$orderby`.|
39
39
|shortDescription|String|A short description of the feature. Inherited from [changeItemBase](../resources/changeitembase.md). Supports `$filter` (`eq`, `ne`, `in`, `startswith`) and `$orderby`.|
40
40
|systemTags|String collection|Microsoft Entra specific tags. Example value: *New release highlight* - `entra_roadmap_highlight_new_feature`. Inherited from [changeItemBase](../resources/changeitembase.md). Supports `$filter` (`any` with `eq`).|
41
41
|tags|String collection|Identity and Access Management (IAM) related tags. Example values: `External Identities`, `Reliability and Resilience`. Inherited from [changeItemBase](../resources/changeitembase.md). Supports `$filter` (`any` with `eq`).|
0 commit comments