This is an automated archive made by the Lemmit Bot.
The original was posted on /r/azure by /u/Throwawayacount2007 on 2023-09-18 11:10:35.
I'm running into an odd issue and wondering if i'm missing something obvious or if anyone else is experiencing this problem?
I'm looking to create a dynamic MS365 group, I simply want to apply the following dynamic rule
user.memberof -any (group.objectId -in ['objectID1','ObjectID2'])
I have done this in the past, have groups in prod using this exact syntax and reading documentation () this should be fully supported
I get the following error
Failed to create group x. Dynamic membership rule validation error: Wrong property applied
Any thoughts?