Skip to content

Commit c850342

Browse files
authored
Merge pull request #1292 from microsoftgraph/v1.0/pipelinebuild/193250
Generated models and request builders
2 parents 0c6b341 + b35949b commit c850342

File tree

1,862 files changed

+24916
-13423
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,862 files changed

+24916
-13423
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ 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
3837
"""
3938
request_info = self.to_get_request_information(
4039
request_configuration

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ 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
4140
"""
4241
if body is None:
4342
raise TypeError("body cannot be null.")

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ 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
4140
"""
4241
if body is None:
4342
raise TypeError("body cannot be null.")

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ 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
4140
"""
4241
if body is None:
4342
raise TypeError("body cannot be null.")

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ 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
4140
"""
4241
if body is None:
4342
raise TypeError("body cannot be null.")

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ 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
4140
"""
4241
if body is None:
4342
raise TypeError("body cannot be null.")

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ 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
4140
"""
4241
if body is None:
4342
raise TypeError("body cannot be null.")

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ 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
4140
"""
4241
if body is None:
4342
raise TypeError("body cannot be null.")

msgraph/generated/applications/delta/delta_request_builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ 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
3938
"""
4039
request_info = self.to_get_request_information(
4140
request_configuration

msgraph/generated/applications/get_available_extension_properties/get_available_extension_properties_request_builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ 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
4140
"""
4241
if body is None:
4342
raise TypeError("body cannot be null.")

0 commit comments

Comments
 (0)