You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Global Policy exist on a new Tenant. But is empty without Normalization Rules. The problem is that an existing Policy without NormalizationRules the Desired NormalizationRules not will be Added.
maby because the function "Get-M365DSCVoiceNormalizationRulesDifference" mandatories the CurrentRules. which are null
See the Logs. After "Tenant Dial Plan {Global} already exists. Updating it." he made no changes.
PS C:\Temp\TestDSC\Export-Config>Start-DSCConfiguration-Path .\MasterConfig -Verbose -Wait
VERBOSE: Perform operation 'Invoke CimMethod' with following parameters,''methodName' = SendConfigurationApply,'className' = MSFT_DSCLocalConfigurationManager,'namespaceName' = root/Microsoft/Windows/DesiredStateConfiguration'.
VERBOSE: An LCM method call arrived from computer XXX with user sid .
VERBOSE: [XXX]: LCM: [ StartSet ]
VERBOSE: [XXX]: LCM: [ StartResource ] [[TeamsTenantDialPlan]TestDialPlan]
VERBOSE: [XXX]: LCM: [ StartTest ] [[TeamsTenantDialPlan]TestDialPlan]
VERBOSE: [XXX]: [[TeamsTenantDialPlan]TestDialPlan] Testing configuration of Teams Guest Calling
VERBOSE: [XXX]: [[TeamsTenantDialPlan]TestDialPlan] Getting configuration of Teams Tenant Dial Plan
VERBOSE: [XXX]: [[TeamsTenantDialPlan]TestDialPlan] Found existing Dial Plan {Global}
VERBOSE: [XXX]: [[TeamsTenantDialPlan]TestDialPlan] Current Values: ApplicationId=***
CertificateThumbprint=***
Credential=$null
Description=$null
Ensure=Present
ExternalAccessPrefix=$null
Identity=Global
NormalizationRules=()
OptimizeDeviceDialing=False
SimpleName=DefaultTenantDialPlan
TenantId=***
VERBOSE: [XXX]: [[TeamsTenantDialPlan]TestDialPlan] Target Values: ApplicationId=***
CertificateThumbprint=***
Ensure=Present
Identity=Global
NormalizationRules=({Identity=0900 Nummern; Priority=; Description=; Pattern=^0(900\d*)$; Translation=+41$1; IsInternalExtension=False})
OptimizeDeviceDialing=False
SimpleName=DefaultTenantDialPlan
TenantId=***
Verbose=True
VERBOSE: [XXX]: LCM: [ EndTest ] [[TeamsTenantDialPlan]TestDialPlan] in0.8920 seconds.
VERBOSE: [XXX]: LCM: [ StartSet ] [[TeamsTenantDialPlan]TestDialPlan]
VERBOSE: [XXX]: [[TeamsTenantDialPlan]TestDialPlan] Setting configuration of Teams Guest Calling
VERBOSE: [XXX]: [[TeamsTenantDialPlan]TestDialPlan] Getting configuration of Teams Tenant Dial Plan
VERBOSE: [XXX]: [[TeamsTenantDialPlan]TestDialPlan] Found existing Dial Plan {Global}
VERBOSE: [XXX]: [[TeamsTenantDialPlan]TestDialPlan] Tenant Dial Plan {Global} already exists. Updating it.
VERBOSE: [XXX]: LCM: [ EndSet ] [[TeamsTenantDialPlan]TestDialPlan] in0.8970 seconds.
VERBOSE: [XXX]: LCM: [ EndResource ] [[TeamsTenantDialPlan]TestDialPlan]
VERBOSE: [XXX]: LCM: [ EndSet ]
VERBOSE: [XXX]: LCM: [ EndSet ] in1.9300 seconds.
VERBOSE: Operation 'Invoke CimMethod' complete.
VERBOSE: Time taken for configuration job to complete is 2.097 seconds
Environment Information + PowerShell Version
Name Value
---------
PSVersion 5.1.17763.2931
PSEdition Desktop
PSCompatibleVersions {1.0,2.0,3.0,4.0...}
BuildVersion 10.0.17763.2931
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered:
abx-mariusdaepp
changed the title
TeamsTenantDialPlan: Empty Global DialPlan
TeamsTenantDialPlan: Empty Global DialPlan not load NormalizationRules
Oct 9, 2023
Description of the issue
The Global Policy exist on a new Tenant. But is empty without Normalization Rules. The problem is that an existing Policy without NormalizationRules the Desired NormalizationRules not will be Added.
maby because the function "Get-M365DSCVoiceNormalizationRulesDifference" mandatories the CurrentRules. which are null
See the Logs. After "Tenant Dial Plan {Global} already exists. Updating it." he made no changes.
Microsoft 365 DSC Version
1.23.1004.1
Which workloads are affected
Teams
The DSC configuration
Verbose logs showing the problem
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: