Skip to content

Commit e0a2695

Browse files
authored
Merge pull request #215 from almenscorner/dev
v2.3.6
2 parents 7fd33c2 + cd10be8 commit e0a2695

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = IntuneCD
3-
version = 2.3.5
3+
version = 2.3.6
44
author = Tobias Almén
55
author_email = [email protected]
66
description = Tool to backup and update configurations in Intune

src/IntuneCD/update/Intune/SettingsCatalog.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ def main(self) -> dict[str, any]:
5050
profile_ids, "deviceManagement/configurationPolicies/", ""
5151
)
5252
batch_settings = self.batch_request(
53-
profile_ids, "deviceManagement/configurationPolicies/", "/settings"
53+
profile_ids,
54+
"deviceManagement/configurationPolicies/",
55+
"/settings?&top=1000",
5456
)
5557

5658
for profile in batch_data:

0 commit comments

Comments
 (0)