LICENSE
README.md
pyproject.toml
setup.cfg
src/IntuneCD/__init__.py
src/IntuneCD/run_backup.py
src/IntuneCD/run_documentation.py
src/IntuneCD/run_update.py
src/IntuneCD.egg-info/PKG-INFO
src/IntuneCD.egg-info/SOURCES.txt
src/IntuneCD.egg-info/dependency_links.txt
src/IntuneCD.egg-info/entry_points.txt
src/IntuneCD.egg-info/requires.txt
src/IntuneCD.egg-info/top_level.txt
src/IntuneCD/backup/__init__.py
src/IntuneCD/backup/backup_AppProtection.py
src/IntuneCD/backup/backup_apns.py
src/IntuneCD/backup/backup_appConfiguration.py
src/IntuneCD/backup/backup_appleEnrollmentProfile.py
src/IntuneCD/backup/backup_applications.py
src/IntuneCD/backup/backup_assignmentFilters.py
src/IntuneCD/backup/backup_autopilotDevices.py
src/IntuneCD/backup/backup_compliance.py
src/IntuneCD/backup/backup_compliancePartner.py
src/IntuneCD/backup/backup_conditionalAccess.py
src/IntuneCD/backup/backup_configurationPolicies.py
src/IntuneCD/backup/backup_customAttributeShellScript.py
src/IntuneCD/backup/backup_deviceCategories.py
src/IntuneCD/backup/backup_deviceManagementSettings.py
src/IntuneCD/backup/backup_enrollmentConfigurations.py
src/IntuneCD/backup/backup_enrollmentStatusPage.py
src/IntuneCD/backup/backup_groupPolicyConfiguration.py
src/IntuneCD/backup/backup_managedGPlay.py
src/IntuneCD/backup/backup_managementIntents.py
src/IntuneCD/backup/backup_managementPartner.py
src/IntuneCD/backup/backup_notificationTemplate.py
src/IntuneCD/backup/backup_powershellScripts.py
src/IntuneCD/backup/backup_proactiveRemediation.py
src/IntuneCD/backup/backup_profiles.py
src/IntuneCD/backup/backup_remoteAssistancePartner.py
src/IntuneCD/backup/backup_shellScripts.py
src/IntuneCD/backup/backup_vppTokens.py
src/IntuneCD/backup/backup_windowsDriverUpdates.py
src/IntuneCD/backup/backup_windowsEnrollmentProfile.py
src/IntuneCD/backup/backup_windowsFeatureUpdates.py
src/IntuneCD/backup/backup_windowsQualityUpdates.py
src/IntuneCD/intunecdlib/__init__.py
src/IntuneCD/intunecdlib/archive.py
src/IntuneCD/intunecdlib/assignment_report.py
src/IntuneCD/intunecdlib/check_file.py
src/IntuneCD/intunecdlib/check_prefix.py
src/IntuneCD/intunecdlib/clean_filename.py
src/IntuneCD/intunecdlib/diff_summary.py
src/IntuneCD/intunecdlib/documentation_functions.py
src/IntuneCD/intunecdlib/get_accesstoken.py
src/IntuneCD/intunecdlib/get_authparams.py
src/IntuneCD/intunecdlib/graph_batch.py
src/IntuneCD/intunecdlib/graph_request.py
src/IntuneCD/intunecdlib/load_file.py
src/IntuneCD/intunecdlib/remove_keys.py
src/IntuneCD/intunecdlib/save_output.py
src/IntuneCD/update/__init__.py
src/IntuneCD/update/update_appConfiguration.py
src/IntuneCD/update/update_appProtection.py
src/IntuneCD/update/update_appleEnrollmentProfile.py
src/IntuneCD/update/update_assignment.py
src/IntuneCD/update/update_assignmentFilter.py
src/IntuneCD/update/update_compliance.py
src/IntuneCD/update/update_conditionalAccess.py
src/IntuneCD/update/update_configurationPolicies.py
src/IntuneCD/update/update_customAttributeShellScript.py
src/IntuneCD/update/update_deviceCategories.py
src/IntuneCD/update/update_deviceManagementSettings.py
src/IntuneCD/update/update_enrollmentConfigurations.py
src/IntuneCD/update/update_enrollmentStatusPage.py
src/IntuneCD/update/update_groupPolicyConfiguration.py
src/IntuneCD/update/update_managementIntents.py
src/IntuneCD/update/update_notificationTemplate.py
src/IntuneCD/update/update_powershellScripts.py
src/IntuneCD/update/update_proactiveRemediation.py
src/IntuneCD/update/update_profiles.py
src/IntuneCD/update/update_shellScripts.py
src/IntuneCD/update/update_windowsDriverUpdates.py
src/IntuneCD/update/update_windowsEnrollmentProfile.py
src/IntuneCD/update/update_windowsFeatureUpdates.py
src/IntuneCD/update/update_windowsQualityUpdates.py
tests/test_archive.py
tests/test_check_file.py
tests/test_check_prefix.py
tests/test_clean_filename.py
tests/test_diff_summary.py
tests/test_documentation_functions.py
tests/test_get_added_removed.py
tests/test_get_authparams.py
tests/test_graph_batch.py
tests/test_graph_request.py
tests/test_group_report.py
tests/test_load_file.py
tests/test_match.py
tests/test_remove_keys.py
tests/test_save_output.py