azure-ad-b2c / vscode-extension

Azure AD B2C VS code extension
MIT License
64 stars 37 forks source link

Build All Policies fails #88

Open bruceharrison1984 opened 2 years ago

bruceharrison1984 commented 2 years ago

I can use build all policies just fine, but when I try to Upload All Policies the command fails with No B2C policies found in <no value here>. I can upload individual policies as well.

My template policy documents exist within a policy_documents folder within my repo, and this structure is duplicated within the Environments directory. Placing my templates in to the repo root and re-building changes the Environment directory structure, and the error message becomes settings:tenant is neither a valid DNS name, nor a valid external domain. The tenant setting is indeed set correctly, so I'm not sure why this doesn't work correctly.

For now I can just upload individual policies for testing.