Skip to content

Commit

Permalink
Merge pull request #691 from microsoftgraph/dev
Browse files Browse the repository at this point in the history
Release 1.43.0
  • Loading branch information
SilasKenneth authored Nov 4, 2021
2 parents 712c5f2 + bd2eee3 commit 8a4ac25
Show file tree
Hide file tree
Showing 36 changed files with 1,217 additions and 459 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.42.0"
"microsoft/microsoft-graph": "^1.43.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
"mikey179/vfsstream": "^1.2",
"phpstan/phpstan": "^0.12.90"
"phpstan/phpstan": "^0.12.90 || ^1.0.0"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/Microsoft-Graph-Core-GraphConstants.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h3 id="toc">
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
<a href="classes/Microsoft-Graph-Core-GraphConstants.html#constant_SDK_VERSION">SDK_VERSION</a>
<span>
&nbsp;= &quot;1.42.0&quot; </span>
&nbsp;= &quot;1.43.0&quot; </span>
</dt>
<dd></dd>

Expand Down Expand Up @@ -483,7 +483,7 @@ <h4 class="phpdocumentor-element__name" id="constant_SDK_VERSION">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">mixed</span>
<span class="phpdocumentor-signature__name">SDK_VERSION</span>
= <span class="phpdocumentor-signature__default-value">&quot;1.42.0&quot;</span>
= <span class="phpdocumentor-signature__default-value">&quot;1.43.0&quot;</span>
</code>


Expand Down
16 changes: 8 additions & 8 deletions src/Beta/Microsoft/Graph/Ediscovery/Model/SourceCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SourceCollection extends \Beta\Microsoft\Graph\Model\Entity
{
/**
* Gets the contentQuery
* The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date&amp;gt;=06/01/2016 AND Date&amp;lt;=07/01/2016
* The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date&amp;gt;=06/01/2016 AND Date&amp;lt;=07/01/2016.
*
* @return string|null The contentQuery
*/
Expand All @@ -41,7 +41,7 @@ public function getContentQuery()

/**
* Sets the contentQuery
* The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date&amp;gt;=06/01/2016 AND Date&amp;lt;=07/01/2016
* The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date&amp;gt;=06/01/2016 AND Date&amp;lt;=07/01/2016.
*
* @param string $val The contentQuery
*
Expand Down Expand Up @@ -121,7 +121,7 @@ public function setCreatedDateTime($val)

/**
* Gets the dataSourceScopes
* When specified, the collection will span across a service for an entire workload. Possible values are: none,allTenantMailboxes,allTenantSites,allCaseCustodians,allCaseNoncustodialDataSources.
* When specified, the collection will span across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.
*
* @return DataSourceScopes|null The dataSourceScopes
*/
Expand All @@ -140,7 +140,7 @@ public function getDataSourceScopes()

/**
* Sets the dataSourceScopes
* When specified, the collection will span across a service for an entire workload. Possible values are: none,allTenantMailboxes,allTenantSites,allCaseCustodians,allCaseNoncustodialDataSources.
* When specified, the collection will span across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.
*
* @param DataSourceScopes $val The dataSourceScopes
*
Expand All @@ -154,7 +154,7 @@ public function setDataSourceScopes($val)

/**
* Gets the description
* The description of the sourceCollection
* The description of the sourceCollection.
*
* @return string|null The description
*/
Expand All @@ -169,7 +169,7 @@ public function getDescription()

/**
* Sets the description
* The description of the sourceCollection
* The description of the sourceCollection.
*
* @param string $val The description
*
Expand All @@ -183,7 +183,7 @@ public function setDescription($val)

/**
* Gets the displayName
* The display name of the sourceCollection
* The display name of the sourceCollection.
*
* @return string|null The displayName
*/
Expand All @@ -198,7 +198,7 @@ public function getDisplayName()

/**
* Sets the displayName
* The display name of the sourceCollection
* The display name of the sourceCollection.
*
* @param string $val The displayName
*
Expand Down
30 changes: 0 additions & 30 deletions src/Beta/Microsoft/Graph/ManagedTenants/Model/ManagedTenant.php
Original file line number Diff line number Diff line change
Expand Up @@ -415,36 +415,6 @@ public function setManagementTemplates($val)
}


/**
* Gets the riskyUsers
* The collection of users flagged for risk across managed tenants.
*
* @return array|null The riskyUsers
*/
public function getRiskyUsers()
{
if (array_key_exists("riskyUsers", $this->_propDict)) {
return $this->_propDict["riskyUsers"];
} else {
return null;
}
}

/**
* Sets the riskyUsers
* The collection of users flagged for risk across managed tenants.
*
* @param RiskyUser $val The riskyUsers
*
* @return ManagedTenant
*/
public function setRiskyUsers($val)
{
$this->_propDict["riskyUsers"] = $val;
return $this;
}


/**
* Gets the tenantGroups
* The collection of a logical grouping of managed tenants used by the multi-tenant management platform.
Expand Down
Loading

0 comments on commit 8a4ac25

Please sign in to comment.