Skip to content

Commit 263365d

Browse files
authored
Merge pull request #568 from microsoftgraph/dev
Release 1.35.1
2 parents a7cbd96 + 7007623 commit 263365d

126 files changed

Lines changed: 266 additions & 196 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @baywet @ddyett @MichaelMainer @nikithauc @zengin @silaskenneth @Ndiritu @shemogumbe
1+
* @ddyett @MichaelMainer @nikithauc @zengin @silaskenneth @Ndiritu @shemogumbe

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can install the PHP SDK with Composer, either run `composer require microsof
1111
```
1212
{
1313
"require": {
14-
"microsoft/microsoft-graph": "^1.35.0"
14+
"microsoft/microsoft-graph": "^1.35.1"
1515
}
1616
}
1717
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "^8.0 || ^7.3",
1616
"guzzlehttp/guzzle": "^6.0 || ^7.0",
17-
"guzzlehttp/psr7": "^2.0",
17+
"guzzlehttp/psr7": "^1.0",
1818
"ext-json": "*"
1919
},
2020
"require-dev": {

src/Beta/Microsoft/Graph/Model/AgreementFileData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function getData()
3535
if (is_a($this->_propDict["data"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["data"])) {
3636
return $this->_propDict["data"];
3737
} else {
38-
$this->_propDict["data"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["data"]);
38+
$this->_propDict["data"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["data"]);
3939
return $this->_propDict["data"];
4040
}
4141
}

src/Beta/Microsoft/Graph/Model/AlternativeSecurityId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function getKey()
6464
if (is_a($this->_propDict["key"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["key"])) {
6565
return $this->_propDict["key"];
6666
} else {
67-
$this->_propDict["key"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["key"]);
67+
$this->_propDict["key"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["key"]);
6868
return $this->_propDict["key"];
6969
}
7070
}

src/Beta/Microsoft/Graph/Model/AndroidDeviceOwnerTrustedRootCertificate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function getTrustedRootCertificate()
6565
if (is_a($this->_propDict["trustedRootCertificate"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["trustedRootCertificate"])) {
6666
return $this->_propDict["trustedRootCertificate"];
6767
} else {
68-
$this->_propDict["trustedRootCertificate"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["trustedRootCertificate"]);
68+
$this->_propDict["trustedRootCertificate"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["trustedRootCertificate"]);
6969
return $this->_propDict["trustedRootCertificate"];
7070
}
7171
}

src/Beta/Microsoft/Graph/Model/AndroidForWorkAppConfigurationSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getExampleJson()
3636
if (is_a($this->_propDict["exampleJson"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["exampleJson"])) {
3737
return $this->_propDict["exampleJson"];
3838
} else {
39-
$this->_propDict["exampleJson"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["exampleJson"]);
39+
$this->_propDict["exampleJson"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["exampleJson"]);
4040
return $this->_propDict["exampleJson"];
4141
}
4242
}

src/Beta/Microsoft/Graph/Model/AndroidForWorkTrustedRootCertificate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function getTrustedRootCertificate()
6565
if (is_a($this->_propDict["trustedRootCertificate"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["trustedRootCertificate"])) {
6666
return $this->_propDict["trustedRootCertificate"];
6767
} else {
68-
$this->_propDict["trustedRootCertificate"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["trustedRootCertificate"]);
68+
$this->_propDict["trustedRootCertificate"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["trustedRootCertificate"]);
6969
return $this->_propDict["trustedRootCertificate"];
7070
}
7171
}

src/Beta/Microsoft/Graph/Model/AndroidManagedStoreAppConfigurationSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getExampleJson()
3636
if (is_a($this->_propDict["exampleJson"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["exampleJson"])) {
3737
return $this->_propDict["exampleJson"];
3838
} else {
39-
$this->_propDict["exampleJson"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["exampleJson"]);
39+
$this->_propDict["exampleJson"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["exampleJson"]);
4040
return $this->_propDict["exampleJson"];
4141
}
4242
}

src/Beta/Microsoft/Graph/Model/AndroidOmaCpConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getConfigurationXml()
3636
if (is_a($this->_propDict["configurationXml"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["configurationXml"])) {
3737
return $this->_propDict["configurationXml"];
3838
} else {
39-
$this->_propDict["configurationXml"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["configurationXml"]);
39+
$this->_propDict["configurationXml"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["configurationXml"]);
4040
return $this->_propDict["configurationXml"];
4141
}
4242
}

0 commit comments

Comments
 (0)