Skip to content
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

Error Configuring AzOps using Azure CLI in PowerShell #753

Closed
daltondhcp opened this issue Feb 17, 2023 Discussed in #750 · 4 comments · Fixed by #813
Closed

Error Configuring AzOps using Azure CLI in PowerShell #753

daltondhcp opened this issue Feb 17, 2023 Discussed in #750 · 4 comments · Fixed by #813
Assignees
Labels
area/accelerator bug Something isn't working

Comments

@daltondhcp
Copy link
Contributor

Discussed in #750

Originally posted by petropmi February 17, 2023
Hi everyone,

I'm facing an error each time I'm executing the PowerShell script that configures the Azure DevOps project. Although the project, repo, and the pipelines are created successfully, later on, fails at the step of assigning permissions to the Build Service account.

The error is the following:

ERROR: The command failed with an unexpected error. Here is the traceback:
ERROR: No connection adapters were found for '"https://vssps.dev.azure.com/organization/_apis/identities?searchFilter=General&queryMembership=None&api-version=6.0&filtervalue=azops-artofcloud Build Service (organization)"'.

Any ideas are welcomed!

@daltondhcp daltondhcp added bug Something isn't working area/accelerator labels Feb 17, 2023
@daltondhcp
Copy link
Contributor Author

@SimonWahlin - seems like this came back today - do you mind taking a look?

@SimonWahlin
Copy link
Collaborator

I'll try to reproduce it and see if I can find a solution

@SimonWahlin
Copy link
Collaborator

The problem is that az cli no longer accepts escaped json strings as input. Removing the escapes should solve the problem.

I'll try to make some time to update the wiki.

@daltondhcp
Copy link
Contributor Author

@SimonWahlin - any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/accelerator bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants