Skip to content

Commit

Permalink
Merge pull request #483 from microsoftgraph/dev
Browse files Browse the repository at this point in the history
Release 1.32.0
  • Loading branch information
Ndiritu authored May 14, 2021
2 parents fbc50b2 + 3f5f90a commit 2d64a63
Show file tree
Hide file tree
Showing 408 changed files with 2,474 additions and 2,017 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-beta-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

# Create a pull request [1]
- name: Create PR using the GitHub REST API via hub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-v1.0-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

# Create a pull request [1]
- name: Create PR using the GitHub REST API via hub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
validate-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: composer validate
shell: bash
run: |
Expand Down
8 changes: 4 additions & 4 deletions src/Beta/Microsoft/Graph/CallRecords/Model/CallRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public function setParticipants($val)

/**
* Gets the startDateTime
* UTC time when the first user joined the call. 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 first user joined the call. 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
*
* @return \DateTime|null The startDateTime
*/
Expand All @@ -233,7 +233,7 @@ public function getStartDateTime()

/**
* Sets the startDateTime
* UTC time when the first user joined the call. 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 first user joined the call. 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
*
* @param \DateTime $val The startDateTime
*
Expand Down Expand Up @@ -280,7 +280,7 @@ public function setType($val)

/**
* Gets the version
* Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
* Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version.
*
* @return int|null The version
*/
Expand All @@ -295,7 +295,7 @@ public function getVersion()

/**
* Sets the version
* Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
* Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version.
*
* @param int $val The version
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/CallRecords/Model/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public function setModalities($val)

/**
* Gets the startDateTime
* UTC time when the first user joined the session. 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 fime when the first user joined the session. 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
*
* @return \DateTime|null The startDateTime
*/
Expand All @@ -207,7 +207,7 @@ public function getStartDateTime()

/**
* Sets the startDateTime
* UTC time when the first user joined the session. 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 fime when the first user joined the session. 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
*
* @param \DateTime $val The startDateTime
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/Model/AadUserConversationMember.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function setTenantId($val)

/**
* Gets the userId
* The guid of the user.
* The GUID of the user.
*
* @return string|null The userId
*/
Expand All @@ -99,7 +99,7 @@ public function getUserId()

/**
* Sets the userId
* The guid of the user.
* The GUID of the user.
*
* @param string $val The userId
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ public function setSchedule($val)

/**
* Gets the accessPackage
* The access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable.
*
* @return AccessPackage|null The accessPackage
*/
Expand All @@ -349,6 +350,7 @@ public function getAccessPackage()

/**
* Sets the accessPackage
* The access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable.
*
* @param AccessPackage $val The accessPackage
*
Expand Down
20 changes: 20 additions & 0 deletions src/Beta/Microsoft/Graph/Model/AccessReviewHistoryDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class AccessReviewHistoryDefinition extends Entity
{
/**
* Gets the createdBy
* User who created this review history definition.
*
* @return UserIdentity|null The createdBy
*/
Expand All @@ -44,6 +45,7 @@ public function getCreatedBy()

/**
* Sets the createdBy
* User who created this review history definition.
*
* @param UserIdentity $val The createdBy
*
Expand All @@ -57,6 +59,7 @@ public function setCreatedBy($val)

/**
* Gets the createdDateTime
* Timestamp when the access review definition was created.
*
* @return \DateTime|null The createdDateTime
*/
Expand All @@ -75,6 +78,7 @@ public function getCreatedDateTime()

/**
* Sets the createdDateTime
* Timestamp when the access review definition was created.
*
* @param \DateTime $val The createdDateTime
*
Expand All @@ -89,6 +93,7 @@ public function setCreatedDateTime($val)

/**
* Gets the decisions
* Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions will be included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
*
* @return array|null The decisions
*/
Expand All @@ -103,6 +108,7 @@ public function getDecisions()

/**
* Sets the decisions
* Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions will be included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
*
* @param AccessReviewHistoryDecisionFilter $val The decisions
*
Expand All @@ -116,6 +122,7 @@ public function setDecisions($val)

/**
* Gets the displayName
* Name for the access review history data collection. Required.
*
* @return string|null The displayName
*/
Expand All @@ -130,6 +137,7 @@ public function getDisplayName()

/**
* Sets the displayName
* Name for the access review history data collection. Required.
*
* @param string $val The displayName
*
Expand All @@ -143,6 +151,7 @@ public function setDisplayName($val)

/**
* Gets the downloadUri
* Uri which can be used to retrieve review history data. This URI will be active for 24 hours after being generated.
*
* @return string|null The downloadUri
*/
Expand All @@ -157,6 +166,7 @@ public function getDownloadUri()

/**
* Sets the downloadUri
* Uri which can be used to retrieve review history data. This URI will be active for 24 hours after being generated.
*
* @param string $val The downloadUri
*
Expand All @@ -170,6 +180,7 @@ public function setDownloadUri($val)

/**
* Gets the fulfilledDateTime
* Timestamp when all of the available data for this definition was collected. This will be set after this definition's status is set to done.
*
* @return \DateTime|null The fulfilledDateTime
*/
Expand All @@ -188,6 +199,7 @@ public function getFulfilledDateTime()

/**
* Sets the fulfilledDateTime
* Timestamp when all of the available data for this definition was collected. This will be set after this definition's status is set to done.
*
* @param \DateTime $val The fulfilledDateTime
*
Expand All @@ -201,6 +213,7 @@ public function setFulfilledDateTime($val)

/**
* Gets the reviewHistoryPeriodEndDateTime
* Timestamp, reviews starting on or after this date will be included in the fetched history data. Required.
*
* @return \DateTime|null The reviewHistoryPeriodEndDateTime
*/
Expand All @@ -219,6 +232,7 @@ public function getReviewHistoryPeriodEndDateTime()

/**
* Sets the reviewHistoryPeriodEndDateTime
* Timestamp, reviews starting on or after this date will be included in the fetched history data. Required.
*
* @param \DateTime $val The reviewHistoryPeriodEndDateTime
*
Expand All @@ -232,6 +246,7 @@ public function setReviewHistoryPeriodEndDateTime($val)

/**
* Gets the reviewHistoryPeriodStartDateTime
* Timestamp, reviews starting on or before this date will be included in the fetched history data. Required.
*
* @return \DateTime|null The reviewHistoryPeriodStartDateTime
*/
Expand All @@ -250,6 +265,7 @@ public function getReviewHistoryPeriodStartDateTime()

/**
* Sets the reviewHistoryPeriodStartDateTime
* Timestamp, reviews starting on or before this date will be included in the fetched history data. Required.
*
* @param \DateTime $val The reviewHistoryPeriodStartDateTime
*
Expand All @@ -264,6 +280,7 @@ public function setReviewHistoryPeriodStartDateTime($val)

/**
* Gets the scopes
* Used to scope what reviews are included in the fetched history data. Fetches reviews whose scope matches with this provided scope. See accessreviewqueryscope. Required.
*
* @return array|null The scopes
*/
Expand All @@ -278,6 +295,7 @@ public function getScopes()

/**
* Sets the scopes
* Used to scope what reviews are included in the fetched history data. Fetches reviews whose scope matches with this provided scope. See accessreviewqueryscope. Required.
*
* @param AccessReviewScope $val The scopes
*
Expand All @@ -291,6 +309,7 @@ public function setScopes($val)

/**
* Gets the status
* Represents the status of the review history data collection. Possible values are: done, inprogress, error, requested.
*
* @return AccessReviewHistoryStatus|null The status
*/
Expand All @@ -309,6 +328,7 @@ public function getStatus()

/**
* Sets the status
* Represents the status of the review history data collection. Possible values are: done, inprogress, error, requested.
*
* @param AccessReviewHistoryStatus $val The status
*
Expand Down
8 changes: 4 additions & 4 deletions src/Beta/Microsoft/Graph/Model/AccessReviewReviewerScope.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function setQuery($val)
}
/**
* Gets the queryRoot
* The type of query. Examples include MicrosoftGraph and ARM.
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.
*
* @return string|null The queryRoot
*/
Expand All @@ -68,7 +68,7 @@ public function getQueryRoot()

/**
* Sets the queryRoot
* The type of query. Examples include MicrosoftGraph and ARM.
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.
*
* @param string $val The value of the queryRoot
*
Expand All @@ -81,7 +81,7 @@ public function setQueryRoot($val)
}
/**
* Gets the queryType
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.
* The type of query. Examples include MicrosoftGraph and ARM.
*
* @return string|null The queryType
*/
Expand All @@ -96,7 +96,7 @@ public function getQueryType()

/**
* Sets the queryType
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.
* The type of query. Examples include MicrosoftGraph and ARM.
*
* @param string $val The value of the queryType
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/Model/AdminConsentRequestPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function setRequestDurationInDays($val)

/**
* Gets the reviewers
* The list of reviewers for the admin consent. Required.
* Required.
*
* @return array|null The reviewers
*/
Expand All @@ -158,7 +158,7 @@ public function getReviewers()

/**
* Sets the reviewers
* The list of reviewers for the admin consent. Required.
* Required.
*
* @param AccessReviewReviewerScope $val The reviewers
*
Expand Down
8 changes: 4 additions & 4 deletions src/Beta/Microsoft/Graph/Model/Agreement.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function setDisplayName($val)

/**
* Gets the isPerDeviceAcceptanceRequired
* Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven't already done so.
* This setting enables you to require end users to accept this agreement on every device that they are accessing it from. The end user will be required to register their device in Azure AD, if they haven't already done so.
*
* @return bool|null The isPerDeviceAcceptanceRequired
*/
Expand All @@ -70,7 +70,7 @@ public function getIsPerDeviceAcceptanceRequired()

/**
* Sets the isPerDeviceAcceptanceRequired
* Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven't already done so.
* This setting enables you to require end users to accept this agreement on every device that they are accessing it from. The end user will be required to register their device in Azure AD, if they haven't already done so.
*
* @param bool $val The isPerDeviceAcceptanceRequired
*
Expand Down Expand Up @@ -243,7 +243,7 @@ public function setFile($val)

/**
* Gets the files
* PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead.
* PDFs linked to this agreement. Note: This property is in the process of being deprecated. Use the file property instead.
*
* @return array|null The files
*/
Expand All @@ -258,7 +258,7 @@ public function getFiles()

/**
* Sets the files
* PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead.
* PDFs linked to this agreement. Note: This property is in the process of being deprecated. Use the file property instead.
*
* @param AgreementFileLocalization $val The files
*
Expand Down
Loading

0 comments on commit 2d64a63

Please sign in to comment.