Roshan Soni

Results 4 issues of Roshan Soni

Document Reference:https://docs.microsoft.com/en-us/azure/devops/cli/?view=azure-devops&WT.mc_id=DOP-MVP-21138 Related Issue: https://github.com/Azure/azure-devops-cli-extension/issues/1105

If a service connection has property isReady different from true it's not returned on the list command https://docs.microsoft.com/en-us/cli/azure/devops/service-endpoint?view=azure-cli-latest#az_devops_service_endpoint_list The command documentation is not referencing any filtering.

I don't think it is a good idea to try every Azure CLI account, as this may cause **unexpected user credential to be used**. Instead, only the default/selected **(subscription, tenant,...

The old implementation of `get_access_token_for_resource` doesn't work for service principal and managed identity, and that's why it is not recommended and removed in the MSAL migration: https://github.com/Azure/azure-cli/blob/14cc787d0f58bc649d402b486fdecc5625eee9ac/src/azure-cli-core/azure/cli/core/_profile.py#L531-L535 ```py def get_access_token_for_resource(self,...