almenscorner / IntuneCD

Tool to backup, update and document configurations in Intune
MIT License
289 stars 38 forks source link

[BUG] resourceId is not added to scope tags json file name #173

Closed ztrhgf closed 8 months ago

ztrhgf commented 8 months ago

Describe the bug In version 2.1.0 backup of scopetags was added, but even though --append-id is used, tags are saved as 'prod-backup/Scope Tags/Default__0.json'

Expected behavior Scope tag json file should contain its ID.

Screenshots If applicable, add screenshots to help explain your problem.

Run type (please complete the following information):

almenscorner commented 8 months ago

0, 1, 2 etc. is the ID of those payloads in Graph

almenscorner commented 8 months ago

For example: image

almenscorner commented 8 months ago

As I am using the ID provided by graph here for the Scope Tag in --append-id it is not a bug in IntuneCD

ztrhgf commented 8 months ago

You are correct. Thanks for clarification