microsoft / Microsoft365DSC

Manages, configures, extracts and monitors Microsoft 365 tenant configurations
https://aka.ms/M365DSC
MIT License
1.53k stars 472 forks source link

Intune Scope Tags missing #4151

Open AWeber78 opened 8 months ago

AWeber78 commented 8 months ago

Description of the issue

Intune Scope Tags are missing in Microsoft365DSC. https://learn.microsoft.com/en-us/graph/api/resources/intune-rbac-rolescopetag?view=graph-rest-beta

Microsoft 365 DSC Version

1.24.110.1

Which workloads are affected

other

The DSC configuration

No response

Verbose logs showing the problem

No response

Environment Information + PowerShell Version

No response

AWeber78 commented 5 months ago

PowerShell Module: Microsoft.Graph.Beta.DeviceManagement.Administration

Manage Scope Tags (no need to export / import the build in Default Scope Tag, only needed for Reports) Get-MgBetaDeviceManagementRoleScopeTag New-MgBetaDeviceManagementRoleScopeTag Remove-MgBetaDeviceManagementRoleScopeTag

Manage Assignment to Entra Groups Get-MgBetaDeviceManagementRoleScopeTagAssignment New-MgBetaDeviceManagementRoleScopeTagAssignment Remove-MgBetaDeviceManagementRoleScopeTagAssignment