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.
I can use build all policies just fine, but when I try to
Upload All Policies
the command fails withNo 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 theEnvironments
directory. Placing my templates in to the repo root and re-building changes theEnvironment
directory structure, and the error message becomessettings: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.