Skip to content

Commit acca75f

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 113310
1 parent a4cad0c commit acca75f

File tree

2,445 files changed

+12171
-33129
lines changed

Some content is hidden

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

2,445 files changed

+12171
-33129
lines changed

msgraph/generated/admin/edge/internet_explorer_mode/site_lists/item/publish/publish_request_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
3838

3939
async def post(self,body: Optional[publish_post_request_body.PublishPostRequestBody] = None, request_configuration: Optional[PublishRequestBuilderPostRequestConfiguration] = None) -> Optional[browser_site_list.BrowserSiteList]:
4040
"""
41-
Publish the specified browserSiteList for devices to download.
41+
Invoke action publish
4242
Args:
4343
body: The request body
4444
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -63,7 +63,7 @@ async def post(self,body: Optional[publish_post_request_body.PublishPostRequestB
6363

6464
def to_post_request_information(self,body: Optional[publish_post_request_body.PublishPostRequestBody] = None, request_configuration: Optional[PublishRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
6565
"""
66-
Publish the specified browserSiteList for devices to download.
66+
Invoke action publish
6767
Args:
6868
body: The request body
6969
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.

msgraph/generated/admin/edge/internet_explorer_mode/site_lists/item/shared_cookies/shared_cookies_request_builder.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def by_browser_shared_cookie_id(self,browser_shared_cookie_id: str) -> browser_s
5454

5555
async def get(self,request_configuration: Optional[SharedCookiesRequestBuilderGetRequestConfiguration] = None) -> Optional[browser_shared_cookie_collection_response.BrowserSharedCookieCollectionResponse]:
5656
"""
57-
Get a list of the browserSharedCookie objects and their properties.
57+
A collection of shared cookies defined for the site list.
5858
Args:
5959
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
6060
Returns: Optional[browser_shared_cookie_collection_response.BrowserSharedCookieCollectionResponse]
@@ -76,7 +76,7 @@ async def get(self,request_configuration: Optional[SharedCookiesRequestBuilderGe
7676

7777
async def post(self,body: Optional[browser_shared_cookie.BrowserSharedCookie] = None, request_configuration: Optional[SharedCookiesRequestBuilderPostRequestConfiguration] = None) -> Optional[browser_shared_cookie.BrowserSharedCookie]:
7878
"""
79-
Create a new browserSharedCookie object in a browserSiteList.
79+
Create new navigation property to sharedCookies for admin
8080
Args:
8181
body: The request body
8282
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -101,7 +101,7 @@ async def post(self,body: Optional[browser_shared_cookie.BrowserSharedCookie] =
101101

102102
def to_get_request_information(self,request_configuration: Optional[SharedCookiesRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
103103
"""
104-
Get a list of the browserSharedCookie objects and their properties.
104+
A collection of shared cookies defined for the site list.
105105
Args:
106106
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
107107
Returns: RequestInformation
@@ -119,7 +119,7 @@ def to_get_request_information(self,request_configuration: Optional[SharedCookie
119119

120120
def to_post_request_information(self,body: Optional[browser_shared_cookie.BrowserSharedCookie] = None, request_configuration: Optional[SharedCookiesRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
121121
"""
122-
Create a new browserSharedCookie object in a browserSiteList.
122+
Create new navigation property to sharedCookies for admin
123123
Args:
124124
body: The request body
125125
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -150,7 +150,7 @@ def count(self) -> count_request_builder.CountRequestBuilder:
150150
@dataclass
151151
class SharedCookiesRequestBuilderGetQueryParameters():
152152
"""
153-
Get a list of the browserSharedCookie objects and their properties.
153+
A collection of shared cookies defined for the site list.
154154
"""
155155
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
156156
"""

msgraph/generated/admin/edge/internet_explorer_mode/site_lists/item/sites/sites_request_builder.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def by_browser_site_id(self,browser_site_id: str) -> browser_site_item_request_b
5454

5555
async def get(self,request_configuration: Optional[SitesRequestBuilderGetRequestConfiguration] = None) -> Optional[browser_site_collection_response.BrowserSiteCollectionResponse]:
5656
"""
57-
Get a list of the browserSite objects and their properties.
57+
A collection of sites defined for the site list.
5858
Args:
5959
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
6060
Returns: Optional[browser_site_collection_response.BrowserSiteCollectionResponse]
@@ -76,7 +76,7 @@ async def get(self,request_configuration: Optional[SitesRequestBuilderGetRequest
7676

7777
async def post(self,body: Optional[browser_site.BrowserSite] = None, request_configuration: Optional[SitesRequestBuilderPostRequestConfiguration] = None) -> Optional[browser_site.BrowserSite]:
7878
"""
79-
Create a new browserSite object in a browserSiteList.
79+
Create new navigation property to sites for admin
8080
Args:
8181
body: The request body
8282
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -101,7 +101,7 @@ async def post(self,body: Optional[browser_site.BrowserSite] = None, request_con
101101

102102
def to_get_request_information(self,request_configuration: Optional[SitesRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
103103
"""
104-
Get a list of the browserSite objects and their properties.
104+
A collection of sites defined for the site list.
105105
Args:
106106
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
107107
Returns: RequestInformation
@@ -119,7 +119,7 @@ def to_get_request_information(self,request_configuration: Optional[SitesRequest
119119

120120
def to_post_request_information(self,body: Optional[browser_site.BrowserSite] = None, request_configuration: Optional[SitesRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
121121
"""
122-
Create a new browserSite object in a browserSiteList.
122+
Create new navigation property to sites for admin
123123
Args:
124124
body: The request body
125125
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -150,7 +150,7 @@ def count(self) -> count_request_builder.CountRequestBuilder:
150150
@dataclass
151151
class SitesRequestBuilderGetQueryParameters():
152152
"""
153-
Get a list of the browserSite objects and their properties.
153+
A collection of sites defined for the site list.
154154
"""
155155
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
156156
"""

msgraph/generated/admin/edge/internet_explorer_mode/site_lists/site_lists_request_builder.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def by_browser_site_list_id(self,browser_site_list_id: str) -> browser_site_list
5454

5555
async def get(self,request_configuration: Optional[SiteListsRequestBuilderGetRequestConfiguration] = None) -> Optional[browser_site_list_collection_response.BrowserSiteListCollectionResponse]:
5656
"""
57-
Get a list of the browserSiteList objects and their properties.
57+
A collection of site lists to support Internet Explorer mode.
5858
Args:
5959
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
6060
Returns: Optional[browser_site_list_collection_response.BrowserSiteListCollectionResponse]
@@ -76,7 +76,7 @@ async def get(self,request_configuration: Optional[SiteListsRequestBuilderGetReq
7676

7777
async def post(self,body: Optional[browser_site_list.BrowserSiteList] = None, request_configuration: Optional[SiteListsRequestBuilderPostRequestConfiguration] = None) -> Optional[browser_site_list.BrowserSiteList]:
7878
"""
79-
Create a new browserSiteList object to support Internet Explorer mode.
79+
Create new navigation property to siteLists for admin
8080
Args:
8181
body: The request body
8282
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -101,7 +101,7 @@ async def post(self,body: Optional[browser_site_list.BrowserSiteList] = None, re
101101

102102
def to_get_request_information(self,request_configuration: Optional[SiteListsRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
103103
"""
104-
Get a list of the browserSiteList objects and their properties.
104+
A collection of site lists to support Internet Explorer mode.
105105
Args:
106106
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
107107
Returns: RequestInformation
@@ -119,7 +119,7 @@ def to_get_request_information(self,request_configuration: Optional[SiteListsReq
119119

120120
def to_post_request_information(self,body: Optional[browser_site_list.BrowserSiteList] = None, request_configuration: Optional[SiteListsRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
121121
"""
122-
Create a new browserSiteList object to support Internet Explorer mode.
122+
Create new navigation property to siteLists for admin
123123
Args:
124124
body: The request body
125125
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -150,7 +150,7 @@ def count(self) -> count_request_builder.CountRequestBuilder:
150150
@dataclass
151151
class SiteListsRequestBuilderGetQueryParameters():
152152
"""
153-
Get a list of the browserSiteList objects and their properties.
153+
A collection of site lists to support Internet Explorer mode.
154154
"""
155155
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
156156
"""

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def by_service_health_id(self,service_health_id: str) -> service_health_item_req
5454

5555
async def get(self,request_configuration: Optional[HealthOverviewsRequestBuilderGetRequestConfiguration] = None) -> Optional[service_health_collection_response.ServiceHealthCollectionResponse]:
5656
"""
57-
Retrieve the serviceHealth resources from the **healthOverviews** navigation property. This operation provides the health report of all subscribed services for a tenant.
57+
A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
5858
Args:
5959
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
6060
Returns: Optional[service_health_collection_response.ServiceHealthCollectionResponse]
@@ -101,7 +101,7 @@ async def post(self,body: Optional[service_health.ServiceHealth] = None, request
101101

102102
def to_get_request_information(self,request_configuration: Optional[HealthOverviewsRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
103103
"""
104-
Retrieve the serviceHealth resources from the **healthOverviews** navigation property. This operation provides the health report of all subscribed services for a tenant.
104+
A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
105105
Args:
106106
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
107107
Returns: RequestInformation
@@ -150,7 +150,7 @@ def count(self) -> count_request_builder.CountRequestBuilder:
150150
@dataclass
151151
class HealthOverviewsRequestBuilderGetQueryParameters():
152152
"""
153-
Retrieve the serviceHealth resources from the **healthOverviews** navigation property. This operation provides the health report of all subscribed services for a tenant.
153+
A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
154154
"""
155155
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
156156
"""

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def by_service_health_issue_id(self,service_health_issue_id: str) -> service_hea
5454

5555
async def get(self,request_configuration: Optional[IssuesRequestBuilderGetRequestConfiguration] = None) -> Optional[service_health_issue_collection_response.ServiceHealthIssueCollectionResponse]:
5656
"""
57-
Retrieve serviceHealthIssue resources from the **issues** navigation property. This operation retrieves information about all service health issues that exist for the tenant.
57+
A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
5858
Args:
5959
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
6060
Returns: Optional[service_health_issue_collection_response.ServiceHealthIssueCollectionResponse]
@@ -101,7 +101,7 @@ async def post(self,body: Optional[service_health_issue.ServiceHealthIssue] = No
101101

102102
def to_get_request_information(self,request_configuration: Optional[IssuesRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
103103
"""
104-
Retrieve serviceHealthIssue resources from the **issues** navigation property. This operation retrieves information about all service health issues that exist for the tenant.
104+
A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
105105
Args:
106106
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
107107
Returns: RequestInformation
@@ -150,7 +150,7 @@ def count(self) -> count_request_builder.CountRequestBuilder:
150150
@dataclass
151151
class IssuesRequestBuilderGetQueryParameters():
152152
"""
153-
Retrieve serviceHealthIssue resources from the **issues** navigation property. This operation retrieves information about all service health issues that exist for the tenant.
153+
A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
154154
"""
155155
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
156156
"""

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
@@ -37,7 +37,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
3737

3838
async def post(self,body: Optional[archive_post_request_body.ArchivePostRequestBody] = None, request_configuration: Optional[ArchiveRequestBuilderPostRequestConfiguration] = None) -> Optional[archive_response.ArchiveResponse]:
3939
"""
40-
Archive a list of serviceUpdateMessages for the signed in user.
40+
Invoke action archive
4141
Args:
4242
body: The request body
4343
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -62,7 +62,7 @@ async def post(self,body: Optional[archive_post_request_body.ArchivePostRequestB
6262

6363
def to_post_request_information(self,body: Optional[archive_post_request_body.ArchivePostRequestBody] = None, request_configuration: Optional[ArchiveRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
6464
"""
65-
Archive a list of serviceUpdateMessages for the signed in user.
65+
Invoke action archive
6666
Args:
6767
body: The request body
6868
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.

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
@@ -37,7 +37,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
3737

3838
async def post(self,body: Optional[favorite_post_request_body.FavoritePostRequestBody] = None, request_configuration: Optional[FavoriteRequestBuilderPostRequestConfiguration] = None) -> Optional[favorite_response.FavoriteResponse]:
3939
"""
40-
Change the status of a list of serviceUpdateMessages to favorite for the signed in user.
40+
Invoke action favorite
4141
Args:
4242
body: The request body
4343
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -62,7 +62,7 @@ async def post(self,body: Optional[favorite_post_request_body.FavoritePostReques
6262

6363
def to_post_request_information(self,body: Optional[favorite_post_request_body.FavoritePostRequestBody] = None, request_configuration: Optional[FavoriteRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
6464
"""
65-
Change the status of a list of serviceUpdateMessages to favorite for the signed in user.
65+
Invoke action favorite
6666
Args:
6767
body: The request body
6868
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def by_service_announcement_attachment_id(self,service_announcement_attachment_i
5454

5555
async def get(self,request_configuration: Optional[AttachmentsRequestBuilderGetRequestConfiguration] = None) -> Optional[service_announcement_attachment_collection_response.ServiceAnnouncementAttachmentCollectionResponse]:
5656
"""
57-
Get the list of attachments associated with a service message.
57+
A collection of serviceAnnouncementAttachments.
5858
Args:
5959
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
6060
Returns: Optional[service_announcement_attachment_collection_response.ServiceAnnouncementAttachmentCollectionResponse]
@@ -101,7 +101,7 @@ async def post(self,body: Optional[service_announcement_attachment.ServiceAnnoun
101101

102102
def to_get_request_information(self,request_configuration: Optional[AttachmentsRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
103103
"""
104-
Get the list of attachments associated with a service message.
104+
A collection of serviceAnnouncementAttachments.
105105
Args:
106106
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
107107
Returns: RequestInformation
@@ -150,7 +150,7 @@ def count(self) -> count_request_builder.CountRequestBuilder:
150150
@dataclass
151151
class AttachmentsRequestBuilderGetQueryParameters():
152152
"""
153-
Get the list of attachments associated with a service message.
153+
A collection of serviceAnnouncementAttachments.
154154
"""
155155
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
156156
"""

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Optional[Uni
3737

3838
async def post(self,body: Optional[mark_read_post_request_body.MarkReadPostRequestBody] = None, request_configuration: Optional[MarkReadRequestBuilderPostRequestConfiguration] = None) -> Optional[mark_read_response.MarkReadResponse]:
3939
"""
40-
Mark a list of serviceUpdateMessages as **read** for the signed in user.
40+
Invoke action markRead
4141
Args:
4242
body: The request body
4343
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -62,7 +62,7 @@ async def post(self,body: Optional[mark_read_post_request_body.MarkReadPostReque
6262

6363
def to_post_request_information(self,body: Optional[mark_read_post_request_body.MarkReadPostRequestBody] = None, request_configuration: Optional[MarkReadRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
6464
"""
65-
Mark a list of serviceUpdateMessages as **read** for the signed in user.
65+
Invoke action markRead
6666
Args:
6767
body: The request body
6868
requestConfiguration: Configuration for the request such as headers, query parameters, and middleware options.

0 commit comments

Comments
 (0)