Skip to content

Commit 4ca5b47

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 97821
1 parent 15b0bf7 commit 4ca5b47

File tree

4,604 files changed

+24745
-9038
lines changed

Some content is hidden

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

4,604 files changed

+24745
-9038
lines changed

msgraph/generated/admin/admin_request_builder.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class AdminRequestBuilder():
1818
"""
1919
Provides operations to manage the admin singleton.
2020
"""
21+
@property
2122
def service_announcement(self) -> service_announcement_request_builder.ServiceAnnouncementRequestBuilder:
2223
"""
2324
Provides operations to manage the serviceAnnouncement property of the microsoft.graph.admin entity.
@@ -64,7 +65,7 @@ def create_patch_request_information(self,body: Optional[admin.Admin] = None, re
6465
"""
6566
Update admin
6667
Args:
67-
body:
68+
body: The request body
6869
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
6970
Returns: RequestInformation
7071
"""
@@ -104,7 +105,7 @@ async def patch(self,body: Optional[admin.Admin] = None, request_configuration:
104105
"""
105106
Update admin
106107
Args:
107-
body:
108+
body: The request body
108109
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
109110
responseHandler: Response handler to use in place of the default response handling provided by the core service
110111
Returns: Optional[admin.Admin]

msgraph/generated/admin/service_announcement/health_overviews/health_overviews_request_builder.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class HealthOverviewsRequestBuilder():
1919
"""
2020
Provides operations to manage the healthOverviews property of the microsoft.graph.serviceAnnouncement entity.
2121
"""
22+
@property
2223
def count(self) -> count_request_builder.CountRequestBuilder:
2324
"""
2425
Provides operations to count the resources in the collection.
@@ -65,7 +66,7 @@ def create_post_request_information(self,body: Optional[service_health.ServiceHe
6566
"""
6667
Create new navigation property to healthOverviews for admin
6768
Args:
68-
body:
69+
body: The request body
6970
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
7071
Returns: RequestInformation
7172
"""
@@ -105,7 +106,7 @@ async def post(self,body: Optional[service_health.ServiceHealth] = None, request
105106
"""
106107
Create new navigation property to healthOverviews for admin
107108
Args:
108-
body:
109+
body: The request body
109110
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
110111
responseHandler: Response handler to use in place of the default response handling provided by the core service
111112
Returns: Optional[service_health.ServiceHealth]

msgraph/generated/admin/service_announcement/health_overviews/item/issues/issues_request_builder.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class IssuesRequestBuilder():
1919
"""
2020
Provides operations to manage the issues property of the microsoft.graph.serviceHealth entity.
2121
"""
22+
@property
2223
def count(self) -> count_request_builder.CountRequestBuilder:
2324
"""
2425
Provides operations to count the resources in the collection.
@@ -65,7 +66,7 @@ def create_post_request_information(self,body: Optional[service_health_issue.Ser
6566
"""
6667
Create new navigation property to issues for admin
6768
Args:
68-
body:
69+
body: The request body
6970
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
7071
Returns: RequestInformation
7172
"""
@@ -105,7 +106,7 @@ async def post(self,body: Optional[service_health_issue.ServiceHealthIssue] = No
105106
"""
106107
Create new navigation property to issues for admin
107108
Args:
108-
body:
109+
body: The request body
109110
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
110111
responseHandler: Response handler to use in place of the default response handling provided by the core service
111112
Returns: Optional[service_health_issue.ServiceHealthIssue]

msgraph/generated/admin/service_announcement/health_overviews/item/issues/item/service_health_issue_item_request_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def create_patch_request_information(self,body: Optional[service_health_issue.Se
7474
"""
7575
Update the navigation property issues in admin
7676
Args:
77-
body:
77+
body: The request body
7878
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
7979
Returns: RequestInformation
8080
"""
@@ -139,7 +139,7 @@ async def patch(self,body: Optional[service_health_issue.ServiceHealthIssue] = N
139139
"""
140140
Update the navigation property issues in admin
141141
Args:
142-
body:
142+
body: The request body
143143
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
144144
responseHandler: Response handler to use in place of the default response handling provided by the core service
145145
Returns: Optional[service_health_issue.ServiceHealthIssue]

msgraph/generated/admin/service_announcement/health_overviews/item/service_health_item_request_builder.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class ServiceHealthItemRequestBuilder():
1919
"""
2020
Provides operations to manage the healthOverviews property of the microsoft.graph.serviceAnnouncement entity.
2121
"""
22+
@property
2223
def issues(self) -> issues_request_builder.IssuesRequestBuilder:
2324
"""
2425
Provides operations to manage the issues property of the microsoft.graph.serviceHealth entity.
@@ -81,7 +82,7 @@ def create_patch_request_information(self,body: Optional[service_health.ServiceH
8182
"""
8283
Update the navigation property healthOverviews in admin
8384
Args:
84-
body:
85+
body: The request body
8586
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
8687
Returns: RequestInformation
8788
"""
@@ -152,7 +153,7 @@ async def patch(self,body: Optional[service_health.ServiceHealth] = None, reques
152153
"""
153154
Update the navigation property healthOverviews in admin
154155
Args:
155-
body:
156+
body: The request body
156157
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
157158
responseHandler: Response handler to use in place of the default response handling provided by the core service
158159
Returns: Optional[service_health.ServiceHealth]

msgraph/generated/admin/service_announcement/issues/issues_request_builder.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class IssuesRequestBuilder():
1919
"""
2020
Provides operations to manage the issues property of the microsoft.graph.serviceAnnouncement entity.
2121
"""
22+
@property
2223
def count(self) -> count_request_builder.CountRequestBuilder:
2324
"""
2425
Provides operations to count the resources in the collection.
@@ -65,7 +66,7 @@ def create_post_request_information(self,body: Optional[service_health_issue.Ser
6566
"""
6667
Create new navigation property to issues for admin
6768
Args:
68-
body:
69+
body: The request body
6970
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
7071
Returns: RequestInformation
7172
"""
@@ -105,7 +106,7 @@ async def post(self,body: Optional[service_health_issue.ServiceHealthIssue] = No
105106
"""
106107
Create new navigation property to issues for admin
107108
Args:
108-
body:
109+
body: The request body
109110
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
110111
responseHandler: Response handler to use in place of the default response handling provided by the core service
111112
Returns: Optional[service_health_issue.ServiceHealthIssue]

msgraph/generated/admin/service_announcement/issues/item/service_health_issue_item_request_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def create_patch_request_information(self,body: Optional[service_health_issue.Se
7474
"""
7575
Update the navigation property issues in admin
7676
Args:
77-
body:
77+
body: The request body
7878
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
7979
Returns: RequestInformation
8080
"""
@@ -139,7 +139,7 @@ async def patch(self,body: Optional[service_health_issue.ServiceHealthIssue] = N
139139
"""
140140
Update the navigation property issues in admin
141141
Args:
142-
body:
142+
body: The request body
143143
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
144144
responseHandler: Response handler to use in place of the default response handling provided by the core service
145145
Returns: Optional[service_health_issue.ServiceHealthIssue]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def create_post_request_information(self,body: Optional[archive_post_request_bod
4040
"""
4141
Archive a list of serviceUpdateMessages for the signed in user.
4242
Args:
43-
body:
43+
body: The request body
4444
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
4545
Returns: RequestInformation
4646
"""
@@ -61,7 +61,7 @@ async def post(self,body: Optional[archive_post_request_body.ArchivePostRequestB
6161
"""
6262
Archive a list of serviceUpdateMessages for the signed in user.
6363
Args:
64-
body:
64+
body: The request body
6565
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
6666
responseHandler: Response handler to use in place of the default response handling provided by the core service
6767
Returns: Optional[archive_response.ArchiveResponse]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def create_post_request_information(self,body: Optional[favorite_post_request_bo
4040
"""
4141
Change the status of a list of serviceUpdateMessages to favorite for the signed in user.
4242
Args:
43-
body:
43+
body: The request body
4444
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
4545
Returns: RequestInformation
4646
"""
@@ -61,7 +61,7 @@ async def post(self,body: Optional[favorite_post_request_body.FavoritePostReques
6161
"""
6262
Change the status of a list of serviceUpdateMessages to favorite for the signed in user.
6363
Args:
64-
body:
64+
body: The request body
6565
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
6666
responseHandler: Response handler to use in place of the default response handling provided by the core service
6767
Returns: Optional[favorite_response.FavoriteResponse]

msgraph/generated/admin/service_announcement/messages/item/attachments/attachments_request_builder.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class AttachmentsRequestBuilder():
1919
"""
2020
Provides operations to manage the attachments property of the microsoft.graph.serviceUpdateMessage entity.
2121
"""
22+
@property
2223
def count(self) -> count_request_builder.CountRequestBuilder:
2324
"""
2425
Provides operations to count the resources in the collection.
@@ -65,7 +66,7 @@ def create_post_request_information(self,body: Optional[service_announcement_att
6566
"""
6667
Create new navigation property to attachments for admin
6768
Args:
68-
body:
69+
body: The request body
6970
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
7071
Returns: RequestInformation
7172
"""
@@ -105,7 +106,7 @@ async def post(self,body: Optional[service_announcement_attachment.ServiceAnnoun
105106
"""
106107
Create new navigation property to attachments for admin
107108
Args:
108-
body:
109+
body: The request body
109110
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
110111
responseHandler: Response handler to use in place of the default response handling provided by the core service
111112
Returns: Optional[service_announcement_attachment.ServiceAnnouncementAttachment]

0 commit comments

Comments
 (0)