diff --git a/setup.cfg b/setup.cfg index 4237c1f..e6c9f4b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = IntuneCD -version = 2.3.5 +version = 2.3.6 author = Tobias Almén author_email = almenscorner@outlook.com description = Tool to backup and update configurations in Intune diff --git a/src/IntuneCD/update/Intune/SettingsCatalog.py b/src/IntuneCD/update/Intune/SettingsCatalog.py index 1f10a52..37cdfe6 100644 --- a/src/IntuneCD/update/Intune/SettingsCatalog.py +++ b/src/IntuneCD/update/Intune/SettingsCatalog.py @@ -50,7 +50,9 @@ def main(self) -> dict[str, any]: profile_ids, "deviceManagement/configurationPolicies/", "" ) batch_settings = self.batch_request( - profile_ids, "deviceManagement/configurationPolicies/", "/settings" + profile_ids, + "deviceManagement/configurationPolicies/", + "/settings?&top=1000", ) for profile in batch_data: