Skip to content

Commit 47a564d

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 193393
1 parent a4a402b commit 47a564d

File tree

1,556 files changed

+13898
-339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,556 files changed

+13898
-339
lines changed

msgraph/generated/admin/service_announcement/issues/item/incident_report/incident_report_request_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[QueryPar
3434
Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue.
3535
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3636
Returns: bytes
37+
Find more info here: https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0
3738
"""
3839
request_info = self.to_get_request_information(
3940
request_configuration

msgraph/generated/admin/service_announcement/messages/archive/archive_request_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ async def post(self,body: ArchivePostRequestBody, request_configuration: Optiona
3737
param body: The request body
3838
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3939
Returns: Optional[ArchivePostResponse]
40+
Find more info here: https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0
4041
"""
4142
if body is None:
4243
raise TypeError("body cannot be null.")

msgraph/generated/admin/service_announcement/messages/favorite/favorite_request_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ async def post(self,body: FavoritePostRequestBody, request_configuration: Option
3737
param body: The request body
3838
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3939
Returns: Optional[FavoritePostResponse]
40+
Find more info here: https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0
4041
"""
4142
if body is None:
4243
raise TypeError("body cannot be null.")

msgraph/generated/admin/service_announcement/messages/mark_read/mark_read_request_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ async def post(self,body: MarkReadPostRequestBody, request_configuration: Option
3737
param body: The request body
3838
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3939
Returns: Optional[MarkReadPostResponse]
40+
Find more info here: https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0
4041
"""
4142
if body is None:
4243
raise TypeError("body cannot be null.")

msgraph/generated/admin/service_announcement/messages/mark_unread/mark_unread_request_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ async def post(self,body: MarkUnreadPostRequestBody, request_configuration: Opti
3737
param body: The request body
3838
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3939
Returns: Optional[MarkUnreadPostResponse]
40+
Find more info here: https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0
4041
"""
4142
if body is None:
4243
raise TypeError("body cannot be null.")

msgraph/generated/admin/service_announcement/messages/unarchive/unarchive_request_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ async def post(self,body: UnarchivePostRequestBody, request_configuration: Optio
3737
param body: The request body
3838
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3939
Returns: Optional[UnarchivePostResponse]
40+
Find more info here: https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0
4041
"""
4142
if body is None:
4243
raise TypeError("body cannot be null.")

msgraph/generated/admin/service_announcement/messages/unfavorite/unfavorite_request_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ async def post(self,body: UnfavoritePostRequestBody, request_configuration: Opti
3737
param body: The request body
3838
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3939
Returns: Optional[UnfavoritePostResponse]
40+
Find more info here: https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0
4041
"""
4142
if body is None:
4243
raise TypeError("body cannot be null.")

msgraph/generated/application_templates/item/instantiate/instantiate_request_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ async def post(self,body: InstantiatePostRequestBody, request_configuration: Opt
3737
param body: The request body
3838
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3939
Returns: Optional[ApplicationServicePrincipal]
40+
Find more info here: https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0
4041
"""
4142
if body is None:
4243
raise TypeError("body cannot be null.")

msgraph/generated/applications/delta/delta_request_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[DeltaReq
3535
Get newly created, updated, or deleted applications without performing a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.
3636
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3737
Returns: Optional[DeltaGetResponse]
38+
Find more info here: https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0
3839
"""
3940
request_info = self.to_get_request_information(
4041
request_configuration

msgraph/generated/applications/get_available_extension_properties/get_available_extension_properties_request_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ async def post(self,body: GetAvailableExtensionPropertiesPostRequestBody, reques
3737
param body: The request body
3838
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3939
Returns: Optional[GetAvailableExtensionPropertiesPostResponse]
40+
Find more info here: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0
4041
"""
4142
if body is None:
4243
raise TypeError("body cannot be null.")

0 commit comments

Comments
 (0)