Skip to content

Commit

Permalink
Merge pull request #1346 from microsoftgraph/dev
Browse files Browse the repository at this point in the history
Release 1.107.0
  • Loading branch information
Ndiritu authored Sep 27, 2023
2 parents a9f43d7 + c7e698e commit 63fed05
Show file tree
Hide file tree
Showing 345 changed files with 6,320 additions and 1,203 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can install the PHP SDK with Composer, either run `composer require microsof
```
{
"require": {
"microsoft/microsoft-graph": "^1.106.0"
"microsoft/microsoft-graph": "^1.107.0"
}
}
```
Expand Down
24 changes: 12 additions & 12 deletions src/Beta/Microsoft/Graph/CallRecords/Model/DirectRoutingLogRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class DirectRoutingLogRow extends \Beta\Microsoft\Graph\Model\Entity
{
/**
* Gets the calleeNumber
* Number of the user or bot who received the call (E.164 format, but may include additional data).
* Number of the user or bot who received the call (E.164 format, but may include more data).
*
* @return string|null The calleeNumber
*/
Expand All @@ -40,7 +40,7 @@ public function getCalleeNumber()

/**
* Sets the calleeNumber
* Number of the user or bot who received the call (E.164 format, but may include additional data).
* Number of the user or bot who received the call (E.164 format, but may include more data).
*
* @param string $val The value of the calleeNumber
*
Expand Down Expand Up @@ -81,7 +81,7 @@ public function setCallEndSubReason($val)
}
/**
* Gets the callerNumber
* Number of the user or bot who made the call (E.164 format, but may include additional data).
* Number of the user or bot who made the call (E.164 format, but may include more data).
*
* @return string|null The callerNumber
*/
Expand All @@ -96,7 +96,7 @@ public function getCallerNumber()

/**
* Sets the callerNumber
* Number of the user or bot who made the call (E.164 format, but may include additional data).
* Number of the user or bot who made the call (E.164 format, but may include more data).
*
* @param string $val The value of the callerNumber
*
Expand Down Expand Up @@ -344,7 +344,7 @@ public function setId($val)

/**
* Gets the inviteDateTime
* When the initial invite was sent.
* The date and time when the initial invite was sent.
*
* @return \DateTime|null The inviteDateTime
*/
Expand All @@ -363,7 +363,7 @@ public function getInviteDateTime()

/**
* Sets the inviteDateTime
* When the initial invite was sent.
* The date and time when the initial invite was sent.
*
* @param \DateTime $val The value to assign to the inviteDateTime
*
Expand Down Expand Up @@ -432,7 +432,7 @@ public function setMediaPathLocation($val)
}
/**
* Gets the otherPartyCountryCode
* Country code of the caller in case of an incoming call, or callee in case of an outgoing call. For details, see ISO 3166-1 alpha-2.
* Country code of the caller for an incoming call, or callee for an outgoing call. For details, see ISO 3166-1 alpha-2.
*
* @return string|null The otherPartyCountryCode
*/
Expand All @@ -447,7 +447,7 @@ public function getOtherPartyCountryCode()

/**
* Sets the otherPartyCountryCode
* Country code of the caller in case of an incoming call, or callee in case of an outgoing call. For details, see ISO 3166-1 alpha-2.
* Country code of the caller for an incoming call, or callee for an outgoing call. For details, see ISO 3166-1 alpha-2.
*
* @param string $val The value of the otherPartyCountryCode
*
Expand Down Expand Up @@ -633,7 +633,7 @@ public function setUserDisplayName($val)
}
/**
* Gets the userId
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info will be null/empty for bot call types.
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info is null/empty for bot call types.
*
* @return string|null The userId
*/
Expand All @@ -648,7 +648,7 @@ public function getUserId()

/**
* Sets the userId
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info will be null/empty for bot call types.
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info is null/empty for bot call types.
*
* @param string $val The value of the userId
*
Expand All @@ -661,7 +661,7 @@ public function setUserId($val)
}
/**
* Gets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Azure Active Directory, is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @return string|null The userPrincipalName
*/
Expand All @@ -676,7 +676,7 @@ public function getUserPrincipalName()

/**
* Sets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Azure Active Directory, is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @param string $val The value of the userPrincipalName
*
Expand Down
8 changes: 4 additions & 4 deletions src/Beta/Microsoft/Graph/CallRecords/Model/MediaStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public function setAverageVideoPacketLossRate($val)

/**
* Gets the endDateTime
* UTC time when the stream ended. 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
* UTC time when the stream ended. 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. This field is only available for streams that use the SIP protocol.
*
* @return \DateTime|null The endDateTime
*/
Expand All @@ -434,7 +434,7 @@ public function getEndDateTime()

/**
* Sets the endDateTime
* UTC time when the stream ended. 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
* UTC time when the stream ended. 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. This field is only available for streams that use the SIP protocol.
*
* @param \DateTime $val The value to assign to the endDateTime
*
Expand Down Expand Up @@ -776,7 +776,7 @@ public function setRmsFreezeDuration($val)

/**
* Gets the startDateTime
* UTC time when the stream started. 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
* UTC time when the stream started. 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. This field is only available for streams that use the SIP protocol.
*
* @return \DateTime|null The startDateTime
*/
Expand All @@ -795,7 +795,7 @@ public function getStartDateTime()

/**
* Sets the startDateTime
* UTC time when the stream started. 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
* UTC time when the stream started. 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. This field is only available for streams that use the SIP protocol.
*
* @param \DateTime $val The value to assign to the startDateTime
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/CallRecords/Model/NetworkInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public function setLinkSpeed($val)
}
/**
* Gets the macAddress
* The media access control (MAC) address of the media endpoint's network device.
* The media access control (MAC) address of the media endpoint's network device. This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies.
*
* @return string|null The macAddress
*/
Expand All @@ -241,7 +241,7 @@ public function getMacAddress()

/**
* Sets the macAddress
* The media access control (MAC) address of the media endpoint's network device.
* The media access control (MAC) address of the media endpoint's network device. This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies.
*
* @param string $val The value of the macAddress
*
Expand Down
8 changes: 4 additions & 4 deletions src/Beta/Microsoft/Graph/CallRecords/Model/PstnCallLogRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ public function setLicenseCapability($val)
}
/**
* Gets the operator
* The telecommunications operator which provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program.
* The telecommunications operator that provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program.
*
* @return string|null The operator
*/
Expand All @@ -620,7 +620,7 @@ public function getOperator()

/**
* Sets the operator
* The telecommunications operator which provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program.
* The telecommunications operator that provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program.
*
* @param string $val The value of the operator
*
Expand All @@ -633,7 +633,7 @@ public function setOperator($val)
}
/**
* Gets the otherPartyCountryCode
* Country code of the caller in case of an incoming call, or callee in case of an outgoing call. For details, see ISO 3166-1 alpha-2.
* Country code of the caller for an incoming call, or callee for an outgoing call. For details, see ISO 3166-1 alpha-2.
*
* @return string|null The otherPartyCountryCode
*/
Expand All @@ -648,7 +648,7 @@ public function getOtherPartyCountryCode()

/**
* Sets the otherPartyCountryCode
* Country code of the caller in case of an incoming call, or callee in case of an outgoing call. For details, see ISO 3166-1 alpha-2.
* Country code of the caller for an incoming call, or callee for an outgoing call. For details, see ISO 3166-1 alpha-2.
*
* @param string $val The value of the otherPartyCountryCode
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/Ediscovery/Model/CaseSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function setRedundancyDetection($val)

/**
* Gets the topicModeling
* The Topic Modeling (Themes) settings for the case.
* The article Modeling (Themes) settings for the case.
*
* @return TopicModelingSettings|null The topicModeling
*/
Expand All @@ -111,7 +111,7 @@ public function getTopicModeling()

/**
* Sets the topicModeling
* The Topic Modeling (Themes) settings for the case.
* The article Modeling (Themes) settings for the case.
*
* @param TopicModelingSettings $val The topicModeling
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/Ediscovery/Model/DataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function setCreatedDateTime($val)

/**
* Gets the displayName
* The display name of the dataSource. This will be the name of the SharePoint site.
* The display name of the dataSource, and is the name of the SharePoint site.
*
* @return string|null The displayName
*/
Expand All @@ -107,7 +107,7 @@ public function getDisplayName()

/**
* Sets the displayName
* The display name of the dataSource. This will be the name of the SharePoint site.
* The display name of the dataSource, and is the name of the SharePoint site.
*
* @param string $val The displayName
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class NoncustodialDataSource extends DataSourceContainer
{
/**
* Gets the applyHoldToSource
* Indicates if hold is applied to non-custodial data source (such as mailbox or site).
* Indicates if hold is applied to noncustodial data source (such as mailbox or site).
*
* @return bool|null The applyHoldToSource
*/
Expand All @@ -41,7 +41,7 @@ public function getApplyHoldToSource()

/**
* Sets the applyHoldToSource
* Indicates if hold is applied to non-custodial data source (such as mailbox or site).
* Indicates if hold is applied to noncustodial data source (such as mailbox or site).
*
* @param bool $val The applyHoldToSource
*
Expand All @@ -55,7 +55,7 @@ public function setApplyHoldToSource($val)

/**
* Gets the dataSource
* User source or SharePoint site data source as non-custodial data source.
* User source or SharePoint site data source as noncustodial data source.
*
* @return DataSource|null The dataSource
*/
Expand All @@ -74,7 +74,7 @@ public function getDataSource()

/**
* Sets the dataSource
* User source or SharePoint site data source as non-custodial data source.
* User source or SharePoint site data source as noncustodial data source.
*
* @param DataSource $val The dataSource
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function setIgnoreNumbers($val)
}
/**
* Gets the isEnabled
* Indicates whether themes is enabled for the case.
* Indicates whether themes are enabled for the case.
*
* @return bool|null The isEnabled
*/
Expand All @@ -96,7 +96,7 @@ public function getIsEnabled()

/**
* Sets the isEnabled
* Indicates whether themes is enabled for the case.
* Indicates whether themes are enabled for the case.
*
* @param bool $val The value of the isEnabled
*
Expand Down
12 changes: 6 additions & 6 deletions src/Beta/Microsoft/Graph/ExternalConnectors/Model/Property.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Property extends \Beta\Microsoft\Graph\Model\Entity
{
/**
* Gets the aliases
* A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional.
* A set of aliases or friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional.
*
* @return string|null The aliases
*/
Expand All @@ -40,7 +40,7 @@ public function getAliases()

/**
* Sets the aliases
* A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional.
* A set of aliases or friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional.
*
* @param string $val The value of the aliases
*
Expand Down Expand Up @@ -165,7 +165,7 @@ public function setIsRetrievable($val)
}
/**
* Gets the isSearchable
* Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional.
* Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties aren't added to the search index. Optional.
*
* @return bool|null The isSearchable
*/
Expand All @@ -180,7 +180,7 @@ public function getIsSearchable()

/**
* Sets the isSearchable
* Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional.
* Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties aren't added to the search index. Optional.
*
* @param bool $val The value of the isSearchable
*
Expand All @@ -194,7 +194,7 @@ public function setIsSearchable($val)

/**
* Gets the labels
* Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl.
* Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl.
*
* @return Label|null The labels
*/
Expand All @@ -213,7 +213,7 @@ public function getLabels()

/**
* Sets the labels
* Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl.
* Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl.
*
* @param Label $val The value to assign to the labels
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function setId($val)

/**
* Gets the nextScheduleRunDateTime
* The date time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderBy.
* The date time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderby.
*
* @return \DateTime|null The nextScheduleRunDateTime
*/
Expand All @@ -107,7 +107,7 @@ public function getNextScheduleRunDateTime()

/**
* Sets the nextScheduleRunDateTime
* The date time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderBy.
* The date time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderby.
*
* @param \DateTime $val The nextScheduleRunDateTime
*
Expand Down
Loading

0 comments on commit 63fed05

Please sign in to comment.