Skip to content

Commit 8b39751

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 119869
1 parent 5fbfda1 commit 8b39751

File tree

898 files changed

+54444
-1716
lines changed

Some content is hidden

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

898 files changed

+54444
-1716
lines changed

msgraph/generated/applications/item/synchronization/acquire_access_token/acquire_access_token_request_builder.py

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

3030
async def post(self,body: Optional[AcquireAccessTokenPostRequestBody] = None, request_configuration: Optional[AcquireAccessTokenRequestBuilderPostRequestConfiguration] = None) -> None:
3131
"""
32-
Invoke action acquireAccessToken
32+
Acquire an OAuth access token to authorize the Azure AD provisioning service to provision users into an application.
3333
Args:
3434
body: The request body
3535
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -51,7 +51,7 @@ async def post(self,body: Optional[AcquireAccessTokenPostRequestBody] = None, re
5151

5252
def to_post_request_information(self,body: Optional[AcquireAccessTokenPostRequestBody] = None, request_configuration: Optional[AcquireAccessTokenRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
5353
"""
54-
Invoke action acquireAccessToken
54+
Acquire an OAuth access token to authorize the Azure AD provisioning service to provision users into an application.
5555
Args:
5656
body: The request body
5757
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.

msgraph/generated/applications/item/synchronization/jobs/item/pause/pause_request_builder.py

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

2929
async def post(self,request_configuration: Optional[PauseRequestBuilderPostRequestConfiguration] = None) -> None:
3030
"""
31-
Invoke action pause
31+
Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made.
3232
Args:
3333
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3434
"""
@@ -47,7 +47,7 @@ async def post(self,request_configuration: Optional[PauseRequestBuilderPostReque
4747

4848
def to_post_request_information(self,request_configuration: Optional[PauseRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
4949
"""
50-
Invoke action pause
50+
Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made.
5151
Args:
5252
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5353
Returns: RequestInformation

msgraph/generated/applications/item/synchronization/jobs/item/provision_on_demand/provision_on_demand_request_builder.py

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

3131
async def post(self,body: Optional[ProvisionOnDemandPostRequestBody] = None, request_configuration: Optional[ProvisionOnDemandRequestBuilderPostRequestConfiguration] = None) -> Optional[StringKeyStringValuePair]:
3232
"""
33-
Invoke action provisionOnDemand
33+
Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
3434
Args:
3535
body: The request body
3636
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -55,7 +55,7 @@ async def post(self,body: Optional[ProvisionOnDemandPostRequestBody] = None, req
5555

5656
def to_post_request_information(self,body: Optional[ProvisionOnDemandPostRequestBody] = None, request_configuration: Optional[ProvisionOnDemandRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
5757
"""
58-
Invoke action provisionOnDemand
58+
Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds.
5959
Args:
6060
body: The request body
6161
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.

msgraph/generated/applications/item/synchronization/jobs/item/restart/restart_request_builder.py

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

3030
async def post(self,body: Optional[RestartPostRequestBody] = None, request_configuration: Optional[RestartRequestBuilderPostRequestConfiguration] = None) -> None:
3131
"""
32-
Invoke action restart
32+
Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors.
3333
Args:
3434
body: The request body
3535
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -51,7 +51,7 @@ async def post(self,body: Optional[RestartPostRequestBody] = None, request_confi
5151

5252
def to_post_request_information(self,body: Optional[RestartPostRequestBody] = None, request_configuration: Optional[RestartRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
5353
"""
54-
Invoke action restart
54+
Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors.
5555
Args:
5656
body: The request body
5757
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.

msgraph/generated/applications/item/synchronization/jobs/item/schema/directories/directories_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def by_directory_definition_id(self,directory_definition_id: str) -> DirectoryDe
4747

4848
async def get(self,request_configuration: Optional[DirectoriesRequestBuilderGetRequestConfiguration] = None) -> Optional[DirectoryDefinitionCollectionResponse]:
4949
"""
50-
Get directories from applications
50+
Contains the collection of directories and all of their objects.
5151
Args:
5252
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5353
Returns: Optional[DirectoryDefinitionCollectionResponse]
@@ -94,7 +94,7 @@ async def post(self,body: Optional[DirectoryDefinition] = None, request_configur
9494

9595
def to_get_request_information(self,request_configuration: Optional[DirectoriesRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
9696
"""
97-
Get directories from applications
97+
Contains the collection of directories and all of their objects.
9898
Args:
9999
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
100100
Returns: RequestInformation
@@ -143,7 +143,7 @@ def count(self) -> CountRequestBuilder:
143143
@dataclass
144144
class DirectoriesRequestBuilderGetQueryParameters():
145145
"""
146-
Get directories from applications
146+
Contains the collection of directories and all of their objects.
147147
"""
148148
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
149149
"""

msgraph/generated/applications/item/synchronization/jobs/item/schema/directories/item/directory_definition_item_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async def delete(self,request_configuration: Optional[DirectoryDefinitionItemReq
4949

5050
async def get(self,request_configuration: Optional[DirectoryDefinitionItemRequestBuilderGetRequestConfiguration] = None) -> Optional[DirectoryDefinition]:
5151
"""
52-
Get directories from applications
52+
Contains the collection of directories and all of their objects.
5353
Args:
5454
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5555
Returns: Optional[DirectoryDefinition]
@@ -112,7 +112,7 @@ def to_delete_request_information(self,request_configuration: Optional[Directory
112112

113113
def to_get_request_information(self,request_configuration: Optional[DirectoryDefinitionItemRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
114114
"""
115-
Get directories from applications
115+
Contains the collection of directories and all of their objects.
116116
Args:
117117
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
118118
Returns: RequestInformation
@@ -171,7 +171,7 @@ class DirectoryDefinitionItemRequestBuilderDeleteRequestConfiguration(BaseReques
171171
@dataclass
172172
class DirectoryDefinitionItemRequestBuilderGetQueryParameters():
173173
"""
174-
Get directories from applications
174+
Contains the collection of directories and all of their objects.
175175
"""
176176
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
177177
"""

msgraph/generated/applications/item/synchronization/jobs/item/schema/directories/item/discover/discover_request_builder.py

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

3030
async def post(self,request_configuration: Optional[DiscoverRequestBuilderPostRequestConfiguration] = None) -> Optional[DirectoryDefinition]:
3131
"""
32-
Invoke action discover
32+
Discover the latest schema definition for provisioning to an application.
3333
Args:
3434
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3535
Returns: Optional[DirectoryDefinition]
@@ -51,7 +51,7 @@ async def post(self,request_configuration: Optional[DiscoverRequestBuilderPostRe
5151

5252
def to_post_request_information(self,request_configuration: Optional[DiscoverRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
5353
"""
54-
Invoke action discover
54+
Discover the latest schema definition for provisioning to an application.
5555
Args:
5656
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5757
Returns: RequestInformation

msgraph/generated/applications/item/synchronization/jobs/item/schema/parse_expression/parse_expression_request_builder.py

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

3131
async def post(self,body: Optional[ParseExpressionPostRequestBody] = None, request_configuration: Optional[ParseExpressionRequestBuilderPostRequestConfiguration] = None) -> Optional[ParseExpressionResponse]:
3232
"""
33-
Invoke action parseExpression
33+
Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory.
3434
Args:
3535
body: The request body
3636
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -55,7 +55,7 @@ async def post(self,body: Optional[ParseExpressionPostRequestBody] = None, reque
5555

5656
def to_post_request_information(self,body: Optional[ParseExpressionPostRequestBody] = None, request_configuration: Optional[ParseExpressionRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
5757
"""
58-
Invoke action parseExpression
58+
Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory.
5959
Args:
6060
body: The request body
6161
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.

msgraph/generated/applications/item/synchronization/jobs/item/schema/schema_request_builder.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async def delete(self,request_configuration: Optional[SchemaRequestBuilderDelete
5252

5353
async def get(self,request_configuration: Optional[SchemaRequestBuilderGetRequestConfiguration] = None) -> Optional[SynchronizationSchema]:
5454
"""
55-
Get schema from applications
55+
Retrieve the schema for a given synchronization job or template.
5656
Args:
5757
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5858
Returns: Optional[SynchronizationSchema]
@@ -74,7 +74,7 @@ async def get(self,request_configuration: Optional[SchemaRequestBuilderGetReques
7474

7575
async def patch(self,body: Optional[SynchronizationSchema] = None, request_configuration: Optional[SchemaRequestBuilderPatchRequestConfiguration] = None) -> Optional[SynchronizationSchema]:
7676
"""
77-
Update the navigation property schema in applications
77+
Update the synchronization schema for a given job or template. This method fully replaces the current schema with the one provided in the request. To update the schema of a template, make the call on the application object. You must be the owner of the application.
7878
Args:
7979
body: The request body
8080
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -115,7 +115,7 @@ def to_delete_request_information(self,request_configuration: Optional[SchemaReq
115115

116116
def to_get_request_information(self,request_configuration: Optional[SchemaRequestBuilderGetRequestConfiguration] = None) -> RequestInformation:
117117
"""
118-
Get schema from applications
118+
Retrieve the schema for a given synchronization job or template.
119119
Args:
120120
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
121121
Returns: RequestInformation
@@ -133,7 +133,7 @@ def to_get_request_information(self,request_configuration: Optional[SchemaReques
133133

134134
def to_patch_request_information(self,body: Optional[SynchronizationSchema] = None, request_configuration: Optional[SchemaRequestBuilderPatchRequestConfiguration] = None) -> RequestInformation:
135135
"""
136-
Update the navigation property schema in applications
136+
Update the synchronization schema for a given job or template. This method fully replaces the current schema with the one provided in the request. To update the schema of a template, make the call on the application object. You must be the owner of the application.
137137
Args:
138138
body: The request body
139139
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
@@ -201,7 +201,7 @@ class SchemaRequestBuilderDeleteRequestConfiguration(BaseRequestConfiguration):
201201
@dataclass
202202
class SchemaRequestBuilderGetQueryParameters():
203203
"""
204-
Get schema from applications
204+
Retrieve the schema for a given synchronization job or template.
205205
"""
206206
def get_query_parameter(self,original_name: Optional[str] = None) -> str:
207207
"""

msgraph/generated/applications/item/synchronization/jobs/item/start/start_request_builder.py

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

2929
async def post(self,request_configuration: Optional[StartRequestBuilderPostRequestConfiguration] = None) -> None:
3030
"""
31-
Invoke action start
31+
Start an existing synchronization job. If the job is in a paused state, it will continue processing changes from the point where it was paused. If the job is in quarantine, the quarantine status will be cleared. Do not create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine.
3232
Args:
3333
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
3434
"""
@@ -47,7 +47,7 @@ async def post(self,request_configuration: Optional[StartRequestBuilderPostReque
4747

4848
def to_post_request_information(self,request_configuration: Optional[StartRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
4949
"""
50-
Invoke action start
50+
Start an existing synchronization job. If the job is in a paused state, it will continue processing changes from the point where it was paused. If the job is in quarantine, the quarantine status will be cleared. Do not create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine.
5151
Args:
5252
request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5353
Returns: RequestInformation

0 commit comments

Comments
 (0)