Skip to content

Commit

Permalink
Merge pull request #215 from almenscorner/dev
Browse files Browse the repository at this point in the history
v2.3.6
  • Loading branch information
almenscorner authored Sep 4, 2024
2 parents 7fd33c2 + cd10be8 commit e0a2695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion src/IntuneCD/update/Intune/SettingsCatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e0a2695

Please sign in to comment.