Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXOAuthenticationPolicy - Spelling issue with AllowBasicAuthOfflineAddressBook #1876

Closed
AndrewSimpson2022 opened this issue Apr 11, 2022 · 0 comments · Fixed by #1881 or #1885
Closed
Labels
Bug Something isn't working Exchange Online

Comments

@AndrewSimpson2022
Copy link

AndrewSimpson2022 commented Apr 11, 2022

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'.

  • CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordEx
    ception
  • FullyQualifiedErrorId : InvalidInstanceProperty

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Exchange Online
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants