diff --git a/msgraph/generated/applications/item/federated_identity_credentials/federated_identity_credentials_request_builder.py b/msgraph/generated/applications/item/federated_identity_credentials/federated_identity_credentials_request_builder.py
index 50f973a54d4..1277102f672 100644
--- a/msgraph/generated/applications/item/federated_identity_credentials/federated_identity_credentials_request_builder.py
+++ b/msgraph/generated/applications/item/federated_identity_credentials/federated_identity_credentials_request_builder.py
@@ -49,10 +49,10 @@ def by_federated_identity_credential_id(self,federated_identity_credential_id: s
async def get(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialsRequestBuilderGetQueryParameters]] = None) -> Optional[FederatedIdentityCredentialCollectionResponse]:
"""
- Get a list of the federatedIdentityCredential objects and their properties.
+ Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FederatedIdentityCredentialCollectionResponse]
- Find more info here: https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0
+ Find more info here: https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -74,7 +74,7 @@ async def post(self,body: FederatedIdentityCredential, request_configuration: Op
param body: The request body
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FederatedIdentityCredential]
- Find more info here: https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0
+ Find more info here: https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0
"""
if body is None:
raise TypeError("body cannot be null.")
@@ -94,7 +94,7 @@ async def post(self,body: FederatedIdentityCredential, request_configuration: Op
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get a list of the federatedIdentityCredential objects and their properties.
+ Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -140,7 +140,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class FederatedIdentityCredentialsRequestBuilderGetQueryParameters():
"""
- Get a list of the federatedIdentityCredential objects and their properties.
+ Get a list of the federatedIdentityCredential objects and their properties assigned to an application.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/applications/item/federated_identity_credentials/item/federated_identity_credential_item_request_builder.py b/msgraph/generated/applications/item/federated_identity_credentials/item/federated_identity_credential_item_request_builder.py
index 68e7f74bb5e..7e6f3ca4ad2 100644
--- a/msgraph/generated/applications/item/federated_identity_credentials/item/federated_identity_credential_item_request_builder.py
+++ b/msgraph/generated/applications/item/federated_identity_credentials/item/federated_identity_credential_item_request_builder.py
@@ -51,7 +51,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialItemRequestBuilderGetQueryParameters]] = None) -> Optional[FederatedIdentityCredential]:
"""
- Read the properties and relationships of a federatedIdentityCredential object.
+ Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FederatedIdentityCredential]
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
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Read the properties and relationships of a federatedIdentityCredential object.
+ Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -151,7 +151,7 @@ class FederatedIdentityCredentialItemRequestBuilderDeleteRequestConfiguration(Re
@dataclass
class FederatedIdentityCredentialItemRequestBuilderGetQueryParameters():
"""
- Read the properties and relationships of a federatedIdentityCredential object.
+ Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/applications/item/federated_identity_credentials_with_name/federated_identity_credentials_with_name_request_builder.py b/msgraph/generated/applications/item/federated_identity_credentials_with_name/federated_identity_credentials_with_name_request_builder.py
index ca31063a738..2ddba9e56b1 100644
--- a/msgraph/generated/applications/item/federated_identity_credentials_with_name/federated_identity_credentials_with_name_request_builder.py
+++ b/msgraph/generated/applications/item/federated_identity_credentials_with_name/federated_identity_credentials_with_name_request_builder.py
@@ -54,7 +54,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters]] = None) -> Optional[FederatedIdentityCredential]:
"""
- Read the properties and relationships of a federatedIdentityCredential object.
+ Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FederatedIdentityCredential]
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
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Read the properties and relationships of a federatedIdentityCredential object.
+ Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -154,7 +154,7 @@ class FederatedIdentityCredentialsWithNameRequestBuilderDeleteRequestConfigurati
@dataclass
class FederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters():
"""
- Read the properties and relationships of a federatedIdentityCredential object.
+ Read the properties and relationships of a federatedIdentityCredential object assigned to an application.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/kiota-lock.json b/msgraph/generated/kiota-lock.json
index feaf8a43413..f0038decf82 100644
--- a/msgraph/generated/kiota-lock.json
+++ b/msgraph/generated/kiota-lock.json
@@ -1,5 +1,5 @@
{
- "descriptionHash": "B243F90AAC3F548EAA1D4BB9C012663E5F123A401E193B25D219B7D016381FF78B94701C2AF3F0DBDF12C8E8952F4095F9956FF17DE3320747B1A1BB91287751",
+ "descriptionHash": "C00D26F092ED047E2B673F4D4AECAB01A3187818C66466C54F2F67BB43DC7762A57476FC6DB2C95F213034E60A57374E84B2B6A01F223BF7D23A0BB155BCA47D",
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.30.0",
diff --git a/msgraph/generated/models/access_review_history_definition.py b/msgraph/generated/models/access_review_history_definition.py
index dfbe5513908..db418965064 100644
--- a/msgraph/generated/models/access_review_history_definition.py
+++ b/msgraph/generated/models/access_review_history_definition.py
@@ -22,7 +22,7 @@ class AccessReviewHistoryDefinition(Entity, Parsable):
created_by: Optional[UserIdentity] = None
# Timestamp when the access review definition was created.
created_date_time: Optional[datetime.datetime] = None
- # 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.
+ # 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.
decisions: Optional[list[AccessReviewHistoryDecisionFilter]] = None
# Name for the access review history data collection. Required.
display_name: Optional[str] = None
diff --git a/msgraph/generated/models/account_target_content.py b/msgraph/generated/models/account_target_content.py
index 7247f2ce32d..bd37b9ca6c6 100644
--- a/msgraph/generated/models/account_target_content.py
+++ b/msgraph/generated/models/account_target_content.py
@@ -19,7 +19,7 @@ class AccountTargetContent(AdditionalDataHolder, BackedModel, Parsable):
additional_data: dict[str, Any] = field(default_factory=dict)
# The OdataType property
odata_type: Optional[str] = None
- # The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue.
+ # The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue.
type: Optional[AccountTargetContentType] = None
@staticmethod
diff --git a/msgraph/generated/models/agreement_acceptance.py b/msgraph/generated/models/agreement_acceptance.py
index cc7d3e0d37b..cf3caa679be 100644
--- a/msgraph/generated/models/agreement_acceptance.py
+++ b/msgraph/generated/models/agreement_acceptance.py
@@ -31,7 +31,7 @@ class AgreementAcceptance(Entity, Parsable):
odata_type: Optional[str] = None
# 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.
recorded_date_time: Optional[datetime.datetime] = None
- # The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).
+ # The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).
state: Optional[AgreementAcceptanceState] = None
# Display name of the user when the acceptance was recorded.
user_display_name: Optional[str] = None
diff --git a/msgraph/generated/models/alert.py b/msgraph/generated/models/alert.py
index c4b02599530..6079c005367 100644
--- a/msgraph/generated/models/alert.py
+++ b/msgraph/generated/models/alert.py
@@ -60,7 +60,7 @@ class Alert(Entity, Parsable):
detection_ids: Optional[list[str]] = None
# 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.
event_date_time: Optional[datetime.datetime] = None
- # Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
+ # Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
feedback: Optional[AlertFeedback] = None
# Security-related stateful information generated by the provider about the file(s) related to this alert.
file_states: Optional[list[FileSecurityState]] = None
diff --git a/msgraph/generated/models/alteration_response.py b/msgraph/generated/models/alteration_response.py
index 6e4d5b76bbc..94b4474cd42 100644
--- a/msgraph/generated/models/alteration_response.py
+++ b/msgraph/generated/models/alteration_response.py
@@ -22,7 +22,7 @@ class AlterationResponse(AdditionalDataHolder, BackedModel, Parsable):
original_query_string: Optional[str] = None
# Defines the details of the alteration information for the spelling correction.
query_alteration: Optional[SearchAlteration] = None
- # Defines the type of the spelling correction. Possible values are: suggestion, modification.
+ # Defines the type of the spelling correction. The possible values are: suggestion, modification.
query_alteration_type: Optional[SearchAlterationType] = None
@staticmethod
diff --git a/msgraph/generated/models/application.py b/msgraph/generated/models/application.py
index 356e3d2a7a1..1814062df2c 100644
--- a/msgraph/generated/models/application.py
+++ b/msgraph/generated/models/application.py
@@ -64,7 +64,7 @@ class Application(DirectoryObject, Parsable):
default_redirect_uri: Optional[str] = None
# 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.
description: Optional[str] = None
- # 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).
+ # 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).
disabled_by_microsoft_status: Optional[str] = None
# 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.
display_name: Optional[str] = None
diff --git a/msgraph/generated/models/applied_conditional_access_policy.py b/msgraph/generated/models/applied_conditional_access_policy.py
index 7c1889c69f2..78828ccc0d7 100644
--- a/msgraph/generated/models/applied_conditional_access_policy.py
+++ b/msgraph/generated/models/applied_conditional_access_policy.py
@@ -25,7 +25,7 @@ class AppliedConditionalAccessPolicy(AdditionalDataHolder, BackedModel, Parsable
id: Optional[str] = None
# The OdataType property
odata_type: Optional[str] = None
- # Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
+ # Indicates the result of the CA policy that was triggered. The possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
result: Optional[AppliedConditionalAccessPolicyResult] = None
@staticmethod
diff --git a/msgraph/generated/models/assigned_place_mode.py b/msgraph/generated/models/assigned_place_mode.py
index 8dacdea6cfa..41427b66b02 100644
--- a/msgraph/generated/models/assigned_place_mode.py
+++ b/msgraph/generated/models/assigned_place_mode.py
@@ -13,9 +13,9 @@
class AssignedPlaceMode(PlaceMode, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.assignedPlaceMode"
- # The assignedUserEmailAddress property
+ # The email address of the user to whom the desk is assigned.
assigned_user_email_address: Optional[str] = None
- # The assignedUserId property
+ # The user ID of the user to whom the desk is assigned.
assigned_user_id: Optional[str] = None
@staticmethod
diff --git a/msgraph/generated/models/attachment_item.py b/msgraph/generated/models/attachment_item.py
index 294eb9896d6..4ce18a0e545 100644
--- a/msgraph/generated/models/attachment_item.py
+++ b/msgraph/generated/models/attachment_item.py
@@ -15,7 +15,7 @@ class AttachmentItem(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # The type of attachment. Possible values are: file, item, reference. Required.
+ # The type of attachment. The possible values are: file, item, reference. Required.
attachment_type: Optional[AttachmentType] = None
# The CID or Content-Id of the attachment for referencing for the in-line attachments using the
tag in HTML messages. Optional.
content_id: Optional[str] = None
diff --git a/msgraph/generated/models/attack_simulation_operation.py b/msgraph/generated/models/attack_simulation_operation.py
index 3e6c6111c6f..4a7b046864a 100644
--- a/msgraph/generated/models/attack_simulation_operation.py
+++ b/msgraph/generated/models/attack_simulation_operation.py
@@ -21,7 +21,7 @@ class AttackSimulationOperation(LongRunningOperation, Parsable):
percentage_completed: Optional[int] = None
# Tenant identifier.
tenant_id: Optional[str] = None
- # The attack simulation operation type. Possible values are: createSimulation, updateSimulation, unknownFutureValue.
+ # The attack simulation operation type. The possible values are: createSimulation, updateSimulation, unknownFutureValue.
type: Optional[AttackSimulationOperationType] = None
@staticmethod
diff --git a/msgraph/generated/models/attendance_record.py b/msgraph/generated/models/attendance_record.py
index 1003bf3348c..ff6b073c1d9 100644
--- a/msgraph/generated/models/attendance_record.py
+++ b/msgraph/generated/models/attendance_record.py
@@ -26,7 +26,7 @@ class AttendanceRecord(Entity, Parsable):
odata_type: Optional[str] = None
# Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar.
registration_id: Optional[str] = None
- # Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.
+ # Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer.
role: Optional[str] = None
# Total duration of the attendances in seconds.
total_attendance_in_seconds: Optional[int] = None
diff --git a/msgraph/generated/models/attribute_definition_metadata_entry.py b/msgraph/generated/models/attribute_definition_metadata_entry.py
index ca0a59b5e97..69cd86d7263 100644
--- a/msgraph/generated/models/attribute_definition_metadata_entry.py
+++ b/msgraph/generated/models/attribute_definition_metadata_entry.py
@@ -15,7 +15,7 @@ class AttributeDefinitionMetadataEntry(AdditionalDataHolder, BackedModel, Parsab
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.
+ # The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.
key: Optional[AttributeDefinitionMetadata] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/authentication_method_configuration.py b/msgraph/generated/models/authentication_method_configuration.py
index 41ff60e09fe..594fc95f8df 100644
--- a/msgraph/generated/models/authentication_method_configuration.py
+++ b/msgraph/generated/models/authentication_method_configuration.py
@@ -25,7 +25,7 @@ class AuthenticationMethodConfiguration(Entity, Parsable):
exclude_targets: Optional[list[ExcludeTarget]] = None
# The OdataType property
odata_type: Optional[str] = None
- # The state of the policy. Possible values are: enabled, disabled.
+ # The state of the policy. The possible values are: enabled, disabled.
state: Optional[AuthenticationMethodState] = None
@staticmethod
diff --git a/msgraph/generated/models/authentication_method_feature_configuration.py b/msgraph/generated/models/authentication_method_feature_configuration.py
index 96009601f45..925a97b66a1 100644
--- a/msgraph/generated/models/authentication_method_feature_configuration.py
+++ b/msgraph/generated/models/authentication_method_feature_configuration.py
@@ -22,7 +22,7 @@ class AuthenticationMethodFeatureConfiguration(AdditionalDataHolder, BackedModel
include_target: Optional[FeatureTarget] = None
# The OdataType property
odata_type: Optional[str] = None
- # Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.
+ # Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.
state: Optional[AdvancedConfigState] = None
@staticmethod
diff --git a/msgraph/generated/models/authorization_policy.py b/msgraph/generated/models/authorization_policy.py
index 4fa001dbfdd..d708a0db4f4 100644
--- a/msgraph/generated/models/authorization_policy.py
+++ b/msgraph/generated/models/authorization_policy.py
@@ -18,7 +18,7 @@ class AuthorizationPolicy(PolicyBase, Parsable):
odata_type: Optional[str] = "#microsoft.graph.authorizationPolicy"
# Indicates whether a user can join the tenant by email validation.
allow_email_verified_users_to_join_organization: Optional[bool] = None
- # Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.
+ # Indicates who can invite guests to the organization. The possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.
allow_invites_from: Optional[AllowInvitesFrom] = None
# Indicates whether user consent for risky apps is allowed. We recommend keeping allowUserConsentForRiskyApps as false. Default value is false.
allow_user_consent_for_risky_apps: Optional[bool] = None
diff --git a/msgraph/generated/models/availability_item.py b/msgraph/generated/models/availability_item.py
index 9b147dbe837..50b0014c3ab 100644
--- a/msgraph/generated/models/availability_item.py
+++ b/msgraph/generated/models/availability_item.py
@@ -24,7 +24,7 @@ class AvailabilityItem(AdditionalDataHolder, BackedModel, Parsable):
service_id: Optional[str] = None
# The startDateTime property
start_date_time: Optional[DateTimeTimeZone] = None
- # The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
+ # The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
status: Optional[BookingsAvailabilityStatus] = None
@staticmethod
diff --git a/msgraph/generated/models/base_map_feature.py b/msgraph/generated/models/base_map_feature.py
index b4c8a28c273..4fe7960b248 100644
--- a/msgraph/generated/models/base_map_feature.py
+++ b/msgraph/generated/models/base_map_feature.py
@@ -19,7 +19,7 @@
class BaseMapFeature(Entity, Parsable):
# The OdataType property
odata_type: Optional[str] = None
- # The properties property
+ # Concatenated key-value pair of all properties of a GeoJSON file for this baseMapFeature.
properties: Optional[str] = None
@staticmethod
diff --git a/msgraph/generated/models/bit_locker_removable_drive_policy.py b/msgraph/generated/models/bit_locker_removable_drive_policy.py
index 9f66a3ce974..af05fccd6c3 100644
--- a/msgraph/generated/models/bit_locker_removable_drive_policy.py
+++ b/msgraph/generated/models/bit_locker_removable_drive_policy.py
@@ -20,7 +20,7 @@ class BitLockerRemovableDrivePolicy(AdditionalDataHolder, BackedModel, Parsable)
additional_data: dict[str, Any] = field(default_factory=dict)
# This policy setting determines whether BitLocker protection is required for removable data drives to be writable on a computer.
block_cross_organization_write_access: Optional[bool] = None
- # Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
+ # Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
encryption_method: Optional[BitLockerEncryptionMethod] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/building.py b/msgraph/generated/models/building.py
index 18418060c1b..cca36a2b688 100644
--- a/msgraph/generated/models/building.py
+++ b/msgraph/generated/models/building.py
@@ -15,9 +15,9 @@
class Building(Place, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.building"
- # The map property
+ # Map file associated with a building in Places. This object is the IMDF-format representation of building.geojson.
map: Optional[BuildingMap] = None
- # The resourceLinks property
+ # A set of links to external resources that are associated with the building. Inherited from place.
resource_links: Optional[list[ResourceLink]] = None
@staticmethod
diff --git a/msgraph/generated/models/building_map.py b/msgraph/generated/models/building_map.py
index 8afdf1b26d3..16d517d1968 100644
--- a/msgraph/generated/models/building_map.py
+++ b/msgraph/generated/models/building_map.py
@@ -15,11 +15,11 @@
class BuildingMap(BaseMapFeature, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.buildingMap"
- # The footprints property
+ # Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format.
footprints: Optional[list[FootprintMap]] = None
- # The levels property
+ # Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format.
levels: Optional[list[LevelMap]] = None
- # The placeId property
+ # Identifier for the building to which this buildingMap belongs.
place_id: Optional[str] = None
@staticmethod
diff --git a/msgraph/generated/models/calculated_column.py b/msgraph/generated/models/calculated_column.py
index f89b5bc56fe..dc32d9b8f20 100644
--- a/msgraph/generated/models/calculated_column.py
+++ b/msgraph/generated/models/calculated_column.py
@@ -12,13 +12,13 @@ class CalculatedColumn(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime.
+ # For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime.
format: Optional[str] = None
# The formula used to compute the value for this column.
formula: Optional[str] = None
# The OdataType property
odata_type: Optional[str] = None
- # The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text.
+ # The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text.
output_type: Optional[str] = None
@staticmethod
diff --git a/msgraph/generated/models/calendar.py b/msgraph/generated/models/calendar.py
index b951506c4cf..e70b03fb07f 100644
--- a/msgraph/generated/models/calendar.py
+++ b/msgraph/generated/models/calendar.py
@@ -18,7 +18,7 @@
@dataclass
class Calendar(Entity, Parsable):
- # Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
+ # Represent the online meeting service providers that can be used to create online meetings in this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
allowed_online_meeting_providers: Optional[list[OnlineMeetingProviderType]] = None
# The permissions of the users with whom the calendar is shared.
calendar_permissions: Optional[list[CalendarPermission]] = None
@@ -34,7 +34,7 @@ class Calendar(Entity, Parsable):
change_key: Optional[str] = None
# Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor.
color: Optional[CalendarColor] = None
- # The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
+ # The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
default_online_meeting_provider: Optional[OnlineMeetingProviderType] = None
# The events in the calendar. Navigation property. Read-only.
events: Optional[list[Event]] = None
diff --git a/msgraph/generated/models/calendar_permission.py b/msgraph/generated/models/calendar_permission.py
index 0110628980f..010e9aa0c49 100644
--- a/msgraph/generated/models/calendar_permission.py
+++ b/msgraph/generated/models/calendar_permission.py
@@ -13,7 +13,7 @@
@dataclass
class CalendarPermission(Entity, Parsable):
- # List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
+ # List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
allowed_roles: Optional[list[CalendarRoleType]] = None
# Represents a share recipient or delegate who has access to the calendar. For the 'My Organization' share recipient, the address property is null. Read-only.
email_address: Optional[EmailAddress] = None
diff --git a/msgraph/generated/models/call.py b/msgraph/generated/models/call.py
index d07f8d634a6..09ec07f3441 100644
--- a/msgraph/generated/models/call.py
+++ b/msgraph/generated/models/call.py
@@ -62,13 +62,13 @@ class Call(Entity, Parsable):
operations: Optional[list[CommsOperation]] = None
# The participants property
participants: Optional[list[Participant]] = None
- # The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data.
+ # The list of requested modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data.
requested_modalities: Optional[list[Modality]] = None
# The result information. For example, the result can hold termination reason. Read-only.
result_info: Optional[ResultInfo] = None
# The originator of the call.
source: Optional[ParticipantInfo] = None
- # The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.
+ # The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.
state: Optional[CallState] = None
# The subject of the conversation.
subject: Optional[str] = None
diff --git a/msgraph/generated/models/call_ended_event_message_detail.py b/msgraph/generated/models/call_ended_event_message_detail.py
index b90e9a1ea8b..2f0279338f7 100644
--- a/msgraph/generated/models/call_ended_event_message_detail.py
+++ b/msgraph/generated/models/call_ended_event_message_detail.py
@@ -19,7 +19,7 @@ class CallEndedEventMessageDetail(EventMessageDetail, Parsable):
odata_type: Optional[str] = "#microsoft.graph.callEndedEventMessageDetail"
# Duration of the call.
call_duration: Optional[datetime.timedelta] = None
- # Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.
+ # Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.
call_event_type: Optional[TeamworkCallEventType] = None
# Unique identifier of the call.
call_id: Optional[str] = None
diff --git a/msgraph/generated/models/call_media_state.py b/msgraph/generated/models/call_media_state.py
index 0edd0b59c63..6a42a57adc1 100644
--- a/msgraph/generated/models/call_media_state.py
+++ b/msgraph/generated/models/call_media_state.py
@@ -15,7 +15,7 @@ class CallMediaState(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # The audio media state. Possible values are: active, inactive, unknownFutureValue.
+ # The audio media state. The possible values are: active, inactive, unknownFutureValue.
audio: Optional[MediaState] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/call_recording_event_message_detail.py b/msgraph/generated/models/call_recording_event_message_detail.py
index 3a90c7c6546..ea4aca81c55 100644
--- a/msgraph/generated/models/call_recording_event_message_detail.py
+++ b/msgraph/generated/models/call_recording_event_message_detail.py
@@ -22,7 +22,7 @@ class CallRecordingEventMessageDetail(EventMessageDetail, Parsable):
call_recording_display_name: Optional[str] = None
# Duration of the call recording.
call_recording_duration: Optional[datetime.timedelta] = None
- # Status of the call recording. Possible values are: success, failure, initial, chunkFinished, unknownFutureValue.
+ # Status of the call recording. The possible values are: success, failure, initial, chunkFinished, unknownFutureValue.
call_recording_status: Optional[CallRecordingStatus] = None
# Call recording URL.
call_recording_url: Optional[str] = None
diff --git a/msgraph/generated/models/call_records/call_record.py b/msgraph/generated/models/call_records/call_record.py
index bfa553f2f8b..2b807fce6a9 100644
--- a/msgraph/generated/models/call_records/call_record.py
+++ b/msgraph/generated/models/call_records/call_record.py
@@ -24,7 +24,7 @@ class CallRecord(Entity, Parsable):
join_web_url: Optional[str] = None
# UTC time when the call record was created. The DatetimeOffset 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
last_modified_date_time: Optional[datetime.datetime] = None
- # List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.
+ # List of all the modalities used in the call. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.
modalities: Optional[list[Modality]] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/call_records/media_stream.py b/msgraph/generated/models/call_records/media_stream.py
index 8d9d306ed81..6c9623494e8 100644
--- a/msgraph/generated/models/call_records/media_stream.py
+++ b/msgraph/generated/models/call_records/media_stream.py
@@ -18,7 +18,7 @@ class MediaStream(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # Codec name used to encode audio for transmission on the network. Possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue.
+ # Codec name used to encode audio for transmission on the network. The possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue.
audio_codec: Optional[AudioCodec] = None
# Average Network Mean Opinion Score degradation for stream. Represents how much the network loss and jitter has impacted the quality of received audio.
average_audio_degradation: Optional[float] = None
@@ -76,7 +76,7 @@ class MediaStream(AdditionalDataHolder, BackedModel, Parsable):
stream_direction: Optional[MediaStreamDirection] = None
# Unique identifier for the stream.
stream_id: Optional[str] = None
- # Codec name used to encode video for transmission on the network. Possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue.
+ # Codec name used to encode video for transmission on the network. The possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue.
video_codec: Optional[VideoCodec] = None
# True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise.
was_media_bypassed: Optional[bool] = None
diff --git a/msgraph/generated/models/call_records/session.py b/msgraph/generated/models/call_records/session.py
index 487f3267416..5ddc970fa71 100644
--- a/msgraph/generated/models/call_records/session.py
+++ b/msgraph/generated/models/call_records/session.py
@@ -26,7 +26,7 @@ class Session(Entity, Parsable):
failure_info: Optional[FailureInfo] = None
# Specifies whether the session is a test.
is_test: Optional[bool] = None
- # List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.
+ # List of modalities present in the session. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.
modalities: Optional[list[Modality]] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/call_started_event_message_detail.py b/msgraph/generated/models/call_started_event_message_detail.py
index 8f0590698d0..5269d5cb2d1 100644
--- a/msgraph/generated/models/call_started_event_message_detail.py
+++ b/msgraph/generated/models/call_started_event_message_detail.py
@@ -15,7 +15,7 @@
class CallStartedEventMessageDetail(EventMessageDetail, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.callStartedEventMessageDetail"
- # Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.
+ # Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.
call_event_type: Optional[TeamworkCallEventType] = None
# Unique identifier of the call.
call_id: Optional[str] = None
diff --git a/msgraph/generated/models/check_in_claim.py b/msgraph/generated/models/check_in_claim.py
index f81098f2375..5d5c9e97915 100644
--- a/msgraph/generated/models/check_in_claim.py
+++ b/msgraph/generated/models/check_in_claim.py
@@ -16,11 +16,11 @@ class CheckInClaim(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # The calendarEventId property
+ # The unique identifier for an Outlook calendar event associated with the checkInClaim object. For more information, see the iCalUId property in event.
calendar_event_id: Optional[str] = None
# The checkInMethod property
check_in_method: Optional[CheckInMethod] = None
- # The createdDateTime property
+ # The date and time when the checkInClaim object was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
created_date_time: Optional[datetime.datetime] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/cloud_app_security_session_control.py b/msgraph/generated/models/cloud_app_security_session_control.py
index 5f6af1493a4..47680b68563 100644
--- a/msgraph/generated/models/cloud_app_security_session_control.py
+++ b/msgraph/generated/models/cloud_app_security_session_control.py
@@ -14,7 +14,7 @@
class CloudAppSecuritySessionControl(ConditionalAccessSessionControl, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.cloudAppSecuritySessionControl"
- # Possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps.
+ # The possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps.
cloud_app_security_type: Optional[CloudAppSecuritySessionControlType] = None
@staticmethod
diff --git a/msgraph/generated/models/cloud_p_c.py b/msgraph/generated/models/cloud_p_c.py
index 6ac019870bc..b7e5bfa302d 100644
--- a/msgraph/generated/models/cloud_p_c.py
+++ b/msgraph/generated/models/cloud_p_c.py
@@ -35,7 +35,7 @@ class CloudPC(Entity, Parsable):
provisioning_policy_id: Optional[str] = None
# The provisioning policy that applied during the provisioning of Cloud PCs. Maximum length is 120 characters. Read-only.
provisioning_policy_name: Optional[str] = None
- # The type of licenses to be used when provisioning Cloud PCs using this policy. Possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.
+ # The type of licenses to be used when provisioning Cloud PCs using this policy. The possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.
provisioning_type: Optional[CloudPcProvisioningType] = None
# The service plan ID for the Cloud PC that consists of 32 characters in a GUID format. For more information about service plans, see Product names and service plan identifiers for licensing. Read-only.
service_plan_id: Optional[str] = None
diff --git a/msgraph/generated/models/cloud_pc_device_image.py b/msgraph/generated/models/cloud_pc_device_image.py
index 54c9583e79b..3c852015dd4 100644
--- a/msgraph/generated/models/cloud_pc_device_image.py
+++ b/msgraph/generated/models/cloud_pc_device_image.py
@@ -17,7 +17,7 @@
class CloudPcDeviceImage(Entity, Parsable):
# The display name of the associated device image. The device image display name and the version are used to uniquely identify the Cloud PC device image. Read-only.
display_name: Optional[str] = None
- # The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.
+ # The error code of the status of the image that indicates why the upload failed, if applicable. The possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.
error_code: Optional[CloudPcDeviceImageErrorCode] = None
# The date when the image became unavailable. Read-only.
expiration_date: Optional[datetime.date] = None
@@ -29,11 +29,11 @@ class CloudPcDeviceImage(Entity, Parsable):
operating_system: Optional[str] = None
# The OS build version of the image. For example, 1909. Read-only.
os_build_number: Optional[str] = None
- # The OS status of this image. Possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.
+ # The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.
os_status: Optional[CloudPcDeviceImageOsStatus] = None
# The unique identifier (ID) of the source image resource on Azure. The required ID format is: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}'. Read-only.
source_image_resource_id: Optional[str] = None
- # The status of the image on the Cloud PC. Possible values are: pending, ready, failed, unknownFutureValue. Read-only.
+ # The status of the image on the Cloud PC. The possible values are: pending, ready, failed, unknownFutureValue. Read-only.
status: Optional[CloudPcDeviceImageStatus] = None
# The image version. For example, 0.0.1 and 1.5.13. Read-only.
version: Optional[str] = None
diff --git a/msgraph/generated/models/cloud_pc_domain_join_configuration.py b/msgraph/generated/models/cloud_pc_domain_join_configuration.py
index aef0570e0c9..6e91b35675a 100644
--- a/msgraph/generated/models/cloud_pc_domain_join_configuration.py
+++ b/msgraph/generated/models/cloud_pc_domain_join_configuration.py
@@ -16,13 +16,13 @@ class CloudPcDomainJoinConfiguration(AdditionalDataHolder, BackedModel, Parsable
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. Possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.
+ # Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. The possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.
domain_join_type: Optional[CloudPcDomainJoinType] = None
# The OdataType property
odata_type: Optional[str] = None
# The Azure network connection ID that matches the virtual network IT admins want the provisioning policy to use when they create Cloud PCs. You can use this property in both domain join types: Azure AD joined or Hybrid Microsoft Entra joined. If you enter an onPremisesConnectionId, leave the regionName property empty.
on_premises_connection_id: Optional[str] = None
- # The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.
+ # The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. The possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.
region_group: Optional[CloudPcRegionGroup] = None
# The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. Within this region, the Windows 365 service creates and manages the underlying virtual network. This option is available only when the IT admin selects Microsoft Entra joined as the domain join type. If you enter a regionName, leave the onPremisesConnectionId property empty.
region_name: Optional[str] = None
diff --git a/msgraph/generated/models/cloud_pc_gallery_image.py b/msgraph/generated/models/cloud_pc_gallery_image.py
index 0058293fda6..4e93ad3f3e7 100644
--- a/msgraph/generated/models/cloud_pc_gallery_image.py
+++ b/msgraph/generated/models/cloud_pc_gallery_image.py
@@ -31,7 +31,7 @@ class CloudPcGalleryImage(Entity, Parsable):
sku_name: Optional[str] = None
# The date when the Cloud PC image is available for provisioning new Cloud PCs. For example, 2022-09-20. Read-only.
start_date: Optional[datetime.date] = None
- # The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.
+ # The status of the gallery image on the Cloud PC. The possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.
status: Optional[CloudPcGalleryImageStatus] = None
@staticmethod
diff --git a/msgraph/generated/models/cloud_pc_on_premises_connection_health_check.py b/msgraph/generated/models/cloud_pc_on_premises_connection_health_check.py
index e03af12a03d..1b77a33bc32 100644
--- a/msgraph/generated/models/cloud_pc_on_premises_connection_health_check.py
+++ b/msgraph/generated/models/cloud_pc_on_premises_connection_health_check.py
@@ -25,7 +25,7 @@ class CloudPcOnPremisesConnectionHealthCheck(AdditionalDataHolder, BackedModel,
display_name: Optional[str] = None
# The value cannot be modified and is automatically populated when the health check ends. The Timestamp type represents date and time information using ISO 8601 format and is in Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2024 would look like this: '2024-01-01T00:00:00Z'. Returned by default. Read-only.
end_date_time: Optional[datetime.datetime] = None
- # The type of error that occurred during this health check. Possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.
+ # The type of error that occurred during this health check. The possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.
error_type: Optional[CloudPcOnPremisesConnectionHealthCheckErrorType] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/cloud_pc_provisioning_policy.py b/msgraph/generated/models/cloud_pc_provisioning_policy.py
index 48dcd4ae9dc..a28be9fa205 100644
--- a/msgraph/generated/models/cloud_pc_provisioning_policy.py
+++ b/msgraph/generated/models/cloud_pc_provisioning_policy.py
@@ -50,7 +50,7 @@ class CloudPcProvisioningPolicy(Entity, Parsable):
microsoft_managed_desktop: Optional[MicrosoftManagedDesktop] = None
# The OdataType property
odata_type: Optional[str] = None
- # Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn't specified when you create the cloudPcProvisioningPolicy. You can't change this property after the cloudPcProvisioningPolicy was created. Possible values are: dedicated, shared, unknownFutureValue.
+ # Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn't specified when you create the cloudPcProvisioningPolicy. You can't change this property after the cloudPcProvisioningPolicy was created. The possible values are: dedicated, shared, unknownFutureValue.
provisioning_type: Optional[CloudPcProvisioningType] = None
# Indicates a specific Windows setting to configure during the creation of Cloud PCs for this provisioning policy. Supports $select.
windows_setting: Optional[CloudPcWindowsSetting] = None
diff --git a/msgraph/generated/models/cloud_pc_restore_point_setting.py b/msgraph/generated/models/cloud_pc_restore_point_setting.py
index e0798bc79c4..857b8cb4845 100644
--- a/msgraph/generated/models/cloud_pc_restore_point_setting.py
+++ b/msgraph/generated/models/cloud_pc_restore_point_setting.py
@@ -15,7 +15,7 @@ class CloudPcRestorePointSetting(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.
+ # The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. The possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.
frequency_type: Optional[CloudPcRestorePointFrequencyType] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/communications_identity_set.py b/msgraph/generated/models/communications_identity_set.py
index 85c763bb479..1d640241d14 100644
--- a/msgraph/generated/models/communications_identity_set.py
+++ b/msgraph/generated/models/communications_identity_set.py
@@ -23,7 +23,7 @@ class CommunicationsIdentitySet(IdentitySet, Parsable):
azure_communication_services_user: Optional[Identity] = None
# The encrypted user associated with this action.
encrypted: Optional[Identity] = None
- # Type of endpoint that the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.
+ # Type of endpoint that the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.
endpoint_type: Optional[EndpointType] = None
# The guest user associated with this action.
guest: Optional[Identity] = None
diff --git a/msgraph/generated/models/company_subscription.py b/msgraph/generated/models/company_subscription.py
index ce992f3446e..f33eda92474 100644
--- a/msgraph/generated/models/company_subscription.py
+++ b/msgraph/generated/models/company_subscription.py
@@ -35,7 +35,7 @@ class CompanySubscription(Entity, Parsable):
sku_id: Optional[str] = None
# The SKU associated with this subscription.
sku_part_number: Optional[str] = None
- # The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.
+ # The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.
status: Optional[str] = None
# The number of licenses included in this subscription.
total_licenses: Optional[int] = None
diff --git a/msgraph/generated/models/conditional_access_condition_set.py b/msgraph/generated/models/conditional_access_condition_set.py
index c61d6145c95..f1869d32877 100644
--- a/msgraph/generated/models/conditional_access_condition_set.py
+++ b/msgraph/generated/models/conditional_access_condition_set.py
@@ -28,7 +28,7 @@ class ConditionalAccessConditionSet(AdditionalDataHolder, BackedModel, Parsable)
applications: Optional[ConditionalAccessApplications] = None
# Authentication flows included in the policy scope.
authentication_flows: Optional[ConditionalAccessAuthenticationFlows] = None
- # Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.
+ # Client application types included in the policy. The possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.
client_app_types: Optional[list[ConditionalAccessClientApp]] = None
# Client applications (service principals and workload identities) included in and excluded from the policy. Either users or clientApplications is required.
client_applications: Optional[ConditionalAccessClientApplications] = None
@@ -42,11 +42,11 @@ class ConditionalAccessConditionSet(AdditionalDataHolder, BackedModel, Parsable)
odata_type: Optional[str] = None
# Platforms included in and excluded from the policy.
platforms: Optional[ConditionalAccessPlatforms] = None
- # Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue.
+ # Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue.
service_principal_risk_levels: Optional[list[RiskLevel]] = None
- # Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
+ # Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
sign_in_risk_levels: Optional[list[RiskLevel]] = None
- # User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
+ # User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
user_risk_levels: Optional[list[RiskLevel]] = None
# Users, groups, and roles included in and excluded from the policy. Either users or clientApplications is required.
users: Optional[ConditionalAccessUsers] = None
diff --git a/msgraph/generated/models/conditional_access_external_tenants.py b/msgraph/generated/models/conditional_access_external_tenants.py
index 6a154a70dbd..f64363b1974 100644
--- a/msgraph/generated/models/conditional_access_external_tenants.py
+++ b/msgraph/generated/models/conditional_access_external_tenants.py
@@ -17,7 +17,7 @@ class ConditionalAccessExternalTenants(AdditionalDataHolder, BackedModel, Parsab
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.
+ # The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.
membership_kind: Optional[ConditionalAccessExternalTenantsMembershipKind] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/conditional_access_platforms.py b/msgraph/generated/models/conditional_access_platforms.py
index 9fa14095981..1725a923fd0 100644
--- a/msgraph/generated/models/conditional_access_platforms.py
+++ b/msgraph/generated/models/conditional_access_platforms.py
@@ -15,9 +15,9 @@ class ConditionalAccessPlatforms(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.
+ # The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.
exclude_platforms: Optional[list[ConditionalAccessDevicePlatform]] = None
- # Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.
+ # The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.
include_platforms: Optional[list[ConditionalAccessDevicePlatform]] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/contract.py b/msgraph/generated/models/contract.py
index ee1438e105e..19f8068218c 100644
--- a/msgraph/generated/models/contract.py
+++ b/msgraph/generated/models/contract.py
@@ -14,7 +14,7 @@
class Contract(DirectoryObject, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.contract"
- # Type of contract. Possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.
+ # Type of contract. The possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.
contract_type: Optional[str] = None
# The unique identifier for the customer tenant referenced by this partnership. Corresponds to the id property of the customer tenant's organization resource.
customer_id: Optional[UUID] = None
diff --git a/msgraph/generated/models/custom_training_setting.py b/msgraph/generated/models/custom_training_setting.py
index ed5bdabc9ef..42f60ef0b20 100644
--- a/msgraph/generated/models/custom_training_setting.py
+++ b/msgraph/generated/models/custom_training_setting.py
@@ -14,7 +14,7 @@
class CustomTrainingSetting(TrainingSetting, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.customTrainingSetting"
- # A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.
+ # A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.
assigned_to: Optional[list[TrainingAssignedTo]] = None
# The description of the custom training setting.
description: Optional[str] = None
diff --git a/msgraph/generated/models/data_policy_operation.py b/msgraph/generated/models/data_policy_operation.py
index 5038a417568..af000ce760a 100644
--- a/msgraph/generated/models/data_policy_operation.py
+++ b/msgraph/generated/models/data_policy_operation.py
@@ -19,7 +19,7 @@ class DataPolicyOperation(Entity, Parsable):
odata_type: Optional[str] = None
# Specifies the progress of an operation.
progress: Optional[float] = None
- # Possible values are: notStarted, running, complete, failed, unknownFutureValue.
+ # The possible values are: notStarted, running, complete, failed, unknownFutureValue.
status: Optional[DataPolicyOperationStatus] = None
# The URL location to where data is being exported for export requests.
storage_location: Optional[str] = None
diff --git a/msgraph/generated/models/desk.py b/msgraph/generated/models/desk.py
index 4cd0687bdf5..f0bc670f319 100644
--- a/msgraph/generated/models/desk.py
+++ b/msgraph/generated/models/desk.py
@@ -15,11 +15,11 @@
class Desk(Place, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.desk"
- # The displayDeviceName property
+ # The name of the display device (for example, monitor or projector) that is available at the desk.
display_device_name: Optional[str] = None
- # The mailboxDetails property
+ # The mailbox object id and email address that are associated with the desk.
mailbox_details: Optional[MailboxDetails] = None
- # The mode property
+ # The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal.
mode: Optional[PlaceMode] = None
@staticmethod
diff --git a/msgraph/generated/models/device.py b/msgraph/generated/models/device.py
index dc4a1fc86ba..4caecca9a72 100644
--- a/msgraph/generated/models/device.py
+++ b/msgraph/generated/models/device.py
@@ -30,7 +30,7 @@ class Device(DirectoryObject, Parsable):
device_id: Optional[str] = None
# For internal use only. Set to null.
device_metadata: Optional[str] = None
- # Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.
+ # Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal.
device_ownership: Optional[str] = None
# For internal use only.
device_version: Optional[int] = None
@@ -38,7 +38,7 @@ class Device(DirectoryObject, Parsable):
display_name: Optional[str] = None
# Enrollment profile applied to the device. For example, Apple Device Enrollment Profile, Device enrollment - Corporate device identifiers, or Windows Autopilot profile name. This property is set by Intune.
enrollment_profile_name: Optional[str] = None
- # Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.
+ # Enrollment type of the device. Intune sets this property. The possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.
enrollment_type: Optional[str] = None
# The collection of open extensions defined for the device. Read-only. Nullable.
extensions: Optional[list[Extension]] = None
@@ -50,7 +50,7 @@ class Device(DirectoryObject, Parsable):
is_management_restricted: Optional[bool] = None
# true if the device is rooted or jail-broken. This property can only be updated by Intune.
is_rooted: Optional[bool] = None
- # The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.
+ # The management channel of the device. This property is set by Intune. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.
management_type: Optional[str] = None
# Manufacturer of the device. Read-only.
manufacturer: Optional[str] = None
diff --git a/msgraph/generated/models/directory_audit.py b/msgraph/generated/models/directory_audit.py
index 507ea317cbf..a1388ffbf8c 100644
--- a/msgraph/generated/models/directory_audit.py
+++ b/msgraph/generated/models/directory_audit.py
@@ -34,7 +34,7 @@ class DirectoryAudit(Entity, Parsable):
odata_type: Optional[str] = None
# Indicates the type of operation that was performed. The possible values include but are not limited to the following: Add, Assign, Update, Unassign, and Delete.
operation_type: Optional[str] = None
- # Indicates the result of the activity. Possible values are: success, failure, timeout, unknownFutureValue.
+ # Indicates the result of the activity. The possible values are: success, failure, timeout, unknownFutureValue.
result: Optional[OperationResult] = None
# Indicates the reason for failure if the result is failure or timeout.
result_reason: Optional[str] = None
diff --git a/msgraph/generated/models/education_assignment.py b/msgraph/generated/models/education_assignment.py
index e223e54f528..7b97abed1e8 100644
--- a/msgraph/generated/models/education_assignment.py
+++ b/msgraph/generated/models/education_assignment.py
@@ -81,7 +81,7 @@ class EducationAssignment(Entity, Parsable):
resources_folder_url: Optional[str] = None
# When set, the grading rubric attached to this assignment.
rubric: Optional[EducationRubric] = None
- # Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive.
+ # Status of the assignment. You can't PATCH this value. The possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive.
status: Optional[EducationAssignmentStatus] = None
# Once published, there's a submission object for each student representing their work and grade. Read-only. Nullable.
submissions: Optional[list[EducationSubmission]] = None
diff --git a/msgraph/generated/models/education_assignment_defaults.py b/msgraph/generated/models/education_assignment_defaults.py
index c97af8b0f48..bf2e2b48427 100644
--- a/msgraph/generated/models/education_assignment_defaults.py
+++ b/msgraph/generated/models/education_assignment_defaults.py
@@ -16,7 +16,7 @@
class EducationAssignmentDefaults(Entity, Parsable):
# Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: studentsOnly. The default value is none.
add_to_calendar_action: Optional[EducationAddToCalendarOptions] = None
- # Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen.
+ # Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen.
added_student_action: Optional[EducationAddedStudentAction] = None
# Class-level default value for due time field. Default value is 23:59:00.
due_time: Optional[datetime.time] = None
diff --git a/msgraph/generated/models/education_class.py b/msgraph/generated/models/education_class.py
index ac48d6fc9cf..67b0fb6ce3a 100644
--- a/msgraph/generated/models/education_class.py
+++ b/msgraph/generated/models/education_class.py
@@ -45,7 +45,7 @@ class EducationClass(Entity, Parsable):
external_id: Optional[str] = None
# Name of the class in the syncing system.
external_name: Optional[str] = None
- # How this class was created. Possible values are: sis, manual.
+ # How this class was created. The possible values are: sis, manual.
external_source: Optional[EducationExternalSource] = None
# The name of the external source this resource was generated from.
external_source_detail: Optional[str] = None
diff --git a/msgraph/generated/models/education_module.py b/msgraph/generated/models/education_module.py
index b855258dceb..6bf09a234d3 100644
--- a/msgraph/generated/models/education_module.py
+++ b/msgraph/generated/models/education_module.py
@@ -35,7 +35,7 @@ class EducationModule(Entity, Parsable):
resources: Optional[list[EducationModuleResource]] = None
# Folder URL where all the file resources for this module are stored.
resources_folder_url: Optional[str] = None
- # Status of the module. You can't use a PATCH operation to update this value. Possible values are: draft and published.
+ # Status of the module. You can't use a PATCH operation to update this value. The possible values are: draft and published.
status: Optional[EducationModuleStatus] = None
@staticmethod
diff --git a/msgraph/generated/models/education_organization.py b/msgraph/generated/models/education_organization.py
index 8f3c212e73d..bede819915b 100644
--- a/msgraph/generated/models/education_organization.py
+++ b/msgraph/generated/models/education_organization.py
@@ -17,7 +17,7 @@ class EducationOrganization(Entity, Parsable):
description: Optional[str] = None
# Organization display name.
display_name: Optional[str] = None
- # Source where this organization was created from. Possible values are: sis, manual.
+ # Source where this organization was created from. The possible values are: sis, manual.
external_source: Optional[EducationExternalSource] = None
# The name of the external source this resource was generated from.
external_source_detail: Optional[str] = None
diff --git a/msgraph/generated/models/education_submission.py b/msgraph/generated/models/education_submission.py
index 007962ee4ad..085564d6e35 100644
--- a/msgraph/generated/models/education_submission.py
+++ b/msgraph/generated/models/education_submission.py
@@ -45,7 +45,7 @@ class EducationSubmission(Entity, Parsable):
returned_by: Optional[IdentitySet] = None
# Moment in time when the submission was returned. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
returned_date_time: Optional[datetime.datetime] = None
- # Read-only. Possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.
+ # Read-only. The possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.
status: Optional[EducationSubmissionStatus] = None
# User who moved the resource into the submitted state.
submitted_by: Optional[IdentitySet] = None
diff --git a/msgraph/generated/models/education_user.py b/msgraph/generated/models/education_user.py
index d3c1f8480a6..1e0e3907ddf 100644
--- a/msgraph/generated/models/education_user.py
+++ b/msgraph/generated/models/education_user.py
@@ -47,7 +47,7 @@ class EducationUser(Entity, Parsable):
department: Optional[str] = None
# The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby.
display_name: Optional[str] = None
- # Where this user was created from. Possible values are: sis, manual.
+ # Where this user was created from. The possible values are: sis, manual.
external_source: Optional[EducationExternalSource] = None
# The name of the external source this resource was generated from.
external_source_detail: Optional[str] = None
diff --git a/msgraph/generated/models/email_authentication_method_configuration.py b/msgraph/generated/models/email_authentication_method_configuration.py
index 1ddb32215f5..4b9963ab706 100644
--- a/msgraph/generated/models/email_authentication_method_configuration.py
+++ b/msgraph/generated/models/email_authentication_method_configuration.py
@@ -15,7 +15,7 @@
class EmailAuthenticationMethodConfiguration(AuthenticationMethodConfiguration, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.emailAuthenticationMethodConfiguration"
- # Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview have email OTP enabled beginning in October 2021.
+ # Determines whether email OTP is usable by external users for authentication. The possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview have email OTP enabled beginning in October 2021.
allow_external_id_to_use_email_otp: Optional[ExternalEmailOtpState] = None
# A collection of groups that are enabled to use the authentication method.
include_targets: Optional[list[AuthenticationMethodTarget]] = None
diff --git a/msgraph/generated/models/email_file_assessment_request.py b/msgraph/generated/models/email_file_assessment_request.py
index 86013c085be..ea309a70076 100644
--- a/msgraph/generated/models/email_file_assessment_request.py
+++ b/msgraph/generated/models/email_file_assessment_request.py
@@ -16,7 +16,7 @@ class EmailFileAssessmentRequest(ThreatAssessmentRequest, Parsable):
odata_type: Optional[str] = "#microsoft.graph.emailFileAssessmentRequest"
# Base64 encoded .eml email file content. The file content can't fetch back because it isn't stored.
content_data: Optional[str] = None
- # The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.
+ # The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.
destination_routing_reason: Optional[MailDestinationRoutingReason] = None
# The mail recipient whose policies are used to assess the mail.
recipient_email: Optional[str] = None
diff --git a/msgraph/generated/models/end_user_notification.py b/msgraph/generated/models/end_user_notification.py
index 35489b3d960..9023f42613a 100644
--- a/msgraph/generated/models/end_user_notification.py
+++ b/msgraph/generated/models/end_user_notification.py
@@ -31,13 +31,13 @@ class EndUserNotification(Entity, Parsable):
last_modified_by: Optional[EmailIdentity] = None
# Date and time when the notification was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
last_modified_date_time: Optional[datetime.datetime] = None
- # Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.
+ # Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.
notification_type: Optional[EndUserNotificationType] = None
# The OdataType property
odata_type: Optional[str] = None
- # The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.
+ # The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.
source: Optional[SimulationContentSource] = None
- # The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
+ # The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
status: Optional[SimulationContentStatus] = None
# Supported locales for endUserNotification content.
supported_locales: Optional[list[str]] = None
diff --git a/msgraph/generated/models/end_user_notification_setting.py b/msgraph/generated/models/end_user_notification_setting.py
index c34e3e26ecb..9018f38b7f1 100644
--- a/msgraph/generated/models/end_user_notification_setting.py
+++ b/msgraph/generated/models/end_user_notification_setting.py
@@ -19,13 +19,13 @@ class EndUserNotificationSetting(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue.
+ # Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue.
notification_preference: Optional[EndUserNotificationPreference] = None
# The OdataType property
odata_type: Optional[str] = None
# Positive reinforcement detail.
positive_reinforcement: Optional[PositiveReinforcementNotification] = None
- # End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.
+ # End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.
setting_type: Optional[EndUserNotificationSettingType] = None
@staticmethod
diff --git a/msgraph/generated/models/event.py b/msgraph/generated/models/event.py
index e4ea7cc2def..8dad1c65fb4 100644
--- a/msgraph/generated/models/event.py
+++ b/msgraph/generated/models/event.py
@@ -102,11 +102,11 @@ class Event(OutlookItem, Parsable):
response_requested: Optional[bool] = None
# Indicates the type of response sent in response to an event message.
response_status: Optional[ResponseStatus] = None
- # Possible values are: normal, personal, private, and confidential.
+ # The possible values are: normal, personal, private, and confidential.
sensitivity: Optional[Sensitivity] = None
# The ID for the recurring series master item, if this event is part of a recurring series.
series_master_id: Optional[str] = None
- # The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
+ # The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
show_as: Optional[FreeBusyStatus] = None
# The collection of single-value extended properties defined for the event. Read-only. Nullable.
single_value_extended_properties: Optional[list[SingleValueLegacyExtendedProperty]] = None
@@ -116,7 +116,7 @@ class Event(OutlookItem, Parsable):
subject: Optional[str] = None
# A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. It's useful when low network connectivity causes the client to time out before receiving a response from the server for the client's prior create-event request. After you set transactionId when creating an event, you can't change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.
transaction_id: Optional[str] = None
- # The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only
+ # The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only
type: Optional[EventType] = None
# The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can't be accessed from within an iFrame.
web_link: Optional[str] = None
diff --git a/msgraph/generated/models/event_message_response.py b/msgraph/generated/models/event_message_response.py
index 3841061b51c..a35dbd22eed 100644
--- a/msgraph/generated/models/event_message_response.py
+++ b/msgraph/generated/models/event_message_response.py
@@ -17,7 +17,7 @@ class EventMessageResponse(EventMessage, Parsable):
odata_type: Optional[str] = "#microsoft.graph.eventMessageResponse"
# An alternate date/time proposed by an invitee for a meeting request to start and end. Read-only. Not filterable.
proposed_new_time: Optional[TimeSlot] = None
- # Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.
+ # Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.
response_type: Optional[ResponseType] = None
@staticmethod
diff --git a/msgraph/generated/models/external_connectors/connection_operation.py b/msgraph/generated/models/external_connectors/connection_operation.py
index 557b63350e5..86781c2f27d 100644
--- a/msgraph/generated/models/external_connectors/connection_operation.py
+++ b/msgraph/generated/models/external_connectors/connection_operation.py
@@ -17,7 +17,7 @@ class ConnectionOperation(Entity, Parsable):
error: Optional[PublicError] = None
# The OdataType property
odata_type: Optional[str] = None
- # Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.
+ # Indicates the status of the asynchronous operation. The possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.
status: Optional[ConnectionOperationStatus] = None
@staticmethod
diff --git a/msgraph/generated/models/external_connectors/external_connection.py b/msgraph/generated/models/external_connectors/external_connection.py
index 6d24821f594..ae874a5dc1f 100644
--- a/msgraph/generated/models/external_connectors/external_connection.py
+++ b/msgraph/generated/models/external_connectors/external_connection.py
@@ -41,7 +41,7 @@ class ExternalConnection(Entity, Parsable):
schema: Optional[Schema] = None
# The settings configuring the search experience for content in this connection, such as the display templates for search results.
search_settings: Optional[SearchSettings] = None
- # Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.
+ # Indicates the current state of the connection. The possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.
state: Optional[ConnectionState] = None
@staticmethod
diff --git a/msgraph/generated/models/external_connectors/identity.py b/msgraph/generated/models/external_connectors/identity.py
index 398db1f47fc..bcaf81f3b05 100644
--- a/msgraph/generated/models/external_connectors/identity.py
+++ b/msgraph/generated/models/external_connectors/identity.py
@@ -14,7 +14,7 @@
class Identity(Entity, Parsable):
# The OdataType property
odata_type: Optional[str] = None
- # The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.
+ # The type of identity. The possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system.
type: Optional[IdentityType] = None
@staticmethod
diff --git a/msgraph/generated/models/fido2_authentication_method.py b/msgraph/generated/models/fido2_authentication_method.py
index 02b6cf96966..5aed673d7f6 100644
--- a/msgraph/generated/models/fido2_authentication_method.py
+++ b/msgraph/generated/models/fido2_authentication_method.py
@@ -19,7 +19,7 @@ class Fido2AuthenticationMethod(AuthenticationMethod, Parsable):
aa_guid: Optional[str] = None
# The attestation certificate(s) attached to this security key.
attestation_certificates: Optional[list[str]] = None
- # The attestation level of this FIDO2 security key. Possible values are: attested, or notAttested.
+ # The attestation level of this FIDO2 security key. The possible values are: attested, or notAttested.
attestation_level: Optional[AttestationLevel] = None
# The timestamp when this key was registered to the user.
created_date_time: Optional[datetime.datetime] = None
diff --git a/msgraph/generated/models/fido2_key_restrictions.py b/msgraph/generated/models/fido2_key_restrictions.py
index fd76363ba01..27c5a01545a 100644
--- a/msgraph/generated/models/fido2_key_restrictions.py
+++ b/msgraph/generated/models/fido2_key_restrictions.py
@@ -17,7 +17,7 @@ class Fido2KeyRestrictions(AdditionalDataHolder, BackedModel, Parsable):
additional_data: dict[str, Any] = field(default_factory=dict)
# A collection of Authenticator Attestation GUIDs. AADGUIDs define key types and manufacturers.
aa_guids: Optional[list[str]] = None
- # Enforcement type. Possible values are: allow, block.
+ # Enforcement type. The possible values are: allow, block.
enforcement_type: Optional[Fido2RestrictionEnforcementType] = None
# Determines if the configured key enforcement is enabled.
is_enforced: Optional[bool] = None
diff --git a/msgraph/generated/models/file_hash.py b/msgraph/generated/models/file_hash.py
index 63f0079ceb2..25c7d692f0b 100644
--- a/msgraph/generated/models/file_hash.py
+++ b/msgraph/generated/models/file_hash.py
@@ -15,7 +15,7 @@ class FileHash(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.
+ # File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.
hash_type: Optional[FileHashType] = None
# Value of the file hash.
hash_value: Optional[str] = None
diff --git a/msgraph/generated/models/filter_operator_schema.py b/msgraph/generated/models/filter_operator_schema.py
index a2c81e11212..6c3662aa9c9 100644
--- a/msgraph/generated/models/filter_operator_schema.py
+++ b/msgraph/generated/models/filter_operator_schema.py
@@ -20,7 +20,7 @@ class FilterOperatorSchema(Entity, Parsable):
multivalued_comparison_type: Optional[ScopeOperatorMultiValuedComparisonType] = None
# The OdataType property
odata_type: Optional[str] = None
- # Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String.
+ # Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String.
supported_attribute_types: Optional[list[AttributeType]] = None
@staticmethod
diff --git a/msgraph/generated/models/fixture_map.py b/msgraph/generated/models/fixture_map.py
index 7b69db77f9b..7d7b8cd45c6 100644
--- a/msgraph/generated/models/fixture_map.py
+++ b/msgraph/generated/models/fixture_map.py
@@ -13,7 +13,7 @@
class FixtureMap(BaseMapFeature, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.fixtureMap"
- # The placeId property
+ # Identifier for the floor to which this fixtureMap belongs.
place_id: Optional[str] = None
@staticmethod
diff --git a/msgraph/generated/models/floor.py b/msgraph/generated/models/floor.py
index c4985cd5c4f..ca24203f331 100644
--- a/msgraph/generated/models/floor.py
+++ b/msgraph/generated/models/floor.py
@@ -13,7 +13,7 @@
class Floor(Place, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.floor"
- # The sortOrder property
+ # Specifies the sort order of the floor. For example, a floor might be named 'Lobby' with a sort order of 0 to show this floor first in ordered lists.
sort_order: Optional[int] = None
@staticmethod
diff --git a/msgraph/generated/models/group.py b/msgraph/generated/models/group.py
index 45b96b9e9f0..9ca1e3cd725 100644
--- a/msgraph/generated/models/group.py
+++ b/msgraph/generated/models/group.py
@@ -174,7 +174,7 @@ class Group(DirectoryObject, Parsable):
unique_name: Optional[str] = None
# Count of conversations that received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).
unseen_count: Optional[int] = None
- # Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.
+ # Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.
visibility: Optional[str] = None
@staticmethod
diff --git a/msgraph/generated/models/initiator.py b/msgraph/generated/models/initiator.py
index 854827e8717..256d815f72d 100644
--- a/msgraph/generated/models/initiator.py
+++ b/msgraph/generated/models/initiator.py
@@ -14,7 +14,7 @@
class Initiator(Identity, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.initiator"
- # Type of initiator. Possible values are: user, application, system, unknownFutureValue.
+ # Type of initiator. The possible values are: user, application, system, unknownFutureValue.
initiator_type: Optional[InitiatorType] = None
@staticmethod
diff --git a/msgraph/generated/models/invitation.py b/msgraph/generated/models/invitation.py
index 0bc26156fe6..67c62c14212 100644
--- a/msgraph/generated/models/invitation.py
+++ b/msgraph/generated/models/invitation.py
@@ -36,7 +36,7 @@ class Invitation(Entity, Parsable):
reset_redemption: Optional[bool] = None
# Indicates whether an email should be sent to the user being invited. The default is false.
send_invitation_message: Optional[bool] = None
- # The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error.
+ # The status of the invitation. The possible values are: PendingAcceptance, Completed, InProgress, and Error.
status: Optional[str] = None
@staticmethod
diff --git a/msgraph/generated/models/invitation_redemption_identity_provider_configuration.py b/msgraph/generated/models/invitation_redemption_identity_provider_configuration.py
index a695d50ee66..1ab7b7c753e 100644
--- a/msgraph/generated/models/invitation_redemption_identity_provider_configuration.py
+++ b/msgraph/generated/models/invitation_redemption_identity_provider_configuration.py
@@ -16,11 +16,11 @@ class InvitationRedemptionIdentityProviderConfiguration(AdditionalDataHolder, Ba
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.
+ # The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. The possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.
fallback_identity_provider: Optional[B2bIdentityProvidersType] = None
# The OdataType property
odata_type: Optional[str] = None
- # Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.
+ # Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.
primary_identity_provider_precedence_order: Optional[list[B2bIdentityProvidersType]] = None
@staticmethod
diff --git a/msgraph/generated/models/landing_page.py b/msgraph/generated/models/landing_page.py
index ca61ccd0344..635405e7e6e 100644
--- a/msgraph/generated/models/landing_page.py
+++ b/msgraph/generated/models/landing_page.py
@@ -34,9 +34,9 @@ class LandingPage(Entity, Parsable):
locale: Optional[str] = None
# The OdataType property
odata_type: Optional[str] = None
- # The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.
+ # The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.
source: Optional[SimulationContentSource] = None
- # The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
+ # The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
status: Optional[SimulationContentStatus] = None
# Supported locales.
supported_locales: Optional[list[str]] = None
diff --git a/msgraph/generated/models/learning_content.py b/msgraph/generated/models/learning_content.py
index 07a5f76808d..6500fc5706b 100644
--- a/msgraph/generated/models/learning_content.py
+++ b/msgraph/generated/models/learning_content.py
@@ -39,7 +39,7 @@ class LearningContent(Entity, Parsable):
language_tag: Optional[str] = None
# The date and time when the learning content was last modified. 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. Optional.
last_modified_date_time: Optional[datetime.datetime] = None
- # The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.
+ # The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.
level: Optional[Level] = None
# The number of pages of the learning content, for example, 9. Optional.
number_of_pages: Optional[int] = None
diff --git a/msgraph/generated/models/learning_course_activity.py b/msgraph/generated/models/learning_course_activity.py
index 3ee78f66980..e06cf478b95 100644
--- a/msgraph/generated/models/learning_course_activity.py
+++ b/msgraph/generated/models/learning_course_activity.py
@@ -29,7 +29,7 @@ class LearningCourseActivity(Entity, Parsable):
learning_provider_id: Optional[str] = None
# The OdataType property
odata_type: Optional[str] = None
- # The status of the course activity. Possible values are: notStarted, inProgress, completed. Required.
+ # The status of the course activity. The possible values are: notStarted, inProgress, completed. Required.
status: Optional[CourseStatus] = None
@staticmethod
diff --git a/msgraph/generated/models/level_map.py b/msgraph/generated/models/level_map.py
index 1c30ecab8a7..7c27e5ee37c 100644
--- a/msgraph/generated/models/level_map.py
+++ b/msgraph/generated/models/level_map.py
@@ -16,13 +16,13 @@
class LevelMap(BaseMapFeature, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.levelMap"
- # The fixtures property
+ # Collection of fixtures (such as furniture or equipment) on this level. Supports upsert.
fixtures: Optional[list[FixtureMap]] = None
- # The placeId property
+ # Identifier of the floor to which this levelMap belongs.
place_id: Optional[str] = None
- # The sections property
+ # Collection of sections (such as zones or partitions) on this level. Supports upsert.
sections: Optional[list[SectionMap]] = None
- # The units property
+ # Collection of units (such as rooms or offices) on this level. Supports upsert.
units: Optional[list[UnitMap]] = None
@staticmethod
diff --git a/msgraph/generated/models/login_page.py b/msgraph/generated/models/login_page.py
index b769e3afcc5..1f5211258e7 100644
--- a/msgraph/generated/models/login_page.py
+++ b/msgraph/generated/models/login_page.py
@@ -33,9 +33,9 @@ class LoginPage(Entity, Parsable):
last_modified_date_time: Optional[datetime.datetime] = None
# The OdataType property
odata_type: Optional[str] = None
- # The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.
+ # The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.
source: Optional[SimulationContentSource] = None
- # The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
+ # The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
status: Optional[SimulationContentStatus] = None
@staticmethod
diff --git a/msgraph/generated/models/mail_assessment_request.py b/msgraph/generated/models/mail_assessment_request.py
index e2858fae445..926086c20ae 100644
--- a/msgraph/generated/models/mail_assessment_request.py
+++ b/msgraph/generated/models/mail_assessment_request.py
@@ -14,7 +14,7 @@
class MailAssessmentRequest(ThreatAssessmentRequest, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.mailAssessmentRequest"
- # The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.
+ # The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.
destination_routing_reason: Optional[MailDestinationRoutingReason] = None
# The resource URI of the mail message for assessment.
message_uri: Optional[str] = None
diff --git a/msgraph/generated/models/mail_tips.py b/msgraph/generated/models/mail_tips.py
index 6d6caf5afd2..fc33e145c20 100644
--- a/msgraph/generated/models/mail_tips.py
+++ b/msgraph/generated/models/mail_tips.py
@@ -39,7 +39,7 @@ class MailTips(AdditionalDataHolder, BackedModel, Parsable):
max_message_size: Optional[int] = None
# The OdataType property
odata_type: Optional[str] = None
- # The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.
+ # The scope of the recipient. The possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.
recipient_scope: Optional[RecipientScopeType] = None
# Recipients suggested based on previous contexts where they appear in the same message.
recipient_suggestions: Optional[list[Recipient]] = None
diff --git a/msgraph/generated/models/mailbox_details.py b/msgraph/generated/models/mailbox_details.py
index e9b308c80bd..ba6d4841181 100644
--- a/msgraph/generated/models/mailbox_details.py
+++ b/msgraph/generated/models/mailbox_details.py
@@ -12,9 +12,9 @@ class MailboxDetails(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # The emailAddress property
+ # The primary SMTP address associated with the mailbox.
email_address: Optional[str] = None
- # The externalDirectoryObjectId property
+ # The unique identifier of the mailbox in the external directory (such as Microsoft Entra).
external_directory_object_id: Optional[str] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/mailbox_settings.py b/msgraph/generated/models/mailbox_settings.py
index c5f69409332..7025080fd36 100644
--- a/msgraph/generated/models/mailbox_settings.py
+++ b/msgraph/generated/models/mailbox_settings.py
@@ -25,7 +25,7 @@ class MailboxSettings(AdditionalDataHolder, BackedModel, Parsable):
automatic_replies_setting: Optional[AutomaticRepliesSetting] = None
# The date format for the user's mailbox.
date_format: Optional[str] = None
- # If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. Possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly.
+ # If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. The possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly.
delegate_meeting_message_delivery_options: Optional[DelegateMeetingMessageDeliveryOptions] = None
# The locale information for the user, including the preferred language and country/region.
language: Optional[LocaleInfo] = None
@@ -35,7 +35,7 @@ class MailboxSettings(AdditionalDataHolder, BackedModel, Parsable):
time_format: Optional[str] = None
# The default time zone for the user's mailbox.
time_zone: Optional[str] = None
- # The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. Possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only.
+ # The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. The possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only.
user_purpose: Optional[UserPurpose] = None
# The days of the week and hours in a specific time zone that the user works.
working_hours: Optional[WorkingHours] = None
diff --git a/msgraph/generated/models/malware_state_for_windows_device.py b/msgraph/generated/models/malware_state_for_windows_device.py
index bcd2f609646..8c8e5b38dec 100644
--- a/msgraph/generated/models/malware_state_for_windows_device.py
+++ b/msgraph/generated/models/malware_state_for_windows_device.py
@@ -21,7 +21,7 @@ class MalwareStateForWindowsDevice(Entity, Parsable):
detection_count: Optional[int] = None
# Indicates the name of the device being evaluated for malware state
device_name: Optional[str] = None
- # Indicates execution status of the malware. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. Possible values are: unknown, blocked, allowed, running, notRunning.
+ # Indicates execution status of the malware. The possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. The possible values are: unknown, blocked, allowed, running, notRunning.
execution_state: Optional[WindowsMalwareExecutionState] = None
# Initial detection datetime of the malware
initial_detection_date_time: Optional[datetime.datetime] = None
@@ -29,7 +29,7 @@ class MalwareStateForWindowsDevice(Entity, Parsable):
last_state_change_date_time: Optional[datetime.datetime] = None
# The OdataType property
odata_type: Optional[str] = None
- # Indicates threat status of the malware. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.
+ # Indicates threat status of the malware. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.
threat_state: Optional[WindowsMalwareThreatState] = None
@staticmethod
diff --git a/msgraph/generated/models/microsoft_custom_training_setting.py b/msgraph/generated/models/microsoft_custom_training_setting.py
index 2900a14cd45..0bd8a88c094 100644
--- a/msgraph/generated/models/microsoft_custom_training_setting.py
+++ b/msgraph/generated/models/microsoft_custom_training_setting.py
@@ -20,7 +20,7 @@ class MicrosoftCustomTrainingSetting(TrainingSetting, Parsable):
completion_date_time: Optional[datetime.datetime] = None
# The mapping details of the associated training.
training_assignment_mappings: Optional[list[MicrosoftTrainingAssignmentMapping]] = None
- # The training completion duration that needs to be provided before scheduling the training. Possible values are: week, fortnite, month, unknownFutureValue.
+ # The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue.
training_completion_duration: Optional[TrainingCompletionDuration] = None
@staticmethod
diff --git a/msgraph/generated/models/microsoft_managed_desktop.py b/msgraph/generated/models/microsoft_managed_desktop.py
index cbcff9a3d7a..1599525a7be 100644
--- a/msgraph/generated/models/microsoft_managed_desktop.py
+++ b/msgraph/generated/models/microsoft_managed_desktop.py
@@ -15,7 +15,7 @@ class MicrosoftManagedDesktop(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.
+ # Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.
managed_type: Optional[MicrosoftManagedDesktopType] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/microsoft_training_assignment_mapping.py b/msgraph/generated/models/microsoft_training_assignment_mapping.py
index da80bec5b7b..3a7d88c5b08 100644
--- a/msgraph/generated/models/microsoft_training_assignment_mapping.py
+++ b/msgraph/generated/models/microsoft_training_assignment_mapping.py
@@ -15,7 +15,7 @@
class MicrosoftTrainingAssignmentMapping(TrainingSetting, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.microsoftTrainingAssignmentMapping"
- # A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.
+ # A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.
assigned_to: Optional[list[TrainingAssignedTo]] = None
# The training property
training: Optional[Training] = None
diff --git a/msgraph/generated/models/network_connection.py b/msgraph/generated/models/network_connection.py
index d9d2a4af1fd..8096d626f82 100644
--- a/msgraph/generated/models/network_connection.py
+++ b/msgraph/generated/models/network_connection.py
@@ -30,7 +30,7 @@ class NetworkConnection(AdditionalDataHolder, BackedModel, Parsable):
destination_port: Optional[str] = None
# Network connection URL/URI string - excluding parameters. (for example 'www.contoso.com/products/default.html')
destination_url: Optional[str] = None
- # Network connection direction. Possible values are: unknown, inbound, outbound.
+ # Network connection direction. The possible values are: unknown, inbound, outbound.
direction: Optional[ConnectionDirection] = None
# Date when the destination domain was registered. 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
domain_registered_date_time: Optional[datetime.datetime] = None
@@ -46,7 +46,7 @@ class NetworkConnection(AdditionalDataHolder, BackedModel, Parsable):
nat_source_port: Optional[str] = None
# The OdataType property
odata_type: Optional[str] = None
- # Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII.
+ # Network protocol. The possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII.
protocol: Optional[SecurityNetworkProtocol] = None
# Provider generated/calculated risk score of the network connection. Recommended value range of 0-1, which equates to a percentage.
risk_score: Optional[str] = None
@@ -56,7 +56,7 @@ class NetworkConnection(AdditionalDataHolder, BackedModel, Parsable):
source_location: Optional[str] = None
# Source (i.e. origin) IP port (of the network connection).
source_port: Optional[str] = None
- # Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed.
+ # Network connection status. The possible values are: unknown, attempted, succeeded, blocked, failed.
status: Optional[ConnectionStatus] = None
# Parameters (suffix) of the destination URL.
url_parameters: Optional[str] = None
diff --git a/msgraph/generated/models/notebook.py b/msgraph/generated/models/notebook.py
index 096a3ef1c92..db3d04cef58 100644
--- a/msgraph/generated/models/notebook.py
+++ b/msgraph/generated/models/notebook.py
@@ -31,7 +31,7 @@ class Notebook(OnenoteEntityHierarchyModel, Parsable):
sections: Optional[list[OnenoteSection]] = None
# The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
sections_url: Optional[str] = None
- # Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
+ # The possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
user_role: Optional[OnenoteUserRole] = None
@staticmethod
diff --git a/msgraph/generated/models/o_auth_consent_app_detail.py b/msgraph/generated/models/o_auth_consent_app_detail.py
index 533ea1b0bf9..e8a6affb8a0 100644
--- a/msgraph/generated/models/o_auth_consent_app_detail.py
+++ b/msgraph/generated/models/o_auth_consent_app_detail.py
@@ -15,7 +15,7 @@ class OAuthConsentAppDetail(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # App scope. Possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue.
+ # App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue.
app_scope: Optional[OAuthAppScope] = None
# App display logo.
display_logo: Optional[str] = None
diff --git a/msgraph/generated/models/object_definition_metadata_entry.py b/msgraph/generated/models/object_definition_metadata_entry.py
index dc9901750ec..2c5d8a20175 100644
--- a/msgraph/generated/models/object_definition_metadata_entry.py
+++ b/msgraph/generated/models/object_definition_metadata_entry.py
@@ -15,7 +15,7 @@ class ObjectDefinitionMetadataEntry(AdditionalDataHolder, BackedModel, Parsable)
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # Possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName.
+ # The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName.
key: Optional[ObjectDefinitionMetadata] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/object_mapping_metadata_entry.py b/msgraph/generated/models/object_mapping_metadata_entry.py
index 1694d8d97ff..868d80a4003 100644
--- a/msgraph/generated/models/object_mapping_metadata_entry.py
+++ b/msgraph/generated/models/object_mapping_metadata_entry.py
@@ -15,7 +15,7 @@ class ObjectMappingMetadataEntry(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # Possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized.
+ # The possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized.
key: Optional[ObjectMappingMetadata] = None
# The OdataType property
odata_type: Optional[str] = None
diff --git a/msgraph/generated/models/online_meeting_base.py b/msgraph/generated/models/online_meeting_base.py
index e6b87440652..d9817e30d2b 100644
--- a/msgraph/generated/models/online_meeting_base.py
+++ b/msgraph/generated/models/online_meeting_base.py
@@ -34,7 +34,7 @@ class OnlineMeetingBase(Entity, Parsable):
allow_breakout_rooms: Optional[bool] = None
# Indicates whether the ability to copy and share meeting content is enabled for the meeting.
allow_copying_and_sharing_meeting_content: Optional[bool] = None
- # Indicates whether live share is enabled for the meeting. Possible values are: enabled, disabled, unknownFutureValue.
+ # Indicates whether live share is enabled for the meeting. The possible values are: enabled, disabled, unknownFutureValue.
allow_live_share: Optional[MeetingLiveShareOptions] = None
# Specifies the mode of the meeting chat.
allow_meeting_chat: Optional[MeetingChatMode] = None
@@ -50,9 +50,9 @@ class OnlineMeetingBase(Entity, Parsable):
allow_transcription: Optional[bool] = None
# Indicates whether whiteboard is enabled for the meeting.
allow_whiteboard: Optional[bool] = None
- # Specifies the users who can admit from the lobby. Possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue.
+ # Specifies the users who can admit from the lobby. The possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue.
allowed_lobby_admitters: Optional[AllowedLobbyAdmitterRoles] = None
- # Specifies who can be a presenter in a meeting. Possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase.
+ # Specifies who can be a presenter in a meeting. The possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase.
allowed_presenters: Optional[OnlineMeetingPresenters] = None
# The attendance reports of an online meeting. Read-only.
attendance_reports: Optional[list[MeetingAttendanceReport]] = None
@@ -78,7 +78,7 @@ class OnlineMeetingBase(Entity, Parsable):
odata_type: Optional[str] = None
# Indicates whether to record the meeting automatically.
record_automatically: Optional[bool] = None
- # Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue.
+ # Specifies whether meeting chat history is shared with participants. The possible values are: all, none, unknownFutureValue.
share_meeting_chat_history_default: Optional[MeetingChatHistoryDefaultMode] = None
# The subject of the online meeting.
subject: Optional[str] = None
diff --git a/msgraph/generated/models/online_meeting_restricted.py b/msgraph/generated/models/online_meeting_restricted.py
index 19b8cdd55d8..0047ff7e2f5 100644
--- a/msgraph/generated/models/online_meeting_restricted.py
+++ b/msgraph/generated/models/online_meeting_restricted.py
@@ -16,11 +16,11 @@ class OnlineMeetingRestricted(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # Specifies the reason shared content from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue.
+ # Specifies the reason shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue.
content_sharing_disabled: Optional[OnlineMeetingContentSharingDisabledReason] = None
# The OdataType property
odata_type: Optional[str] = None
- # Specifies the reason video from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue.
+ # Specifies the reason video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue.
video_disabled: Optional[OnlineMeetingVideoDisabledReason] = None
@staticmethod
diff --git a/msgraph/generated/models/participant_info.py b/msgraph/generated/models/participant_info.py
index 96fe0472a66..b49a1b19d75 100644
--- a/msgraph/generated/models/participant_info.py
+++ b/msgraph/generated/models/participant_info.py
@@ -18,7 +18,7 @@ class ParticipantInfo(AdditionalDataHolder, BackedModel, Parsable):
additional_data: dict[str, Any] = field(default_factory=dict)
# The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. Read-only.
country_code: Optional[str] = None
- # The type of endpoint the participant is using. Possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only.
+ # The type of endpoint the participant is using. The possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only.
endpoint_type: Optional[EndpointType] = None
# The identity property
identity: Optional[IdentitySet] = None
diff --git a/msgraph/generated/models/partners/billing/operation.py b/msgraph/generated/models/partners/billing/operation.py
index 3997ad464ff..accdd74f723 100644
--- a/msgraph/generated/models/partners/billing/operation.py
+++ b/msgraph/generated/models/partners/billing/operation.py
@@ -22,7 +22,7 @@ class Operation(Entity, Parsable):
last_action_date_time: Optional[datetime.datetime] = None
# The OdataType property
odata_type: Optional[str] = None
- # The status of the operation. Possible values are: notStarted, running, completed, failed, unknownFutureValue.
+ # The status of the operation. The possible values are: notStarted, running, completed, failed, unknownFutureValue.
status: Optional[LongRunningOperationStatus] = None
@staticmethod
diff --git a/msgraph/generated/models/payload.py b/msgraph/generated/models/payload.py
index 8bd1b92e8b6..355f876cbca 100644
--- a/msgraph/generated/models/payload.py
+++ b/msgraph/generated/models/payload.py
@@ -23,9 +23,9 @@
@dataclass
class Payload(Entity, Parsable):
- # The branch of a payload. Possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue.
+ # The branch of a payload. The possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue.
brand: Optional[PayloadBrand] = None
- # The complexity of a payload. Possible values are: unknown, low, medium, high, unknownFutureValue.
+ # The complexity of a payload. The possible values are: unknown, low, medium, high, unknownFutureValue.
complexity: Optional[PayloadComplexity] = None
# Identity of the user who created the attack simulation and training campaign payload.
created_by: Optional[EmailIdentity] = None
@@ -37,7 +37,7 @@ class Payload(Entity, Parsable):
detail: Optional[PayloadDetail] = None
# Display name of the attack simulation and training campaign payload. Supports $filter and $orderby.
display_name: Optional[str] = None
- # Industry of a payload. Possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue.
+ # Industry of a payload. The possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue.
industry: Optional[PayloadIndustry] = None
# Indicates whether the attack simulation and training campaign payload was created from an automation flow. Supports $filter and $orderby.
is_automated: Optional[bool] = None
@@ -55,19 +55,19 @@ class Payload(Entity, Parsable):
odata_type: Optional[str] = None
# Free text tags for a payload.
payload_tags: Optional[list[str]] = None
- # The payload delivery platform for a simulation. Possible values are: unknown, sms, email, teams, unknownFutureValue.
+ # The payload delivery platform for a simulation. The possible values are: unknown, sms, email, teams, unknownFutureValue.
platform: Optional[PayloadDeliveryPlatform] = None
# Predicted probability for a payload to phish a targeted user.
predicted_compromise_rate: Optional[float] = None
- # Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue.
+ # Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue.
simulation_attack_type: Optional[SimulationAttackType] = None
# The source property
source: Optional[SimulationContentSource] = None
- # Simulation content status. Supports $filter and $orderby. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
+ # Simulation content status. Supports $filter and $orderby. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
status: Optional[SimulationContentStatus] = None
- # The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
+ # The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
technique: Optional[SimulationAttackTechnique] = None
- # The theme of a payload. Possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue.
+ # The theme of a payload. The possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue.
theme: Optional[PayloadTheme] = None
@staticmethod
diff --git a/msgraph/generated/models/persistent_browser_session_control.py b/msgraph/generated/models/persistent_browser_session_control.py
index ad68771b625..61ef7043574 100644
--- a/msgraph/generated/models/persistent_browser_session_control.py
+++ b/msgraph/generated/models/persistent_browser_session_control.py
@@ -14,7 +14,7 @@
class PersistentBrowserSessionControl(ConditionalAccessSessionControl, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.persistentBrowserSessionControl"
- # Possible values are: always, never.
+ # The possible values are: always, never.
mode: Optional[PersistentBrowserSessionMode] = None
@staticmethod
diff --git a/msgraph/generated/models/phone_authentication_method.py b/msgraph/generated/models/phone_authentication_method.py
index bdf61869e06..6e4e9fee352 100644
--- a/msgraph/generated/models/phone_authentication_method.py
+++ b/msgraph/generated/models/phone_authentication_method.py
@@ -17,9 +17,9 @@ class PhoneAuthenticationMethod(AuthenticationMethod, Parsable):
odata_type: Optional[str] = "#microsoft.graph.phoneAuthenticationMethod"
# The phone number to text or call for authentication. Phone numbers use the format +{country code} {number}x{extension}, with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating or updating if they don't match the required format.
phone_number: Optional[str] = None
- # The type of this phone. Possible values are: mobile, alternateMobile, or office.
+ # The type of this phone. The possible values are: mobile, alternateMobile, or office.
phone_type: Optional[AuthenticationPhoneType] = None
- # Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue.
+ # Whether a phone is ready to be used for SMS sign-in or not. The possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue.
sms_sign_in_state: Optional[AuthenticationMethodSignInState] = None
@staticmethod
diff --git a/msgraph/generated/models/place.py b/msgraph/generated/models/place.py
index 51b4c162807..b552897f12e 100644
--- a/msgraph/generated/models/place.py
+++ b/msgraph/generated/models/place.py
@@ -21,25 +21,25 @@
@dataclass
class Place(Entity, Parsable):
- # The street address of the place.
+ # The physical address of the place, including the street, city, state, country or region, and postal code.
address: Optional[PhysicalAddress] = None
- # The checkIns property
+ # A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
check_ins: Optional[list[CheckInClaim]] = None
- # The name associated with the place.
+ # The name that is associated with the place.
display_name: Optional[str] = None
# Specifies the place location in latitude, longitude, and (optionally) altitude coordinates.
geo_coordinates: Optional[OutlookGeoCoordinates] = None
- # The isWheelChairAccessible property
+ # Indicates whether the place is wheelchair accessible.
is_wheel_chair_accessible: Optional[bool] = None
- # The label property
+ # User-defined description of the place.
label: Optional[str] = None
# The OdataType property
odata_type: Optional[str] = None
- # The parentId property
+ # The ID of a parent place.
parent_id: Optional[str] = None
# The phone number of the place.
phone: Optional[str] = None
- # The tags property
+ # Custom tags that are associated with the place for categorization or filtering.
tags: Optional[list[str]] = None
@staticmethod
diff --git a/msgraph/generated/models/planner_plan_container.py b/msgraph/generated/models/planner_plan_container.py
index 50e1143c566..a1c3fea0984 100644
--- a/msgraph/generated/models/planner_plan_container.py
+++ b/msgraph/generated/models/planner_plan_container.py
@@ -19,7 +19,7 @@ class PlannerPlanContainer(AdditionalDataHolder, BackedModel, Parsable):
container_id: Optional[str] = None
# The OdataType property
odata_type: Optional[str] = None
- # The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional.
+ # The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional.
type: Optional[PlannerContainerType] = None
# The full canonical URL of the container. Optional.
url: Optional[str] = None
diff --git a/msgraph/generated/models/platform_credential_authentication_method.py b/msgraph/generated/models/platform_credential_authentication_method.py
index 171ceaa5a5a..64397c7b021 100644
--- a/msgraph/generated/models/platform_credential_authentication_method.py
+++ b/msgraph/generated/models/platform_credential_authentication_method.py
@@ -23,9 +23,9 @@ class PlatformCredentialAuthenticationMethod(AuthenticationMethod, Parsable):
device: Optional[Device] = None
# The name of the device on which Platform Credential is registered.
display_name: Optional[str] = None
- # Key strength of this Platform Credential key. Possible values are: normal, weak, unknown.
+ # Key strength of this Platform Credential key. The possible values are: normal, weak, unknown.
key_strength: Optional[AuthenticationMethodKeyStrength] = None
- # Platform on which this Platform Credential key is present. Possible values are: unknown, windows, macOS,iOS, android, linux.
+ # Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux.
platform: Optional[AuthenticationMethodPlatform] = None
@staticmethod
diff --git a/msgraph/generated/models/positive_reinforcement_notification.py b/msgraph/generated/models/positive_reinforcement_notification.py
index ba70f8af1b0..6cb0dc0d3b8 100644
--- a/msgraph/generated/models/positive_reinforcement_notification.py
+++ b/msgraph/generated/models/positive_reinforcement_notification.py
@@ -14,7 +14,7 @@
class PositiveReinforcementNotification(BaseEndUserNotification, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.positiveReinforcementNotification"
- # Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue.
+ # Delivery preference. The possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue.
delivery_preference: Optional[NotificationDeliveryPreference] = None
@staticmethod
diff --git a/msgraph/generated/models/printer_capabilities.py b/msgraph/generated/models/printer_capabilities.py
index 46844b8a33b..ac71310240a 100644
--- a/msgraph/generated/models/printer_capabilities.py
+++ b/msgraph/generated/models/printer_capabilities.py
@@ -49,9 +49,9 @@ class PrinterCapabilities(AdditionalDataHolder, BackedModel, Parsable):
is_page_range_supported: Optional[bool] = None
# A list of supported left margins(in microns) for the printer.
left_margins: Optional[list[int]] = None
- # The media (i.e., paper) colors supported by the printer.
+ # The media (for example, paper) colors supported by the printer.
media_colors: Optional[list[str]] = None
- # The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table.
+ # The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. For the list of supported values, see mediaSizes values.
media_sizes: Optional[list[str]] = None
# The media types supported by the printer.
media_types: Optional[list[str]] = None
diff --git a/msgraph/generated/models/process.py b/msgraph/generated/models/process.py
index 2370c6aa028..a7c9de2875a 100644
--- a/msgraph/generated/models/process.py
+++ b/msgraph/generated/models/process.py
@@ -25,7 +25,7 @@ class Process(AdditionalDataHolder, BackedModel, Parsable):
created_date_time: Optional[datetime.datetime] = None
# Complex type containing file hashes (cryptographic and location-sensitive).
file_hash: Optional[FileHash] = None
- # The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system.
+ # The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system.
integrity_level: Optional[ProcessIntegrityLevel] = None
# True if the process is elevated.
is_elevated: Optional[bool] = None
diff --git a/msgraph/generated/models/provisioning_object_summary.py b/msgraph/generated/models/provisioning_object_summary.py
index 251bd786e8f..20479031753 100644
--- a/msgraph/generated/models/provisioning_object_summary.py
+++ b/msgraph/generated/models/provisioning_object_summary.py
@@ -36,7 +36,7 @@ class ProvisioningObjectSummary(Entity, Parsable):
modified_properties: Optional[list[ModifiedProperty]] = None
# The OdataType property
odata_type: Optional[str] = None
- # Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).
+ # Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).
provisioning_action: Optional[ProvisioningAction] = None
# Details of provisioning status.
provisioning_status_info: Optional[ProvisioningStatusInfo] = None
diff --git a/msgraph/generated/models/provisioning_status_info.py b/msgraph/generated/models/provisioning_status_info.py
index 28d38130d04..da4ec15a39e 100644
--- a/msgraph/generated/models/provisioning_status_info.py
+++ b/msgraph/generated/models/provisioning_status_info.py
@@ -20,7 +20,7 @@ class ProvisioningStatusInfo(AdditionalDataHolder, BackedModel, Parsable):
error_information: Optional[ProvisioningErrorInfo] = None
# The OdataType property
odata_type: Optional[str] = None
- # Possible values are: success, warning, failure, skipped, unknownFutureValue.
+ # The possible values are: success, warning, failure, skipped, unknownFutureValue.
status: Optional[ProvisioningResult] = None
@staticmethod
diff --git a/msgraph/generated/models/provisioning_step.py b/msgraph/generated/models/provisioning_step.py
index 8faa5c3ff40..e5c50345221 100644
--- a/msgraph/generated/models/provisioning_step.py
+++ b/msgraph/generated/models/provisioning_step.py
@@ -25,9 +25,9 @@ class ProvisioningStep(AdditionalDataHolder, BackedModel, Parsable):
name: Optional[str] = None
# The OdataType property
odata_type: Optional[str] = None
- # Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.
+ # Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.
provisioning_step_type: Optional[ProvisioningStepType] = None
- # Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue.
+ # Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue.
status: Optional[ProvisioningResult] = None
@staticmethod
diff --git a/msgraph/generated/models/registry_key_state.py b/msgraph/generated/models/registry_key_state.py
index af40b32ac5b..d8fc862f6ab 100644
--- a/msgraph/generated/models/registry_key_state.py
+++ b/msgraph/generated/models/registry_key_state.py
@@ -17,7 +17,7 @@ class RegistryKeyState(AdditionalDataHolder, BackedModel, Parsable):
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
additional_data: dict[str, Any] = field(default_factory=dict)
- # A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.
+ # A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. The possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.
hive: Optional[RegistryHive] = None
# Current (i.e. changed) registry key (excludes HIVE).
key: Optional[str] = None
@@ -29,7 +29,7 @@ class RegistryKeyState(AdditionalDataHolder, BackedModel, Parsable):
old_value_data: Optional[str] = None
# Previous (i.e. before changed) registry key value name.
old_value_name: Optional[str] = None
- # Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete.
+ # Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete.
operation: Optional[RegistryOperation] = None
# Process ID (PID) of the process that modified the registry key (process details will appear in the alert 'processes' collection).
process_id: Optional[int] = None
@@ -37,7 +37,7 @@ class RegistryKeyState(AdditionalDataHolder, BackedModel, Parsable):
value_data: Optional[str] = None
# Current (i.e. changed) registry key value name
value_name: Optional[str] = None
- # Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.
+ # Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ The possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.
value_type: Optional[RegistryValueType] = None
@staticmethod
diff --git a/msgraph/generated/models/remote_desktop_security_configuration.py b/msgraph/generated/models/remote_desktop_security_configuration.py
index dcb79eeee22..4fc4ac67fe2 100644
--- a/msgraph/generated/models/remote_desktop_security_configuration.py
+++ b/msgraph/generated/models/remote_desktop_security_configuration.py
@@ -16,7 +16,7 @@ class RemoteDesktopSecurityConfiguration(Entity, Parsable):
is_remote_desktop_protocol_enabled: Optional[bool] = None
# The OdataType property
odata_type: Optional[str] = None
- # The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol.
+ # The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol.
Optional[BuildingCollectionResponse]:
"""
- Get the items of type microsoft.graph.building in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[BuildingCollectionResponse]
+ Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -53,7 +54,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphBui
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphBuildingRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get the items of type microsoft.graph.building in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -84,7 +85,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class GraphBuildingRequestBuilderGetQueryParameters():
"""
- Get the items of type microsoft.graph.building in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/graph_desk/graph_desk_request_builder.py b/msgraph/generated/places/graph_desk/graph_desk_request_builder.py
index e21ade2f5a6..49a67235c87 100644
--- a/msgraph/generated/places/graph_desk/graph_desk_request_builder.py
+++ b/msgraph/generated/places/graph_desk/graph_desk_request_builder.py
@@ -33,9 +33,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def get(self,request_configuration: Optional[RequestConfiguration[GraphDeskRequestBuilderGetQueryParameters]] = None) -> Optional[DeskCollectionResponse]:
"""
- Get the items of type microsoft.graph.desk in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[DeskCollectionResponse]
+ Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -53,7 +54,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphDes
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphDeskRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get the items of type microsoft.graph.desk in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -84,7 +85,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class GraphDeskRequestBuilderGetQueryParameters():
"""
- Get the items of type microsoft.graph.desk in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/graph_floor/graph_floor_request_builder.py b/msgraph/generated/places/graph_floor/graph_floor_request_builder.py
index 2eaca45e695..7ab47267682 100644
--- a/msgraph/generated/places/graph_floor/graph_floor_request_builder.py
+++ b/msgraph/generated/places/graph_floor/graph_floor_request_builder.py
@@ -33,9 +33,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def get(self,request_configuration: Optional[RequestConfiguration[GraphFloorRequestBuilderGetQueryParameters]] = None) -> Optional[FloorCollectionResponse]:
"""
- Get the items of type microsoft.graph.floor in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FloorCollectionResponse]
+ Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -53,7 +54,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphFlo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphFloorRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get the items of type microsoft.graph.floor in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -84,7 +85,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class GraphFloorRequestBuilderGetQueryParameters():
"""
- Get the items of type microsoft.graph.floor in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/graph_room/graph_room_request_builder.py b/msgraph/generated/places/graph_room/graph_room_request_builder.py
index c1e769fb8a9..34ab3366372 100644
--- a/msgraph/generated/places/graph_room/graph_room_request_builder.py
+++ b/msgraph/generated/places/graph_room/graph_room_request_builder.py
@@ -33,7 +33,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def get(self,request_configuration: Optional[RequestConfiguration[GraphRoomRequestBuilderGetQueryParameters]] = None) -> Optional[RoomCollectionResponse]:
"""
- Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[RoomCollectionResponse]
Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
@@ -54,7 +54,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphRoo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphRoomRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -85,7 +85,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class GraphRoomRequestBuilderGetQueryParameters():
"""
- Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/graph_section/graph_section_request_builder.py b/msgraph/generated/places/graph_section/graph_section_request_builder.py
index 4a02eef2408..27822ce3721 100644
--- a/msgraph/generated/places/graph_section/graph_section_request_builder.py
+++ b/msgraph/generated/places/graph_section/graph_section_request_builder.py
@@ -33,9 +33,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def get(self,request_configuration: Optional[RequestConfiguration[GraphSectionRequestBuilderGetQueryParameters]] = None) -> Optional[SectionCollectionResponse]:
"""
- Get the items of type microsoft.graph.section in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[SectionCollectionResponse]
+ Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -53,7 +54,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphSec
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphSectionRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get the items of type microsoft.graph.section in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -84,7 +85,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class GraphSectionRequestBuilderGetQueryParameters():
"""
- Get the items of type microsoft.graph.section in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/graph_workspace/graph_workspace_request_builder.py b/msgraph/generated/places/graph_workspace/graph_workspace_request_builder.py
index c7159c4caf2..87b7cd8df8b 100644
--- a/msgraph/generated/places/graph_workspace/graph_workspace_request_builder.py
+++ b/msgraph/generated/places/graph_workspace/graph_workspace_request_builder.py
@@ -33,9 +33,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def get(self,request_configuration: Optional[RequestConfiguration[GraphWorkspaceRequestBuilderGetQueryParameters]] = None) -> Optional[WorkspaceCollectionResponse]:
"""
- Get the items of type microsoft.graph.workspace in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[WorkspaceCollectionResponse]
+ Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -53,7 +54,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphWor
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphWorkspaceRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get the items of type microsoft.graph.workspace in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -84,7 +85,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class GraphWorkspaceRequestBuilderGetQueryParameters():
"""
- Get the items of type microsoft.graph.workspace in the microsoft.graph.place collection
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/check_ins/check_ins_request_builder.py b/msgraph/generated/places/item/check_ins/check_ins_request_builder.py
index dd1aa24bf2a..93539903ace 100644
--- a/msgraph/generated/places/item/check_ins/check_ins_request_builder.py
+++ b/msgraph/generated/places/item/check_ins/check_ins_request_builder.py
@@ -49,7 +49,7 @@ def by_check_in_claim_calendar_event_id(self,check_in_claim_calendar_event_id: s
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
"""
- Get checkIns from places
+ Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaimCollectionResponse]
"""
@@ -69,10 +69,11 @@ async def get(self,request_configuration: Optional[RequestConfiguration[CheckIns
async def post(self,body: CheckInClaim, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[CheckInClaim]:
"""
- Create new navigation property to checkIns for places
+ Create a new checkInClaim object to record the check-in status for a specific place, such as a desk or a room, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place.
param body: The request body
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaim]
+ Find more info here: https://learn.microsoft.com/graph/api/place-post-checkins?view=graph-rest-1.0
"""
if body is None:
raise TypeError("body cannot be null.")
@@ -92,7 +93,7 @@ async def post(self,body: CheckInClaim, request_configuration: Optional[RequestC
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -103,7 +104,7 @@ def to_get_request_information(self,request_configuration: Optional[RequestConfi
def to_post_request_information(self,body: CheckInClaim, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
"""
- Create new navigation property to checkIns for places
+ Create a new checkInClaim object to record the check-in status for a specific place, such as a desk or a room, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place.
param body: The request body
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
@@ -138,7 +139,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class CheckInsRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py b/msgraph/generated/places/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
index 427ab4ff5c6..0b551fff88e 100644
--- a/msgraph/generated/places/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
+++ b/msgraph/generated/places/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
@@ -50,9 +50,10 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
"""
- Get checkIns from places
+ Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaim]
+ Find more info here: https://learn.microsoft.com/graph/api/checkinclaim-get?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -104,7 +105,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -148,7 +149,7 @@ class CheckInClaimCalendarEventItemRequestBuilderDeleteRequestConfiguration(Requ
@dataclass
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/check_ins/check_ins_request_builder.py b/msgraph/generated/places/item/graph_building/check_ins/check_ins_request_builder.py
index 997950e066e..ce9fc895c8f 100644
--- a/msgraph/generated/places/item/graph_building/check_ins/check_ins_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/check_ins/check_ins_request_builder.py
@@ -49,7 +49,7 @@ def by_check_in_claim_calendar_event_id(self,check_in_claim_calendar_event_id: s
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaimCollectionResponse]
"""
@@ -92,7 +92,7 @@ async def post(self,body: CheckInClaim, request_configuration: Optional[RequestC
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +138,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class CheckInsRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/check_ins/item/check_in_claim_calendar_event_item_request_builder.py b/msgraph/generated/places/item/graph_building/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
index 496bb97ec20..25e6e88264c 100644
--- a/msgraph/generated/places/item/graph_building/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaim]
"""
@@ -104,7 +104,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilderDeleteRequestConfiguration(Requ
@dataclass
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/graph_building_request_builder.py b/msgraph/generated/places/item/graph_building/graph_building_request_builder.py
index b9469c758cc..8fa7d489c05 100644
--- a/msgraph/generated/places/item/graph_building/graph_building_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/graph_building_request_builder.py
@@ -34,9 +34,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def get(self,request_configuration: Optional[RequestConfiguration[GraphBuildingRequestBuilderGetQueryParameters]] = None) -> Optional[Building]:
"""
- Get the item of type microsoft.graph.place as microsoft.graph.building
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[Building]
+ Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -54,7 +55,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphBui
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphBuildingRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get the item of type microsoft.graph.place as microsoft.graph.building
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -94,7 +95,7 @@ def map(self) -> MapRequestBuilder:
@dataclass
class GraphBuildingRequestBuilderGetQueryParameters():
"""
- Get the item of type microsoft.graph.place as microsoft.graph.building
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/map/footprints/footprints_request_builder.py b/msgraph/generated/places/item/graph_building/map/footprints/footprints_request_builder.py
index 21618471a52..c171eaa2f42 100644
--- a/msgraph/generated/places/item/graph_building/map/footprints/footprints_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/map/footprints/footprints_request_builder.py
@@ -49,9 +49,10 @@ def by_footprint_map_id(self,footprint_map_id: str) -> FootprintMapItemRequestBu
async def get(self,request_configuration: Optional[RequestConfiguration[FootprintsRequestBuilderGetQueryParameters]] = None) -> Optional[FootprintMapCollectionResponse]:
"""
- Get footprints from places
+ Get a list of footprintMap objects for building footprints and their properties.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FootprintMapCollectionResponse]
+ Find more info here: https://learn.microsoft.com/graph/api/buildingmap-list-footprints?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -92,7 +93,7 @@ async def post(self,body: FootprintMap, request_configuration: Optional[RequestC
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FootprintsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get footprints from places
+ Get a list of footprintMap objects for building footprints and their properties.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +139,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class FootprintsRequestBuilderGetQueryParameters():
"""
- Get footprints from places
+ Get a list of footprintMap objects for building footprints and their properties.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/map/footprints/item/footprint_map_item_request_builder.py b/msgraph/generated/places/item/graph_building/map/footprints/item/footprint_map_item_request_builder.py
index 2752fddfab7..54b63bb82f3 100644
--- a/msgraph/generated/places/item/graph_building/map/footprints/item/footprint_map_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/map/footprints/item/footprint_map_item_request_builder.py
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[FootprintMapItemRequestBuilderGetQueryParameters]] = None) -> Optional[FootprintMap]:
"""
- Get footprints from places
+ Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FootprintMap]
"""
@@ -104,7 +104,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FootprintMapItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get footprints from places
+ Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -148,7 +148,7 @@ class FootprintMapItemRequestBuilderDeleteRequestConfiguration(RequestConfigurat
@dataclass
class FootprintMapItemRequestBuilderGetQueryParameters():
"""
- Get footprints from places
+ Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/map/levels/item/fixtures/fixtures_request_builder.py b/msgraph/generated/places/item/graph_building/map/levels/item/fixtures/fixtures_request_builder.py
index 7f9cbb15979..ef7ad6fe32a 100644
--- a/msgraph/generated/places/item/graph_building/map/levels/item/fixtures/fixtures_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/map/levels/item/fixtures/fixtures_request_builder.py
@@ -49,9 +49,10 @@ def by_fixture_map_id(self,fixture_map_id: str) -> FixtureMapItemRequestBuilder:
async def get(self,request_configuration: Optional[RequestConfiguration[FixturesRequestBuilderGetQueryParameters]] = None) -> Optional[FixtureMapCollectionResponse]:
"""
- Get fixtures from places
+ Get a list of the fixtureMap objects and their properties.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FixtureMapCollectionResponse]
+ Find more info here: https://learn.microsoft.com/graph/api/levelmap-list-fixtures?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -92,7 +93,7 @@ async def post(self,body: FixtureMap, request_configuration: Optional[RequestCon
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FixturesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get fixtures from places
+ Get a list of the fixtureMap objects and their properties.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +139,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class FixturesRequestBuilderGetQueryParameters():
"""
- Get fixtures from places
+ Get a list of the fixtureMap objects and their properties.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/map/levels/item/fixtures/item/fixture_map_item_request_builder.py b/msgraph/generated/places/item/graph_building/map/levels/item/fixtures/item/fixture_map_item_request_builder.py
index 79dab4e88a9..149b01a6004 100644
--- a/msgraph/generated/places/item/graph_building/map/levels/item/fixtures/item/fixture_map_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/map/levels/item/fixtures/item/fixture_map_item_request_builder.py
@@ -32,9 +32,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
"""
- Delete navigation property fixtures for places
+ Delete a fixture on a specified floor.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: None
+ Find more info here: https://learn.microsoft.com/graph/api/fixturemap-delete?view=graph-rest-1.0
"""
request_info = self.to_delete_request_information(
request_configuration
@@ -50,7 +51,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[FixtureMapItemRequestBuilderGetQueryParameters]] = None) -> Optional[FixtureMap]:
"""
- Get fixtures from places
+ Collection of fixtures (such as furniture or equipment) on this level. Supports upsert.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FixtureMap]
"""
@@ -70,10 +71,11 @@ async def get(self,request_configuration: Optional[RequestConfiguration[FixtureM
async def patch(self,body: FixtureMap, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[FixtureMap]:
"""
- Update the navigation property fixtures in places
+ Update the properties of an existing fixtureMap object in IMDF format on a specified floor, or create one if it doesn't exist.
param body: The request body
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[FixtureMap]
+ Find more info here: https://learn.microsoft.com/graph/api/fixturemap-update?view=graph-rest-1.0
"""
if body is None:
raise TypeError("body cannot be null.")
@@ -93,7 +95,7 @@ async def patch(self,body: FixtureMap, request_configuration: Optional[RequestCo
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
"""
- Delete navigation property fixtures for places
+ Delete a fixture on a specified floor.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -104,7 +106,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[FixtureMapItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get fixtures from places
+ Collection of fixtures (such as furniture or equipment) on this level. Supports upsert.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -115,7 +117,7 @@ def to_get_request_information(self,request_configuration: Optional[RequestConfi
def to_patch_request_information(self,body: FixtureMap, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
"""
- Update the navigation property fixtures in places
+ Update the properties of an existing fixtureMap object in IMDF format on a specified floor, or create one if it doesn't exist.
param body: The request body
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
@@ -148,7 +150,7 @@ class FixtureMapItemRequestBuilderDeleteRequestConfiguration(RequestConfiguratio
@dataclass
class FixtureMapItemRequestBuilderGetQueryParameters():
"""
- Get fixtures from places
+ Collection of fixtures (such as furniture or equipment) on this level. Supports upsert.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/map/levels/item/level_map_item_request_builder.py b/msgraph/generated/places/item/graph_building/map/levels/item/level_map_item_request_builder.py
index aafd41dbd07..bf1a0aaa8d5 100644
--- a/msgraph/generated/places/item/graph_building/map/levels/item/level_map_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/map/levels/item/level_map_item_request_builder.py
@@ -53,7 +53,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[LevelMapItemRequestBuilderGetQueryParameters]] = None) -> Optional[LevelMap]:
"""
- Get levels from places
+ Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[LevelMap]
"""
@@ -107,7 +107,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[LevelMapItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get levels from places
+ Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -178,7 +178,7 @@ class LevelMapItemRequestBuilderDeleteRequestConfiguration(RequestConfiguration[
@dataclass
class LevelMapItemRequestBuilderGetQueryParameters():
"""
- Get levels from places
+ Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/map/levels/item/sections/item/section_map_item_request_builder.py b/msgraph/generated/places/item/graph_building/map/levels/item/sections/item/section_map_item_request_builder.py
index 20b9df88646..ff1e76d1a5a 100644
--- a/msgraph/generated/places/item/graph_building/map/levels/item/sections/item/section_map_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/map/levels/item/sections/item/section_map_item_request_builder.py
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[SectionMapItemRequestBuilderGetQueryParameters]] = None) -> Optional[SectionMap]:
"""
- Get sections from places
+ Collection of sections (such as zones or partitions) on this level. Supports upsert.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[SectionMap]
"""
@@ -104,7 +104,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[SectionMapItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get sections from places
+ Collection of sections (such as zones or partitions) on this level. Supports upsert.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -148,7 +148,7 @@ class SectionMapItemRequestBuilderDeleteRequestConfiguration(RequestConfiguratio
@dataclass
class SectionMapItemRequestBuilderGetQueryParameters():
"""
- Get sections from places
+ Collection of sections (such as zones or partitions) on this level. Supports upsert.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/map/levels/item/sections/sections_request_builder.py b/msgraph/generated/places/item/graph_building/map/levels/item/sections/sections_request_builder.py
index 47a21ad9583..4adb320b1c9 100644
--- a/msgraph/generated/places/item/graph_building/map/levels/item/sections/sections_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/map/levels/item/sections/sections_request_builder.py
@@ -49,9 +49,10 @@ def by_section_map_id(self,section_map_id: str) -> SectionMapItemRequestBuilder:
async def get(self,request_configuration: Optional[RequestConfiguration[SectionsRequestBuilderGetQueryParameters]] = None) -> Optional[SectionMapCollectionResponse]:
"""
- Get sections from places
+ Get a list of the sectionMap objects and their properties.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[SectionMapCollectionResponse]
+ Find more info here: https://learn.microsoft.com/graph/api/levelmap-list-sections?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -92,7 +93,7 @@ async def post(self,body: SectionMap, request_configuration: Optional[RequestCon
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[SectionsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get sections from places
+ Get a list of the sectionMap objects and their properties.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +139,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class SectionsRequestBuilderGetQueryParameters():
"""
- Get sections from places
+ Get a list of the sectionMap objects and their properties.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/map/levels/item/units/item/unit_map_item_request_builder.py b/msgraph/generated/places/item/graph_building/map/levels/item/units/item/unit_map_item_request_builder.py
index a62dc71ad9a..80d8d79e7e7 100644
--- a/msgraph/generated/places/item/graph_building/map/levels/item/units/item/unit_map_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/map/levels/item/units/item/unit_map_item_request_builder.py
@@ -32,9 +32,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
"""
- Delete navigation property units for places
+ Delete a unitMap object.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: None
+ Find more info here: https://learn.microsoft.com/graph/api/unitmap-delete?view=graph-rest-1.0
"""
request_info = self.to_delete_request_information(
request_configuration
@@ -50,7 +51,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[UnitMapItemRequestBuilderGetQueryParameters]] = None) -> Optional[UnitMap]:
"""
- Get units from places
+ Collection of units (such as rooms or offices) on this level. Supports upsert.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[UnitMap]
"""
@@ -70,10 +71,11 @@ async def get(self,request_configuration: Optional[RequestConfiguration[UnitMapI
async def patch(self,body: UnitMap, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[UnitMap]:
"""
- Update the navigation property units in places
+ Update the properties of an existing unitMap object in IMDF format on a specified floor, or create one if it doesn't exist.
param body: The request body
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[UnitMap]
+ Find more info here: https://learn.microsoft.com/graph/api/unitmap-update?view=graph-rest-1.0
"""
if body is None:
raise TypeError("body cannot be null.")
@@ -93,7 +95,7 @@ async def patch(self,body: UnitMap, request_configuration: Optional[RequestConfi
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
"""
- Delete navigation property units for places
+ Delete a unitMap object.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -104,7 +106,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[UnitMapItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get units from places
+ Collection of units (such as rooms or offices) on this level. Supports upsert.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -115,7 +117,7 @@ def to_get_request_information(self,request_configuration: Optional[RequestConfi
def to_patch_request_information(self,body: UnitMap, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
"""
- Update the navigation property units in places
+ Update the properties of an existing unitMap object in IMDF format on a specified floor, or create one if it doesn't exist.
param body: The request body
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
@@ -148,7 +150,7 @@ class UnitMapItemRequestBuilderDeleteRequestConfiguration(RequestConfiguration[Q
@dataclass
class UnitMapItemRequestBuilderGetQueryParameters():
"""
- Get units from places
+ Collection of units (such as rooms or offices) on this level. Supports upsert.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/map/levels/item/units/units_request_builder.py b/msgraph/generated/places/item/graph_building/map/levels/item/units/units_request_builder.py
index e0daeba1d66..36d48bee30d 100644
--- a/msgraph/generated/places/item/graph_building/map/levels/item/units/units_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/map/levels/item/units/units_request_builder.py
@@ -49,9 +49,10 @@ def by_unit_map_id(self,unit_map_id: str) -> UnitMapItemRequestBuilder:
async def get(self,request_configuration: Optional[RequestConfiguration[UnitsRequestBuilderGetQueryParameters]] = None) -> Optional[UnitMapCollectionResponse]:
"""
- Get units from places
+ Get a list of the unitMap objects and their properties.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[UnitMapCollectionResponse]
+ Find more info here: https://learn.microsoft.com/graph/api/levelmap-list-units?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -92,7 +93,7 @@ async def post(self,body: UnitMap, request_configuration: Optional[RequestConfig
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[UnitsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get units from places
+ Get a list of the unitMap objects and their properties.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +139,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class UnitsRequestBuilderGetQueryParameters():
"""
- Get units from places
+ Get a list of the unitMap objects and their properties.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/map/levels/levels_request_builder.py b/msgraph/generated/places/item/graph_building/map/levels/levels_request_builder.py
index 806414612db..792f056cb7c 100644
--- a/msgraph/generated/places/item/graph_building/map/levels/levels_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/map/levels/levels_request_builder.py
@@ -49,9 +49,10 @@ def by_level_map_id(self,level_map_id: str) -> LevelMapItemRequestBuilder:
async def get(self,request_configuration: Optional[RequestConfiguration[LevelsRequestBuilderGetQueryParameters]] = None) -> Optional[LevelMapCollectionResponse]:
"""
- Get levels from places
+ Get a list of the levelMap objects and their properties.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[LevelMapCollectionResponse]
+ Find more info here: https://learn.microsoft.com/graph/api/buildingmap-list-levels?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -92,7 +93,7 @@ async def post(self,body: LevelMap, request_configuration: Optional[RequestConfi
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[LevelsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get levels from places
+ Get a list of the levelMap objects and their properties.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +139,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class LevelsRequestBuilderGetQueryParameters():
"""
- Get levels from places
+ Get a list of the levelMap objects and their properties.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_building/map/map_request_builder.py b/msgraph/generated/places/item/graph_building/map/map_request_builder.py
index bc5169f4a67..ddced654d6d 100644
--- a/msgraph/generated/places/item/graph_building/map/map_request_builder.py
+++ b/msgraph/generated/places/item/graph_building/map/map_request_builder.py
@@ -34,9 +34,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
"""
- Delete navigation property map for places
+ Delete the map of a specific building.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: None
+ Find more info here: https://learn.microsoft.com/graph/api/buildingmap-delete?view=graph-rest-1.0
"""
request_info = self.to_delete_request_information(
request_configuration
@@ -52,9 +53,10 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[MapRequestBuilderGetQueryParameters]] = None) -> Optional[BuildingMap]:
"""
- Get map from places
+ Get the map of a building in IMDF format.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[BuildingMap]
+ Find more info here: https://learn.microsoft.com/graph/api/buildingmap-get?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -95,7 +97,7 @@ async def patch(self,body: BuildingMap, request_configuration: Optional[RequestC
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
"""
- Delete navigation property map for places
+ Delete the map of a specific building.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -106,7 +108,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[MapRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get map from places
+ Get the map of a building in IMDF format.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -168,7 +170,7 @@ class MapRequestBuilderDeleteRequestConfiguration(RequestConfiguration[QueryPara
@dataclass
class MapRequestBuilderGetQueryParameters():
"""
- Get map from places
+ Get the map of a building in IMDF format.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_desk/check_ins/check_ins_request_builder.py b/msgraph/generated/places/item/graph_desk/check_ins/check_ins_request_builder.py
index 3710ba18e6d..9fa7a0acbdc 100644
--- a/msgraph/generated/places/item/graph_desk/check_ins/check_ins_request_builder.py
+++ b/msgraph/generated/places/item/graph_desk/check_ins/check_ins_request_builder.py
@@ -49,7 +49,7 @@ def by_check_in_claim_calendar_event_id(self,check_in_claim_calendar_event_id: s
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaimCollectionResponse]
"""
@@ -92,7 +92,7 @@ async def post(self,body: CheckInClaim, request_configuration: Optional[RequestC
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +138,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class CheckInsRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_desk/check_ins/item/check_in_claim_calendar_event_item_request_builder.py b/msgraph/generated/places/item/graph_desk/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
index 88ad6e7c5be..6760b73f98f 100644
--- a/msgraph/generated/places/item/graph_desk/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_desk/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaim]
"""
@@ -104,7 +104,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilderDeleteRequestConfiguration(Requ
@dataclass
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_desk/graph_desk_request_builder.py b/msgraph/generated/places/item/graph_desk/graph_desk_request_builder.py
index 25c7b7f7846..f6251b13920 100644
--- a/msgraph/generated/places/item/graph_desk/graph_desk_request_builder.py
+++ b/msgraph/generated/places/item/graph_desk/graph_desk_request_builder.py
@@ -33,9 +33,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def get(self,request_configuration: Optional[RequestConfiguration[GraphDeskRequestBuilderGetQueryParameters]] = None) -> Optional[Desk]:
"""
- Get the item of type microsoft.graph.place as microsoft.graph.desk
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[Desk]
+ Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -53,7 +54,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphDes
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphDeskRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get the item of type microsoft.graph.place as microsoft.graph.desk
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -84,7 +85,7 @@ def check_ins(self) -> CheckInsRequestBuilder:
@dataclass
class GraphDeskRequestBuilderGetQueryParameters():
"""
- Get the item of type microsoft.graph.place as microsoft.graph.desk
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_floor/check_ins/check_ins_request_builder.py b/msgraph/generated/places/item/graph_floor/check_ins/check_ins_request_builder.py
index 66240234146..68882792781 100644
--- a/msgraph/generated/places/item/graph_floor/check_ins/check_ins_request_builder.py
+++ b/msgraph/generated/places/item/graph_floor/check_ins/check_ins_request_builder.py
@@ -49,7 +49,7 @@ def by_check_in_claim_calendar_event_id(self,check_in_claim_calendar_event_id: s
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaimCollectionResponse]
"""
@@ -92,7 +92,7 @@ async def post(self,body: CheckInClaim, request_configuration: Optional[RequestC
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +138,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class CheckInsRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_floor/check_ins/item/check_in_claim_calendar_event_item_request_builder.py b/msgraph/generated/places/item/graph_floor/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
index 68c70f841fa..022587ba01c 100644
--- a/msgraph/generated/places/item/graph_floor/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_floor/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaim]
"""
@@ -104,7 +104,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilderDeleteRequestConfiguration(Requ
@dataclass
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_floor/graph_floor_request_builder.py b/msgraph/generated/places/item/graph_floor/graph_floor_request_builder.py
index d0b3645eb0c..27ec7ad827d 100644
--- a/msgraph/generated/places/item/graph_floor/graph_floor_request_builder.py
+++ b/msgraph/generated/places/item/graph_floor/graph_floor_request_builder.py
@@ -33,9 +33,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def get(self,request_configuration: Optional[RequestConfiguration[GraphFloorRequestBuilderGetQueryParameters]] = None) -> Optional[Floor]:
"""
- Get the item of type microsoft.graph.place as microsoft.graph.floor
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[Floor]
+ Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -53,7 +54,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphFlo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphFloorRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get the item of type microsoft.graph.place as microsoft.graph.floor
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -84,7 +85,7 @@ def check_ins(self) -> CheckInsRequestBuilder:
@dataclass
class GraphFloorRequestBuilderGetQueryParameters():
"""
- Get the item of type microsoft.graph.place as microsoft.graph.floor
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_room/check_ins/check_ins_request_builder.py b/msgraph/generated/places/item/graph_room/check_ins/check_ins_request_builder.py
index e3be4410ed8..1ec5eb40520 100644
--- a/msgraph/generated/places/item/graph_room/check_ins/check_ins_request_builder.py
+++ b/msgraph/generated/places/item/graph_room/check_ins/check_ins_request_builder.py
@@ -49,7 +49,7 @@ def by_check_in_claim_calendar_event_id(self,check_in_claim_calendar_event_id: s
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaimCollectionResponse]
"""
@@ -92,7 +92,7 @@ async def post(self,body: CheckInClaim, request_configuration: Optional[RequestC
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +138,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class CheckInsRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_room/check_ins/item/check_in_claim_calendar_event_item_request_builder.py b/msgraph/generated/places/item/graph_room/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
index 33bd748cc7e..c5a5a049963 100644
--- a/msgraph/generated/places/item/graph_room/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_room/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaim]
"""
@@ -104,7 +104,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilderDeleteRequestConfiguration(Requ
@dataclass
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_room/graph_room_request_builder.py b/msgraph/generated/places/item/graph_room/graph_room_request_builder.py
index d35f1f35efe..1d46ae403ee 100644
--- a/msgraph/generated/places/item/graph_room/graph_room_request_builder.py
+++ b/msgraph/generated/places/item/graph_room/graph_room_request_builder.py
@@ -33,7 +33,7 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def get(self,request_configuration: Optional[RequestConfiguration[GraphRoomRequestBuilderGetQueryParameters]] = None) -> Optional[Room]:
"""
- Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[Room]
Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
@@ -54,7 +54,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphRoo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphRoomRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -85,7 +85,7 @@ def check_ins(self) -> CheckInsRequestBuilder:
@dataclass
class GraphRoomRequestBuilderGetQueryParameters():
"""
- Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_room_list/check_ins/check_ins_request_builder.py b/msgraph/generated/places/item/graph_room_list/check_ins/check_ins_request_builder.py
index dee0ce3a641..9a05028ed1d 100644
--- a/msgraph/generated/places/item/graph_room_list/check_ins/check_ins_request_builder.py
+++ b/msgraph/generated/places/item/graph_room_list/check_ins/check_ins_request_builder.py
@@ -49,7 +49,7 @@ def by_check_in_claim_calendar_event_id(self,check_in_claim_calendar_event_id: s
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaimCollectionResponse]
"""
@@ -92,7 +92,7 @@ async def post(self,body: CheckInClaim, request_configuration: Optional[RequestC
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +138,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class CheckInsRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_room_list/check_ins/item/check_in_claim_calendar_event_item_request_builder.py b/msgraph/generated/places/item/graph_room_list/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
index e060dd22e44..a82f798b25a 100644
--- a/msgraph/generated/places/item/graph_room_list/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_room_list/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaim]
"""
@@ -104,7 +104,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilderDeleteRequestConfiguration(Requ
@dataclass
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_room_list/rooms/item/check_ins/check_ins_request_builder.py b/msgraph/generated/places/item/graph_room_list/rooms/item/check_ins/check_ins_request_builder.py
index d1566e57f20..c2a7a7bcbc7 100644
--- a/msgraph/generated/places/item/graph_room_list/rooms/item/check_ins/check_ins_request_builder.py
+++ b/msgraph/generated/places/item/graph_room_list/rooms/item/check_ins/check_ins_request_builder.py
@@ -49,7 +49,7 @@ def by_check_in_claim_calendar_event_id(self,check_in_claim_calendar_event_id: s
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaimCollectionResponse]
"""
@@ -92,7 +92,7 @@ async def post(self,body: CheckInClaim, request_configuration: Optional[RequestC
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +138,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class CheckInsRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_room_list/rooms/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py b/msgraph/generated/places/item/graph_room_list/rooms/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
index fe780aeb1c3..51c9d9c3778 100644
--- a/msgraph/generated/places/item/graph_room_list/rooms/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_room_list/rooms/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaim]
"""
@@ -104,7 +104,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilderDeleteRequestConfiguration(Requ
@dataclass
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/check_ins_request_builder.py b/msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/check_ins_request_builder.py
index 6cc8ee72afa..ad2e3978f36 100644
--- a/msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/check_ins_request_builder.py
+++ b/msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/check_ins_request_builder.py
@@ -49,7 +49,7 @@ def by_check_in_claim_calendar_event_id(self,check_in_claim_calendar_event_id: s
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaimCollectionResponse]
"""
@@ -92,7 +92,7 @@ async def post(self,body: CheckInClaim, request_configuration: Optional[RequestC
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +138,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class CheckInsRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py b/msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
index 8730d60c0e2..60c94a74d0a 100644
--- a/msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_room_list/workspaces/item/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaim]
"""
@@ -104,7 +104,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilderDeleteRequestConfiguration(Requ
@dataclass
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_section/check_ins/check_ins_request_builder.py b/msgraph/generated/places/item/graph_section/check_ins/check_ins_request_builder.py
index 4dd28c02489..c07b210b891 100644
--- a/msgraph/generated/places/item/graph_section/check_ins/check_ins_request_builder.py
+++ b/msgraph/generated/places/item/graph_section/check_ins/check_ins_request_builder.py
@@ -49,7 +49,7 @@ def by_check_in_claim_calendar_event_id(self,check_in_claim_calendar_event_id: s
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaimCollectionResponse]
"""
@@ -92,7 +92,7 @@ async def post(self,body: CheckInClaim, request_configuration: Optional[RequestC
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +138,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class CheckInsRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_section/check_ins/item/check_in_claim_calendar_event_item_request_builder.py b/msgraph/generated/places/item/graph_section/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
index c722f466693..0d84f6236f8 100644
--- a/msgraph/generated/places/item/graph_section/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_section/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaim]
"""
@@ -104,7 +104,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilderDeleteRequestConfiguration(Requ
@dataclass
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_section/graph_section_request_builder.py b/msgraph/generated/places/item/graph_section/graph_section_request_builder.py
index 4a330450832..8e241a2d892 100644
--- a/msgraph/generated/places/item/graph_section/graph_section_request_builder.py
+++ b/msgraph/generated/places/item/graph_section/graph_section_request_builder.py
@@ -33,9 +33,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def get(self,request_configuration: Optional[RequestConfiguration[GraphSectionRequestBuilderGetQueryParameters]] = None) -> Optional[Section]:
"""
- Get the item of type microsoft.graph.place as microsoft.graph.section
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[Section]
+ Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -53,7 +54,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphSec
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphSectionRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get the item of type microsoft.graph.place as microsoft.graph.section
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -84,7 +85,7 @@ def check_ins(self) -> CheckInsRequestBuilder:
@dataclass
class GraphSectionRequestBuilderGetQueryParameters():
"""
- Get the item of type microsoft.graph.place as microsoft.graph.section
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_workspace/check_ins/check_ins_request_builder.py b/msgraph/generated/places/item/graph_workspace/check_ins/check_ins_request_builder.py
index 5cb1e0835ca..0ea33b0b2de 100644
--- a/msgraph/generated/places/item/graph_workspace/check_ins/check_ins_request_builder.py
+++ b/msgraph/generated/places/item/graph_workspace/check_ins/check_ins_request_builder.py
@@ -49,7 +49,7 @@ def by_check_in_claim_calendar_event_id(self,check_in_claim_calendar_event_id: s
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaimCollectionResponse]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaimCollectionResponse]
"""
@@ -92,7 +92,7 @@ async def post(self,body: CheckInClaim, request_configuration: Optional[RequestC
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -138,7 +138,7 @@ def count(self) -> CountRequestBuilder:
@dataclass
class CheckInsRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_workspace/check_ins/item/check_in_claim_calendar_event_item_request_builder.py b/msgraph/generated/places/item/graph_workspace/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
index fbc06bab144..b4a648bd9f0 100644
--- a/msgraph/generated/places/item/graph_workspace/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
+++ b/msgraph/generated/places/item/graph_workspace/check_ins/item/check_in_claim_calendar_event_item_request_builder.py
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> Optional[CheckInClaim]:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CheckInClaim]
"""
@@ -104,7 +104,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -148,7 +148,7 @@ class CheckInClaimCalendarEventItemRequestBuilderDeleteRequestConfiguration(Requ
@dataclass
class CheckInClaimCalendarEventItemRequestBuilderGetQueryParameters():
"""
- Get checkIns from places
+ A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/graph_workspace/graph_workspace_request_builder.py b/msgraph/generated/places/item/graph_workspace/graph_workspace_request_builder.py
index bcd208e04e4..2cf8d98ec6e 100644
--- a/msgraph/generated/places/item/graph_workspace/graph_workspace_request_builder.py
+++ b/msgraph/generated/places/item/graph_workspace/graph_workspace_request_builder.py
@@ -33,9 +33,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def get(self,request_configuration: Optional[RequestConfiguration[GraphWorkspaceRequestBuilderGetQueryParameters]] = None) -> Optional[Workspace]:
"""
- Get the item of type microsoft.graph.place as microsoft.graph.workspace
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[Workspace]
+ Find more info here: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0
"""
request_info = self.to_get_request_information(
request_configuration
@@ -53,7 +54,7 @@ async def get(self,request_configuration: Optional[RequestConfiguration[GraphWor
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[GraphWorkspaceRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get the item of type microsoft.graph.place as microsoft.graph.workspace
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -84,7 +85,7 @@ def check_ins(self) -> CheckInsRequestBuilder:
@dataclass
class GraphWorkspaceRequestBuilderGetQueryParameters():
"""
- Get the item of type microsoft.graph.place as microsoft.graph.workspace
+ Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/places/item/place_item_request_builder.py b/msgraph/generated/places/item/place_item_request_builder.py
index d885ad4fb7a..c40286d9c04 100644
--- a/msgraph/generated/places/item/place_item_request_builder.py
+++ b/msgraph/generated/places/item/place_item_request_builder.py
@@ -41,9 +41,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, d
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
"""
- Delete entity from places
+ Delete a place object. You can also use this method to delete the following child object types: building, floor, section, or desk.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: None
+ Find more info here: https://learn.microsoft.com/graph/api/place-delete?view=graph-rest-1.0
"""
request_info = self.to_delete_request_information(
request_configuration
@@ -59,7 +60,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def patch(self,body: Place, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Place]:
"""
- Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property.
+ Update the properties of place object that can be a building, floor, section, desk, room, workspace, or roomList. You can identify the place by specifying the id property.
param body: The request body
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[Place]
@@ -83,7 +84,7 @@ async def patch(self,body: Place, request_configuration: Optional[RequestConfigu
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
"""
- Delete entity from places
+ Delete a place object. You can also use this method to delete the following child object types: building, floor, section, or desk.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -94,7 +95,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_patch_request_information(self,body: Place, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
"""
- Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property.
+ Update the properties of place object that can be a building, floor, section, desk, room, workspace, or roomList. You can identify the place by specifying the id property.
param body: The request body
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
diff --git a/msgraph/generated/places/places_request_builder.py b/msgraph/generated/places/places_request_builder.py
index dbad61c4ece..210956c3b6c 100644
--- a/msgraph/generated/places/places_request_builder.py
+++ b/msgraph/generated/places/places_request_builder.py
@@ -55,10 +55,11 @@ def by_place_id(self,place_id: str) -> PlaceItemRequestBuilder:
async def post(self,body: Place, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Place]:
"""
- Add new entity to places
+ Create a new place object. You can also use this method to create the following child object types: building, floor, section, room, workspace, or desk.
param body: The request body
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[Place]
+ Find more info here: https://learn.microsoft.com/graph/api/place-post?view=graph-rest-1.0
"""
if body is None:
raise TypeError("body cannot be null.")
@@ -78,7 +79,7 @@ async def post(self,body: Place, request_configuration: Optional[RequestConfigur
def to_post_request_information(self,body: Place, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
"""
- Add new entity to places
+ Create a new place object. You can also use this method to create the following child object types: building, floor, section, room, workspace, or desk.
param body: The request body
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
diff --git a/msgraph/generated/users/item/online_meetings/item/recordings/item/call_recording_item_request_builder.py b/msgraph/generated/users/item/online_meetings/item/recordings/item/call_recording_item_request_builder.py
index ec4a386ace8..9bb4a3305ba 100644
--- a/msgraph/generated/users/item/online_meetings/item/recordings/item/call_recording_item_request_builder.py
+++ b/msgraph/generated/users/item/online_meetings/item/recordings/item/call_recording_item_request_builder.py
@@ -51,7 +51,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[CallRecordingItemRequestBuilderGetQueryParameters]] = None) -> Optional[CallRecording]:
"""
- Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.
+ Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CallRecording]
Find more info here: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0
@@ -106,7 +106,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CallRecordingItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.
+ Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -159,7 +159,7 @@ class CallRecordingItemRequestBuilderDeleteRequestConfiguration(RequestConfigura
@dataclass
class CallRecordingItemRequestBuilderGetQueryParameters():
"""
- Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.
+ Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/users/item/online_meetings/item/recordings/recordings_request_builder.py b/msgraph/generated/users/item/online_meetings/item/recordings/recordings_request_builder.py
index cd23d9680de..0d40431b148 100644
--- a/msgraph/generated/users/item/online_meetings/item/recordings/recordings_request_builder.py
+++ b/msgraph/generated/users/item/online_meetings/item/recordings/recordings_request_builder.py
@@ -50,7 +50,7 @@ def by_call_recording_id(self,call_recording_id: str) -> CallRecordingItemReques
async def get(self,request_configuration: Optional[RequestConfiguration[RecordingsRequestBuilderGetQueryParameters]] = None) -> Optional[CallRecordingCollectionResponse]:
"""
- Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.
+ Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CallRecordingCollectionResponse]
"""
@@ -93,7 +93,7 @@ async def post(self,body: CallRecording, request_configuration: Optional[Request
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[RecordingsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.
+ Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -148,7 +148,7 @@ def delta(self) -> DeltaRequestBuilder:
@dataclass
class RecordingsRequestBuilderGetQueryParameters():
"""
- Get a callRecording object associated with a scheduled onlineMeeting. This API supports the retrieval of call recordings from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.
+ Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/users/item/online_meetings/item/transcripts/item/call_transcript_item_request_builder.py b/msgraph/generated/users/item/online_meetings/item/transcripts/item/call_transcript_item_request_builder.py
index 02b415d0ce4..e34ab85def8 100644
--- a/msgraph/generated/users/item/online_meetings/item/transcripts/item/call_transcript_item_request_builder.py
+++ b/msgraph/generated/users/item/online_meetings/item/transcripts/item/call_transcript_item_request_builder.py
@@ -52,7 +52,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[CallTranscriptItemRequestBuilderGetQueryParameters]] = None) -> Optional[CallTranscript]:
"""
- Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
+ Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CallTranscript]
Find more info here: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0
@@ -107,7 +107,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[CallTranscriptItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
+ Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -169,7 +169,7 @@ class CallTranscriptItemRequestBuilderDeleteRequestConfiguration(RequestConfigur
@dataclass
class CallTranscriptItemRequestBuilderGetQueryParameters():
"""
- Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
+ Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
"""
def get_query_parameter(self,original_name: str) -> str:
"""
diff --git a/msgraph/generated/users/item/online_meetings/item/transcripts/item/content/content_request_builder.py b/msgraph/generated/users/item/online_meetings/item/transcripts/item/content/content_request_builder.py
index 1b37c6eec2a..407fe17bba2 100644
--- a/msgraph/generated/users/item/online_meetings/item/transcripts/item/content/content_request_builder.py
+++ b/msgraph/generated/users/item/online_meetings/item/transcripts/item/content/content_request_builder.py
@@ -50,7 +50,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[bytes]:
"""
- Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
+ Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: bytes
Find more info here: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0
@@ -103,7 +103,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
"""
- Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
+ Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
diff --git a/msgraph/generated/users/item/online_meetings/item/transcripts/item/metadata_content/metadata_content_request_builder.py b/msgraph/generated/users/item/online_meetings/item/transcripts/item/metadata_content/metadata_content_request_builder.py
index c6cdb5ce0b5..5fd9cf4f0ef 100644
--- a/msgraph/generated/users/item/online_meetings/item/transcripts/item/metadata_content/metadata_content_request_builder.py
+++ b/msgraph/generated/users/item/online_meetings/item/transcripts/item/metadata_content/metadata_content_request_builder.py
@@ -49,7 +49,7 @@ async def delete(self,request_configuration: Optional[RequestConfiguration[Query
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[bytes]:
"""
- Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
+ Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: bytes
Find more info here: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0
@@ -100,7 +100,7 @@ def to_delete_request_information(self,request_configuration: Optional[RequestCo
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
"""
- Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
+ Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events. Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. Retrieving the content of the transcript returns the stream of text associated with the transcript.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
diff --git a/msgraph/generated/users/item/online_meetings/item/transcripts/transcripts_request_builder.py b/msgraph/generated/users/item/online_meetings/item/transcripts/transcripts_request_builder.py
index 77f2457989f..454741f0137 100644
--- a/msgraph/generated/users/item/online_meetings/item/transcripts/transcripts_request_builder.py
+++ b/msgraph/generated/users/item/online_meetings/item/transcripts/transcripts_request_builder.py
@@ -50,7 +50,7 @@ def by_call_transcript_id(self,call_transcript_id: str) -> CallTranscriptItemReq
async def get(self,request_configuration: Optional[RequestConfiguration[TranscriptsRequestBuilderGetQueryParameters]] = None) -> Optional[CallTranscriptCollectionResponse]:
"""
- Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time.
+ Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: Optional[CallTranscriptCollectionResponse]
Find more info here: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0
@@ -94,7 +94,7 @@ async def post(self,body: CallTranscript, request_configuration: Optional[Reques
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[TranscriptsRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
"""
- Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time.
+ Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events.
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Returns: RequestInformation
"""
@@ -149,7 +149,7 @@ def delta(self) -> DeltaRequestBuilder:
@dataclass
class TranscriptsRequestBuilderGetQueryParameters():
"""
- Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from private chat meetings and channel meetings. However, private channel meetings are not supported at this time.
+ Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API supports the retrieval of call transcripts from all meeting types except live events.
"""
def get_query_parameter(self,original_name: str) -> str:
"""