magodo

Results 394 comments of magodo

@needleshaped Thanks for reaching out! I've tested with both letting Azure creating a key and I upload my own key, both keys have no new line in its original form,...

We have considered it, while there are several challenges: 1. Current tool is relying on the Azure Resource Graph for listing resources, which is ARM only. For AAD resources, it's...

This normally indicates an issue reaching out to the terraform registry endpoint..

Thanks for the PR! It looks good to me, except that if we can introduce an Acctest that only runs in a setup environment (e.g. in a VM), with the...

@sean-freeman Thanks for reaching out! If I understand the issue correctly, what you were asking is to replace some of the explict dependencies in the ansible-collections/azure project's requirements.txt by simply...

We are trying to remove the dependency on `azure-cli`. Hence, you can't mix the azure-cli and azure ansible collection in the same virtual environment.

@sean-freeman What I meant above is to remove the (build time) dependency on the `azure-cli` package in the requrements.txt for the azure ansible collection, as a Python application. We still...

@jackmtpt Thanks for submitting this issue! This is a limitation at either the underlying [authentication library](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#section-readme), or the underlying [ADO SDK](https://github.com/microsoft/azure-devops-go-api). For the authentication library, currently it has built-in cache...

@dennismdejong Thanks for the update! The PR now LGTM! Would you please fix the CI failures and attach a screenshot to show the acceptance tests are passed. Then I'll go...