From 846e9ac96268f7a756f2bb3fadaff2af3724d630 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Mon, 13 Sep 2021 10:00:14 +0200 Subject: [PATCH] Small update --- Public/Set-O365AzureExternalCollaborationSettings.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Public/Set-O365AzureExternalCollaborationSettings.ps1 b/Public/Set-O365AzureExternalCollaborationSettings.ps1 index e5a420a96..cf93dfc2e 100644 --- a/Public/Set-O365AzureExternalCollaborationSettings.ps1 +++ b/Public/Set-O365AzureExternalCollaborationSettings.ps1 @@ -58,7 +58,7 @@ } Remove-EmptyValue -Hashtable $Body -Recursive -Rerun 2 if ($Body) { - $Output = Invoke-O365Admin -Uri $Uri -Headers $Headers -Method PATCH -Body $Body + $null = Invoke-O365Admin -Uri $Uri -Headers $Headers -Method PATCH -Body $Body #$Output } } \ No newline at end of file