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.1005.1 #2371

Merged
merged 1 commit into from
Oct 5, 2022
Merged

Conversation

NikCharlebois
Copy link
Collaborator

Pull Request (PR) description

  • AADUser
    • Renamed from O365User
    • Added support for Roles.
      FIXES #2288
  • AADGroup
    • Added properties MemberOf and AssignedToRole
      Implements #2301
  • AADTenantDetails
    • Fixed an issue where ApplicationSecret was send to Update-MgOrganization
  • FIXES [#2340]
  • EXOATPPolicyForO365
    • [BREAKING] Removed the deprecated BlockURLs, AllowClickThrough, EnableSafeLinksForO365Clients and TrackClicks parameters.
  • EXOMailContact
    • Initial Release.
  • EXOMailTips
    • Fixes an issue where MailTips weren't extracted when using CertificateThumbprint to authenticate.
      FIXES #2235
  • O365User
    • [BREAKING] Resource was renamed to AADUser.
      FIXES #2204
  • IntuneDeviceConfigurationPolicyiOS
    • [Breaking] Changed all the MediaContentRating properties to be CIMInstances.
      FIXES #1871
  • SCSensitivityLabel
    [BREAKING] Changed Setting attribute in MSFT_SCLabelLocaleSettings to LabelSetting since its resevered word and breaking reporting.
    FIXES SCSensitivityLabel: Parameter Settings needs to be renamed or DSCParser needs to support parameter named "Settings" #2314
  • MISC
    • [BREAKING] Authentication property ApplicationSecret has been changed across all resources to be of type
      PSCredential instead of string. This will ensure that the secrets get encrypted in MOF files
      when compiling with an encryption certificated instead of being exposed as plaintext.
      FIXES #1714
    • Fixes issue with DSCParser non-existing resources on one tenant weren't properly captured.
  • DEPENDENCIES
    • Updated Microsoft.Graph dependencies to version 1.12.3.
    • Updated MSCloudLoginAssistant dependency to version 1.0.94.
    • Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.153.
    • Added new dependency on Microsoft.Graph.Users.Actions.

This Pull Request (PR) fixes the following issues

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment