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
131 stars 30 forks source link

Fixes for ManagedAppPolicy_Export.ps1 and ManagedAppPolicy_Import_From_JSON.ps1 #6

Closed Mahopper closed 4 months ago

Mahopper commented 4 months ago

This pull request introduces a few changes to the AppProtectionPolicy/ManagedAppPolicy_Export.ps1 and AppProtectionPolicy/ManagedAppPolicy_Import_From_JSON.ps1 files. The changes include formatting/code readability and improvements to the handling and validation of JSON data during import and export.

JSON Handling and Validation: