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
ISSUE TITLE: EXOAuthenticationPolicy - Spelling issue with AllowBasicAuthOfflineAddressBook
ISSUE DESCRIPTION (this template): When using the new EXOAuthenticationPolicy, there is a spelling issue with AllowBasicAuthOfflineAddressBook. In DSC its missing a "d"
AllowBasicAuthOfflineAdressBook
Details of the scenario you tried and the problem that is occurring
Trying to use the new EXOAuthenticationPolicy, but spelling mistake generates error.
Verbose logs showing the problem
VERBOSE: Set-DscLocalConfigurationManager finished in 2.303 seconds.
At C:__w\1\s\Settings\EXOAuthenticationPolicy\EXOAuthenticationPolicy.ps1:21
char:13
AllowBasicAuthOfflineAddressBook = $False;
The member 'AllowBasicAuthOfflineAddressBook' is not valid. Valid members are
'AccessRight', 'AllowBasicAuthActiveSync', 'AllowBasicAuthAutodiscover',
'AllowBasicAuthImap', 'AllowBasicAuthMapi', 'AllowBasicAuthOfflineAdressBook',
'AllowBasicAuthOutlookService', 'AllowBasicAuthPop',
'AllowBasicAuthPowershell', 'AllowBasicAuthReportingWebServices',
'AllowBasicAuthRpc', 'AllowBasicAuthSmtp', 'AllowBasicAuthWebServices',
'AppID', 'ApplicationId', 'CertificatePassword', 'CertificatePath',
'CertificateThumbprint', 'Credential', 'DependsOn', 'Ensure', 'Identity',
'PolicyScopeGroupId', 'PsDscRunAsCredential', 'TenantId'.
ISSUE TITLE: EXOAuthenticationPolicy - Spelling issue with AllowBasicAuthOfflineAddressBook
ISSUE DESCRIPTION (this template): When using the new EXOAuthenticationPolicy, there is a spelling issue with AllowBasicAuthOfflineAddressBook. In DSC its missing a "d"
AllowBasicAuthOfflineAdressBook
Details of the scenario you tried and the problem that is occurring
Trying to use the new EXOAuthenticationPolicy, but spelling mistake generates error.
Verbose logs showing the problem
VERBOSE: Set-DscLocalConfigurationManager finished in 2.303 seconds.
At C:__w\1\s\Settings\EXOAuthenticationPolicy\EXOAuthenticationPolicy.ps1:21
char:13
The member 'AllowBasicAuthOfflineAddressBook' is not valid. Valid members are
'AccessRight', 'AllowBasicAuthActiveSync', 'AllowBasicAuthAutodiscover',
'AllowBasicAuthImap', 'AllowBasicAuthMapi', 'AllowBasicAuthOfflineAdressBook',
'AllowBasicAuthOutlookService', 'AllowBasicAuthPop',
'AllowBasicAuthPowershell', 'AllowBasicAuthReportingWebServices',
'AllowBasicAuthRpc', 'AllowBasicAuthSmtp', 'AllowBasicAuthWebServices',
'AppID', 'ApplicationId', 'CertificatePassword', 'CertificatePath',
'CertificateThumbprint', 'Credential', 'DependsOn', 'Ensure', 'Identity',
'PolicyScopeGroupId', 'PsDscRunAsCredential', 'TenantId'.
ception
Suggested solution to the issue
Correct spelling error to be AllowBasicAuthOfflineAddressBook
The DSC configuration that is used to reproduce the issue (as detailed as possible)
Simple spelling mistake in DSC config.
The operating system the target node is running
n/a
Version of the DSC module that was used ('dev' if using current dev branch)
1.22.406.1
The text was updated successfully, but these errors were encountered: