microsoft / mggraph-intune-samples

Repository to hold Microsoft Intune script samples for the Microsoft Graph PowerShell SDK
https://learn.microsoft.com/en-us/graph/api/resources/intune-graph-overview
MIT License
127 stars 29 forks source link

Update to Update AppConfigurationPolicy_Export.ps1 and Update AppConfigurationPolicy_ImportFromJSON.ps1 #7

Closed Mahopper closed 3 months ago

Mahopper commented 3 months ago

This pull request primarily involves changes in the AppConfigurationPolicy PowerShell scripts, specifically AppConfigurationPolicy_Export.ps1 and AppConfigurationPolicy_ImportFromJSON.ps1. The changes are centered around moving from the Microsoft.Graph.Devices.CorporateManagement module to the Microsoft.Graph.Beta.Devices.CorporateManagement module. This shift is reflected in the import statements and the function calls within the scripts.

Module Import Changes:

Function Call Changes:

This should address an issue where Android Managed Device app config policies were not being found.