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

Release 1.22.1123.1 #2584

Merged
merged 2 commits into from
Nov 23, 2022
Merged

Conversation

NikCharlebois
Copy link
Collaborator

Pull Request (PR) description

  • IntuneDeviceConfigurationPolicyWindows10
    • Fixed issue when creating this resource if property DefenderDetectedMalwareActions was not present, it'd still be created but with errors.
      FIXES #2581
  • AADUser
    • Fixed issue with license assignment
      FIXES #2556
  • EXOOrganizationRelationship
    • Add 'None' as supported value for MailboxMoveCapability
      FIXES #2570
  • IntuneRoleDefinition
    • Initial Release
    • Manage Intune Role definition
  • IntuneRoleAssignment
    • Initial Release
    • Manage Intune Role assignment
  • O365AdminAuditLogConfig
    • Updated settings.json to include permissions.
      FIXES #2517
  • O365OrgCustomizationSetting
    • Updated settings.json to include permissions.
      FIXES #2517
  • SCDLPCompliancePolicy
    • Fixes an issue where the Exchange Location and Exception where not sent back in a correct format during Export.
      FIXES #2545
  • SCRetentionCompliancePolicy
    • Fixes issue with the TeamsChannelLocation and TeamsChatsLocation parameters that were improperly returned by the Get- function.
      FIXES #2472
  • SCRetentionComplianceRule
    • Fixes issue with Teams Policy where the RetentionDurationDisplayHint and ExpirationDateOption parameters weren't returned by the Get- function.
      FIXES #2472
  • TeamsFederationConfiguration
    • Fixes an issue where the extraction of allowed domain and blocked domain wasn't in the proper format.
      FIXES #2576
  • DEPENDENCIES
    • Updated Microsoft.Graph.* to version 1.17.0;
    • Updated MSCloudLoginAssistant to version 1.0.98;
  • MISC
    • Removed Test-M365DSCDependenciesForNewVersions from export functions. This will improve export speed.
    • New Parameter ValidateOnly for Update-M365DSCDependencies to check if all dependencies are installed.
      FIXES 2519
    • Fixed incorrect usage of Write-Information cmdLet
    • Fixed typos for permissions in settings.json
      FIXES 2553

This Pull Request (PR) fixes the following issues

  • N/A

@NikCharlebois NikCharlebois added Release V1.22.1123.1 Version 1.22.1123.1 labels Nov 23, 2022
@NikCharlebois NikCharlebois merged commit 0cb2436 into microsoft:Dev Nov 23, 2022
@NikCharlebois NikCharlebois deleted the Release-1.22.1123.1 branch November 23, 2022 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment