-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to run azd pipeline config --provider github
and azd pipeline config --provider azdo
#4347
Comments
@jongio This issue can also be reproduced in main. We tested the following four scenarios and they can all be reproduced:
|
@vhvb1989 do you think our internal subscriptions have policies which restrict dealing with client-credentials? but from a pipeline config feature POV we do support client-credentials? |
@rajeshkamal5050 yes, the internal policy to block client-secrets was applied some days ago. If we want to run these tests, we need to use a different Tenant/Sub w/o the policy. Or we need to move the terraform scenarios to use managed identity (see: #4343) |
@vhvb1989 May be a test tenant would help here for us in testing such features which are still supported? |
Our new TME test tenant isn't up and running yet but once it is ready it might be worth using here. |
@rajeshkamal5050 In the latest round of azd manual testing, this issue still exists.
|
@rajeshkamal5050 and @jongio In the latest round of azd manual testing, this issue still exists. |
@rajeshkamal5050 In the latest round of azd manual testing, this issue still exists.
|
Describe the issue:
When running the
azd pipeline config --provider github
andazd pipeline config --provider azdo
commands, the error message fails as follows:Repro Steps:
azd auth login
.azd init -t todo-python-mongo-terraform -b staging
.azd pipeline config --provider github
orazd pipeline config --provider azdo
.Environment:
todo-python-mongo-terraform
,todo-nodejs-mongo-terraform
,todo-java-postgresql-terraform
.staging
Expected behavior:
azd pipeline config --provider github
andazd pipeline config --provider azdo
commands can be run successfully.@jongio for notification.
The text was updated successfully, but these errors were encountered: