Skip to content

Commit f329481

Browse files
author
Bruce Shiundu (from Dev Box)
committed
Include changeAnnouncementChangeType type in docs
1 parent d79d916 commit f329481

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

api-reference/beta/resources/enums.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5021,3 +5021,25 @@ Possible values for user account types (group membership), per Windows definitio
50215021
|publicPreview|
50225022
|ga|
50235023
|unknownFutureValue|
5024+
5025+
### nonAdminSetting values
5026+
5027+
|Member|
5028+
|:---|
5029+
|false|
5030+
|true|
5031+
|unknownFutureValue|
5032+
5033+
### changeAnnouncementChangeType values
5034+
5035+
|Member|
5036+
|:---|
5037+
|breakingChange|
5038+
|deprecation|
5039+
|endOfSupport|
5040+
|featureChange|
5041+
|other|
5042+
|retirement|
5043+
|securityIncident|
5044+
|uxChange|
5045+
|unknownFutureValue|

changelog/Microsoft.ChangeManagement.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,20 @@
4949
"ChangeType": "Addition",
5050
"Description": "Added the [roadmap](https://learn.microsoft.com/en-us/graph/api/resources/roadmap?view=graph-rest-beta) resource. Use this resource to view the Microsoft Entra product roadmap which comprises public previews and recent general availability releases.",
5151
"Target": "roadmap"
52+
},
53+
{
54+
"Id": "c7731595-f625-4547-9f76-e26d7f4ea1ce",
55+
"ApiChange": "Enumeration",
56+
"ChangedApiName": "changeAnnouncementChangeType",
57+
"ChangeType": "Addition",
58+
"Description": "Added the **changeAnnouncementChangeType** enumeration type.",
59+
"Target": "changeAnnouncementChangeType"
5260
}
5361
],
54-
"Id": "9afc7db2-99c5-4815-8958-41b0db8efb5a",
62+
"Id": "c7731595-f625-4547-9f76-e26d7f4ea1ce",
5563
"Cloud": "Prod",
5664
"Version": "beta",
57-
"CreatedDateTime": "2024-10-10T14:08:50.8783007Z",
65+
"CreatedDateTime": "2024-12-03T11:14:14.7765083Z",
5866
"WorkloadArea": "Identity and access",
5967
"SubArea": "Identity and sign-in"
6068
}

0 commit comments

Comments
 (0)