[BUG] Issue creating service principal on Azure. #2774
Labels
priority/high
Task with high priority
provider/azure
python
Pull requests that update Python code
type/bug
Describe the bug
Under certain azure ad account creation of the service principle will fail with the message:
Values of IdentifierUris property must use a verified domain of the organization or its subdomain
Solution is to upgrade the version of azure-cli from 2.23 -> 2.29.0 (Not 2.31.0, see comment below.)
How to reproduce
Ask @przemyslavic or @seriva to create a cluster ... 😐
Expected behavior
Not to give this error 😐
Environment
Additional context
https://stackoverflow.com/questions/69591788/getting-hostnamenotonverifieddomain-when-setting-appid-uri-on-azure-ad-applica
https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-breaking-changes#appid-uri-in-single-tenant-applications-will-require-use-of-default-scheme-or-verified-domains
DoD checklist
The text was updated successfully, but these errors were encountered: