According to the latest documentation, using SPO PoSh you can manage state of both CDN types at once. Also, when enabling CDN, you skip provisioning default origins.
Set-SPOTenantCdnEnabled -CdnType Both -Enable $true -NoDefaultOrigins
We should update the spo cdn set command to support these capabilities as well.
According to the latest documentation, using SPO PoSh you can manage state of both CDN types at once. Also, when enabling CDN, you skip provisioning default origins.
We should update the
spo cdn setcommand to support these capabilities as well.