Skip to content

Commit

Permalink
Merge pull request #4118 from abx-mariusdaepp/Fix-TeamsTenantDialPlan…
Browse files Browse the repository at this point in the history
…-3767

Fixes #3767: Remove Mandatory from param CurrentRules in Get-M365DSCVoiceNormalizationRulesDifference. To Load a empty Dial Plan.
  • Loading branch information
NikCharlebois authored Jan 10, 2024
2 parents 5225a92 + 4455ddd commit 8c0aff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ function Get-M365DSCVoiceNormalizationRulesDifference
[OutputType([System.Collections.Hashtable])]
param
(
[Parameter(Mandatory = $true)]
[Parameter()]
[System.Object[]]
$CurrentRules,

Expand Down

0 comments on commit 8c0aff0

Please sign in to comment.