trying to add a domain to the whitelist of a site which the code runs and works adding to the site in the back end but it doesn't add it to the front end so the person (external) doesn't have access as the domain is still blocked?
{
"SharingCapability":1,
"DefaultLinkPermission":0,
"DefaultSharingLinkType":0,
"SharingDomainRestrictionMode":1,
"SharingAllowedDomainList":"@{variables('Domain')}"
}
above is run, tried to set SharingDomainRestrictionMode to 0 then send another to above but still doesnt work?!?!?! its driving me insane!! when i run a http request to query the list it returns the domains with the one i added in but when i manually go into the admin center to see the domain in the list its not there? what am i possibly missing here?
