Skip to content

Commit

Permalink
Merge pull request #151 from almenscorner/dev
Browse files Browse the repository at this point in the history
v2.0.7
  • Loading branch information
almenscorner authored Nov 13, 2023
2 parents 4d55fbf + 9af7318 commit 2498014
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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.0.6
version = 2.0.7
author = Tobias Almén
author_email = [email protected]
description = Tool to backup and update configurations in Intune
Expand Down
24 changes: 12 additions & 12 deletions src/IntuneCD/run_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,18 +200,18 @@ def run_update(path, token, assignment, exclude, report, create_groups, remove):
print("-" * 90)
print("***Intune update***")

update_intune(
diff_summary,
diff_count,
path,
token,
assignment,
report,
create_groups,
remove,
exclude,
args,
)
update_intune(
diff_summary,
diff_count,
path,
token,
assignment,
report,
create_groups,
remove,
exclude,
args,
)

for sum in diff_summary:
for config in sum:
Expand Down

0 comments on commit 2498014

Please sign in to comment.