Dynamic group-based license assignment fails with dependency violation
Hi,
I've created a dynamic group in Azure that pulls in any user who has an enabled Teams license, and when the dynamic rule completes processing I have a group with around 400 users. With the group populated, I want to add a License Assignment to automatically license these users for "Microsoft Audio Conferencing", but when I add the assignment the operations fails with a DependencyViolation.
I don't understand what is causing the dependency violation, given that the dependencies for audio conferencing are either Teams or Skype4Biz and this rule is pulling in licensed users where Teams is enabled.
Does anyone have an idea what is causing this? Is it possibly being caused by users already licensed for audio conferencing?
Rule syntax:
user.assignedPlans -any (assignedPlan.servicePlanId -eq "57ff2da0-773e-42df-b2af-ffb7a2317929" -and assignedPlan.capabilityStatus -eq "Enabled")