Skip to content

Commit

Permalink
Merge pull request #1344 from microsoftgraph/beta/pipelinebuild/124844
Browse files Browse the repository at this point in the history
Generated beta models and request builders
  • Loading branch information
Ndiritu authored Sep 13, 2023
2 parents 18979f3 + 20bea93 commit eb429bc
Show file tree
Hide file tree
Showing 49 changed files with 436 additions and 191 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
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
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
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public function setDescriptionForReviewers($val)

/**
* Gets the displayName
* Name of the access review series. Supports $select and $orderBy. Required on create.
* Name of the access review series. Supports $select and $orderby. Required on create.
*
* @return string|null The displayName
*/
Expand All @@ -223,7 +223,7 @@ public function getDisplayName()

/**
* Sets the displayName
* Name of the access review series. Supports $select and $orderBy. Required on create.
* Name of the access review series. Supports $select and $orderby. Required on create.
*
* @param string $val The displayName
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/Model/AdministrativeUnit.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function setDescription($val)

/**
* Gets the displayName
* Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
* Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
*
* @return string|null The displayName
*/
Expand All @@ -70,7 +70,7 @@ public function getDisplayName()

/**
* Sets the displayName
* Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
* Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
*
* @param string $val The displayName
*
Expand Down
8 changes: 4 additions & 4 deletions src/Beta/Microsoft/Graph/Model/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function setCertification($val)

/**
* Gets the createdDateTime
* The date and time the application was registered. 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. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderBy.
* The date and time the application was registered. 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. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderby.
*
* @return \DateTime|null The createdDateTime
*/
Expand All @@ -203,7 +203,7 @@ public function getCreatedDateTime()

/**
* Sets the createdDateTime
* The date and time the application was registered. 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. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderBy.
* The date and time the application was registered. 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. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderby.
*
* @param \DateTime $val The createdDateTime
*
Expand Down Expand Up @@ -304,7 +304,7 @@ public function setDisabledByMicrosoftStatus($val)

/**
* Gets the displayName
* The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
* The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
*
* @return string|null The displayName
*/
Expand All @@ -319,7 +319,7 @@ public function getDisplayName()

/**
* Sets the displayName
* The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
* The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
*
* @param string $val The displayName
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/Model/CloudPcProvisioningPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function setCloudPcGroupDisplayName($val)

/**
* Gets the cloudPcNamingTemplate
* The template used to name Cloud PCs provisioned using this policy. This can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user's name and a randomly generated number, respectively. For example, 'CPC-%USERNAME:4%-%RAND:5%' means that the Cloud PC's name will start with 'CPC-', have a four-character username in the middle followed by a '-' character, and end with five random characters. The total length of the text generated by the template can be no more than 15 characters. Supports $filter, $select, $orderBy.
* The template used to name Cloud PCs provisioned using this policy. This can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user's name and a randomly generated number, respectively. For example, 'CPC-%USERNAME:4%-%RAND:5%' means that the Cloud PC's name will start with 'CPC-', have a four-character username in the middle followed by a '-' character, and end with five random characters. The total length of the text generated by the template can be no more than 15 characters. Supports $filter, $select, $orderby.
*
* @return string|null The cloudPcNamingTemplate
*/
Expand All @@ -99,7 +99,7 @@ public function getCloudPcNamingTemplate()

/**
* Sets the cloudPcNamingTemplate
* The template used to name Cloud PCs provisioned using this policy. This can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user's name and a randomly generated number, respectively. For example, 'CPC-%USERNAME:4%-%RAND:5%' means that the Cloud PC's name will start with 'CPC-', have a four-character username in the middle followed by a '-' character, and end with five random characters. The total length of the text generated by the template can be no more than 15 characters. Supports $filter, $select, $orderBy.
* The template used to name Cloud PCs provisioned using this policy. This can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user's name and a randomly generated number, respectively. For example, 'CPC-%USERNAME:4%-%RAND:5%' means that the Cloud PC's name will start with 'CPC-', have a four-character username in the middle followed by a '-' character, and end with five random characters. The total length of the text generated by the template can be no more than 15 characters. Supports $filter, $select, $orderby.
*
* @param string $val The cloudPcNamingTemplate
*
Expand Down
3 changes: 3 additions & 0 deletions src/Beta/Microsoft/Graph/Model/CloudPcReportName.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ class CloudPcReportName extends Enum
const SHARED_USE_LICENSE_USAGE_REAL_TIME_REPORT = "sharedUseLicenseUsageRealTimeReport";
const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
const NO_LICENSE_AVAILABLE_CONNECTIVITY_FAILURE_REPORT = "noLicenseAvailableConnectivityFailureReport";
const FRONTLINE_LICENSE_USAGE_REPORT = "frontlineLicenseUsageReport";
const FRONTLINE_LICENSE_USAGE_REAL_TIME_REPORT = "frontlineLicenseUsageRealTimeReport";
const REMOTE_CONNECTION_QUALITY_REPORTS = "remoteConnectionQualityReports";
const INACCESSIBLE_CLOUD_PC_REPORTS = "inaccessibleCloudPcReports";
const RAW_REMOTE_CONNECTION_REPORTS = "rawRemoteConnectionReports";
}
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/Model/DelegatedAdminCustomer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class DelegatedAdminCustomer extends Entity
{
/**
* Gets the displayName
* The Azure AD display name of the customer tenant. Read-only. Supports $orderBy.
* The Azure AD display name of the customer tenant. Read-only. Supports $orderby.
*
* @return string|null The displayName
*/
Expand All @@ -41,7 +41,7 @@ public function getDisplayName()

/**
* Sets the displayName
* The Azure AD display name of the customer tenant. Read-only. Supports $orderBy.
* The Azure AD display name of the customer tenant. Read-only. Supports $orderby.
*
* @param string $val The displayName
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/Model/DelegatedAdminRelationship.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public function setLastModifiedDateTime($val)

/**
* Gets the status
* The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderBy.
* The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderby.
*
* @return DelegatedAdminRelationshipStatus|null The status
*/
Expand All @@ -305,7 +305,7 @@ public function getStatus()

/**
* Sets the status
* The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderBy.
* The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderby.
*
* @param DelegatedAdminRelationshipStatus $val The status
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function setOperationType($val)

/**
* Gets the status
* The status of the operation. Read-only. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. Supports $orderBy.
* The status of the operation. Read-only. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. Supports $orderby.
*
* @return LongRunningOperationStatus|null The status
*/
Expand All @@ -173,7 +173,7 @@ public function getStatus()

/**
* Sets the status
* The status of the operation. Read-only. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. Supports $orderBy.
* The status of the operation. Read-only. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. Supports $orderby.
*
* @param LongRunningOperationStatus $val The status
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class DelegatedAdminRelationshipRequest extends Entity
{
/**
* Gets the action
* The action to be performed on the delegated admin relationship.
* The action to be performed on the delegated admin relationship. The possible values are: lockForApproval, approve, terminate, unknownFutureValue, reject. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: reject. For a partner to finalize a relationship in the created status, set the action to lockForApproval. For a partner to terminate a relationship in the active status, set the action to terminate. For an indirect reseller to approve a relationship created by an indirect provider in the approvalPending status, set the action to approve. For an indirect reseller to reject a relationship created by an indirect provider in the approvalPending status, set the action to reject.
*
* @return DelegatedAdminRelationshipRequestAction|null The action
*/
Expand All @@ -45,7 +45,7 @@ public function getAction()

/**
* Sets the action
* The action to be performed on the delegated admin relationship.
* The action to be performed on the delegated admin relationship. The possible values are: lockForApproval, approve, terminate, unknownFutureValue, reject. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: reject. For a partner to finalize a relationship in the created status, set the action to lockForApproval. For a partner to terminate a relationship in the active status, set the action to terminate. For an indirect reseller to approve a relationship created by an indirect provider in the approvalPending status, set the action to approve. For an indirect reseller to reject a relationship created by an indirect provider in the approvalPending status, set the action to reject.
*
* @param DelegatedAdminRelationshipRequestAction $val The action
*
Expand Down
8 changes: 4 additions & 4 deletions src/Beta/Microsoft/Graph/Model/Device.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function setAlternativeSecurityIds($val)

/**
* Gets the approximateLastSignInDateTime
* 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. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy.
* 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. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderby.
*
* @return \DateTime|null The approximateLastSignInDateTime
*/
Expand All @@ -104,7 +104,7 @@ public function getApproximateLastSignInDateTime()

/**
* Sets the approximateLastSignInDateTime
* 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. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy.
* 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. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderby.
*
* @param \DateTime $val The approximateLastSignInDateTime
*
Expand Down Expand Up @@ -296,7 +296,7 @@ public function setDeviceVersion($val)

/**
* Gets the displayName
* The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
* The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
*
* @return string|null The displayName
*/
Expand All @@ -311,7 +311,7 @@ public function getDisplayName()

/**
* Sets the displayName
* The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
* The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
*
* @param string $val The displayName
*
Expand Down
Loading

0 comments on commit eb429bc

Please sign in to comment.