cyrkin
cyrkin
> > No certificates are trusted on your machine by default. They are signed with updated certificates, you will need to trust those when running AllSigned. > > That's not...
Confirmed fixed with v2024.2.1 and _AllSigned_ on. Big thanks to everyone who helped resolve the issue.
Okay, that's embarrassing, I wanted to remove our data from the examples I provided, so I provided some with other data, and those examples actually work in 2.26.1... Sorry Yet,...
Hello @timayabi2020 I know it needs to be the actual app Id as per what is registered in my tenant, or else it wouldn't work in v2.25.0. I just replaced...
Here's how I construct my parameters : ``` $teamProperties = @() $teamProperties += @{"OriginalDisplayName" = 'Hello'} $teamProperties += @{"TeamType" = "Hello2" } $teamPropertiesList = @() foreach ($teamProperty in $teamProperties) {...
Yup definitely weird. Did you declare the Directory extension as multi-valued at first ? `New-MgApplicationExtensionProperty -Name "ExtensionName" -DataType "String" -TargetObjects "Group" -IsMultiValued -ApplicationId "AppId"` Could explain the error in your...
Works for me in Graph Explorer :  
Not working :  After that, to confirm the name of the extension is the right one, I converted the faulty Body to the working Body by hand (leaving the...
Hello, Any news about this problem ? Is it by chance corrected in v2.27.0 ?