Skip to content

Commit

Permalink
Merge pull request #131 from almenscorner/dev
Browse files Browse the repository at this point in the history
Bug fix - incorrect assignment endpoint
  • Loading branch information
almenscorner committed Sep 27, 2023
2 parents 9993497 + 126052d commit 0e3bbd4
Show file tree
Hide file tree
Showing 2 changed files with 2 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.0.0
version = 2.0.1
author = Tobias Almén
author_email = [email protected]
description = Tool to backup and update configurations in Intune
Expand Down
2 changes: 1 addition & 1 deletion src/IntuneCD/backup_windowsQualityUpdates.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def savebackup(path, output, exclude, token, prefix):

assignment_responses = batch_assignment(
data,
"deviceManagement/windowsDriverUpdateProfiles/",
"deviceManagement/windowsQualityUpdateProfiles/",
"/assignments",
token,
)
Expand Down

0 comments on commit 0e3bbd4

Please sign in to comment.