Azure / azure-functions-devops-build

A python library for setting up and managing Azure DevOps builds for Azure Functions projects
MIT License
14 stars 24 forks source link

User does not have access to MSA created organization #25

Closed Hazhzeng closed 5 years ago

Hazhzeng commented 5 years ago

When creating an organization in Azure CLI with a Microsoft account (not an Azure Active Directory account), I don't have access to my own Azure Devops projects.

Everytime when I try to create one, an error message shows up: TF400813: The user 'Windows Live ID\myemailadress@gmail.com' is not authorized to access this resource.

This may due to the organization creation process does not have "X-VSS-ForceMsaPassThrough" header set in the VSTS API request.

Hazhzeng commented 5 years ago

This issue is closed due to the update on https://github.com/Azure/azure-functions-devops-build/pull/31