Skip to content

Commit 9e98567

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 206096
1 parent 41cc0f0 commit 9e98567

File tree

256 files changed

+515
-490
lines changed

Some content is hidden

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

256 files changed

+515
-490
lines changed

msgraph/generated/applications/item/federated_identity_credentials/federated_identity_credentials_request_builder.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ def by_federated_identity_credential_id(self,federated_identity_credential_id: s
4949

5050
async def get(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialsRequestBuilderGetQueryParameters]] = None) -> Optional[FederatedIdentityCredentialCollectionResponse]:
5151
"""
52-
Get a list of the federatedIdentityCredential objects and their properties.
52+
Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
5353
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5454
Returns: Optional[FederatedIdentityCredentialCollectionResponse]
55-
Find more info here: https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0
55+
Find more info here: https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0
5656
"""
5757
request_info = self.to_get_request_information(
5858
request_configuration
@@ -74,7 +74,7 @@ async def post(self,body: FederatedIdentityCredential, request_configuration: Op
7474
param body: The request body
7575
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
7676
Returns: Optional[FederatedIdentityCredential]
77-
Find more info here: https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0
77+
Find more info here: https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0
7878
"""
7979
if body is None:
8080
raise TypeError("body cannot be null.")
@@ -94,7 +94,7 @@ async def post(self,body: FederatedIdentityCredential, request_configuration: Op
9494

9595
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
9696
"""
97-
Get a list of the federatedIdentityCredential objects and their properties.
97+
Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
9898
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
9999
Returns: RequestInformation
100100
"""
@@ -140,7 +140,7 @@ def count(self) -> CountRequestBuilder:
140140
@dataclass
141141
class FederatedIdentityCredentialsRequestBuilderGetQueryParameters():
142142
"""
143-
Get a list of the federatedIdentityCredential objects and their properties.
143+
Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
144144
"""
145145
def get_query_parameter(self,original_name: str) -> str:
146146
"""

msgraph/generated/applications/item/federated_identity_credentials/item/federated_identity_credential_item_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
5151

5252
async def get(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialItemRequestBuilderGetQueryParameters]] = None) -> Optional[FederatedIdentityCredential]:
5353
"""
54-
Read the properties and relationships of a federatedIdentityCredential object.
54+
Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
5555
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5656
Returns: Optional[FederatedIdentityCredential]
5757
Find more info here: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0
@@ -107,7 +107,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
107107

108108
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
109109
"""
110-
Read the properties and relationships of a federatedIdentityCredential object.
110+
Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
111111
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
112112
Returns: RequestInformation
113113
"""
@@ -151,7 +151,7 @@ class FederatedIdentityCredentialItemRequestBuilderDeleteRequestConfiguration(Re
151151
@dataclass
152152
class FederatedIdentityCredentialItemRequestBuilderGetQueryParameters():
153153
"""
154-
Read the properties and relationships of a federatedIdentityCredential object.
154+
Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
155155
"""
156156
def get_query_parameter(self,original_name: str) -> str:
157157
"""

msgraph/generated/applications/item/federated_identity_credentials_with_name/federated_identity_credentials_with_name_request_builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
5454

5555
async def get(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters]] = None) -> Optional[FederatedIdentityCredential]:
5656
"""
57-
Read the properties and relationships of a federatedIdentityCredential object.
57+
Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
5858
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
5959
Returns: Optional[FederatedIdentityCredential]
6060
Find more info here: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0
@@ -110,7 +110,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
110110

111111
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
112112
"""
113-
Read the properties and relationships of a federatedIdentityCredential object.
113+
Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
114114
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
115115
Returns: RequestInformation
116116
"""
@@ -154,7 +154,7 @@ class FederatedIdentityCredentialsWithNameRequestBuilderDeleteRequestConfigurati
154154
@dataclass
155155
class FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters():
156156
"""
157-
Read the properties and relationships of a federatedIdentityCredential object.
157+
Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
158158
"""
159159
def get_query_parameter(self,original_name: str) -> str:
160160
"""

msgraph/generated/kiota-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"descriptionHash": "B243F90AAC3F548EAA1D4BB9C012663E5F123A401E193B25D219B7D016381FF78B94701C2AF3F0DBDF12C8E8952F4095F9956FF17DE3320747B1A1BB91287751",
2+
"descriptionHash": "C00D26F092ED047E2B673F4D4AECAB01A3187818C66466C54F2F67BB43DC7762A57476FC6DB2C95F213034E60A57374E84B2B6A01F223BF7D23A0BB155BCA47D",
33
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.30.0",

msgraph/generated/models/access_review_history_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class AccessReviewHistoryDefinition(Entity, Parsable):
2222
created_by: Optional[UserIdentity] = None
2323
# Timestamp when the access review definition was created.
2424
created_date_time: Optional[datetime.datetime] = None
25-
# Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
25+
# Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
2626
decisions: Optional[list[AccessReviewHistoryDecisionFilter]] = None
2727
# Name for the access review history data collection. Required.
2828
display_name: Optional[str] = None

msgraph/generated/models/account_target_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class AccountTargetContent(AdditionalDataHolder, BackedModel, Parsable):
1919
additional_data: dict[str, Any] = field(default_factory=dict)
2020
# The OdataType property
2121
odata_type: Optional[str] = None
22-
# The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue.
22+
# The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue.
2323
type: Optional[AccountTargetContentType] = None
2424

2525
@staticmethod

msgraph/generated/models/agreement_acceptance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class AgreementAcceptance(Entity, Parsable):
3131
odata_type: Optional[str] = None
3232
# The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
3333
recorded_date_time: Optional[datetime.datetime] = None
34-
# The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).
34+
# The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).
3535
state: Optional[AgreementAcceptanceState] = None
3636
# Display name of the user when the acceptance was recorded.
3737
user_display_name: Optional[str] = None

msgraph/generated/models/alert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Alert(Entity, Parsable):
6060
detection_ids: Optional[list[str]] = None
6161
# Time at which the event or events that served as the trigger to generate the alert occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.
6262
event_date_time: Optional[datetime.datetime] = None
63-
# Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
63+
# Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
6464
feedback: Optional[AlertFeedback] = None
6565
# Security-related stateful information generated by the provider about the file(s) related to this alert.
6666
file_states: Optional[list[FileSecurityState]] = None

msgraph/generated/models/alteration_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class AlterationResponse(AdditionalDataHolder, BackedModel, Parsable):
2222
original_query_string: Optional[str] = None
2323
# Defines the details of the alteration information for the spelling correction.
2424
query_alteration: Optional[SearchAlteration] = None
25-
# Defines the type of the spelling correction. Possible values are: suggestion, modification.
25+
# Defines the type of the spelling correction. The possible values are: suggestion, modification.
2626
query_alteration_type: Optional[SearchAlterationType] = None
2727

2828
@staticmethod

msgraph/generated/models/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Application(DirectoryObject, Parsable):
6464
default_redirect_uri: Optional[str] = None
6565
# Free text field to provide a description of the application object to end users. The maximum allowed size is 1,024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
6666
description: Optional[str] = None
67-
# Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
67+
# Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
6868
disabled_by_microsoft_status: Optional[str] = None
6969
# The display name for the application. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
7070
display_name: Optional[str] = None

0 commit comments

Comments
 (0)