Skip to content

Commit

Permalink
Enhancements for IntuneDeviceCompliancePolicyAndroidDeviceOwner and I…
Browse files Browse the repository at this point in the history
…ntuneDeviceCompliancePolicyAndroidWorkProfile

* IntuneDeviceCompliancePolicyAndroidDeviceOwner
  * Added missing properties for androidForWorkCompliancePolicy resource type: https://learn.microsoft.com/en-us/graph/api/resources/intune-deviceconfig-androiddeviceownercompliancepolicy?view=graph-rest-beta.
  * Non-compliance actions now supported for Export- Test- Get-
  * Non-compliance actions now supported for Set- when creating a policy, but not when updating a policy. Update can't be supported due to MgGraph bug.
    FIXES [microsoft#5593](microsoft#5593)
* IntuneDeviceCompliancePolicyAndroidWorkProfile
  * Added missing properties for androidForWorkCompliancePolicy resource type: https://learn.microsoft.com/en-us/graph/api/resources/intune-deviceconfig-androidforworkcompliancepolicy?view=graph-rest-beta.
  * Non-compliance actions now supported for Export- Test- Get-
  * Non-compliance actions now supported for Set- when creating a policy, but not when updating a policy. Update can't be supported due to MgGraph bug.
    FIXES [microsoft#5592](microsoft#5592)

Graph issue with Update- / PATCH
microsoftgraph/msgraph-sdk-powershell#2177
microsoftgraph/msgraph-metadata#245
  • Loading branch information
dannyKBjj committed Jan 16, 2025
1 parent cdb08db commit 2d28127
Show file tree
Hide file tree
Showing 6 changed files with 388 additions and 142 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change log for Microsoft365DSC

# UNRELEASED
* IntuneDeviceCompliancePolicyAndroidDeviceOwner
* Added missing properties for androidForWorkCompliancePolicy resource type: https://learn.microsoft.com/en-us/graph/api/resources/intune-deviceconfig-androiddeviceownercompliancepolicy?view=graph-rest-beta.
* Non-compliance actions now supported for Export- Test- Get-
* Non-compliance actions now supported for Set- when creating a policy, but not when updating a policy. Update can't be supported due to MgGraph bug.
FIXES [#5593](https://github.com/microsoft/Microsoft365DSC/issues/5593)
* IntuneDeviceCompliancePolicyAndroidWorkProfile
* Added missing properties for androidForWorkCompliancePolicy resource type: https://learn.microsoft.com/en-us/graph/api/resources/intune-deviceconfig-androidforworkcompliancepolicy?view=graph-rest-beta.
* Non-compliance actions now supported for Export- Test- Get-
* Non-compliance actions now supported for Set- when creating a policy, but not when updating a policy. Update can't be supported due to MgGraph bug.
FIXES [#5592](https://github.com/microsoft/Microsoft365DSC/issues/5592)

# 1.25.108.1

Expand Down
Loading

0 comments on commit 2d28127

Please sign in to comment.