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

Pull request for Github integration and MSA account #30

Closed Hazhzeng closed 5 years ago

Hazhzeng commented 5 years ago

Github Integration

  1. Add a personal access token Github manager for Github v3 API request.
  2. Add repository_manager, service_endpoint_manager, user_manager and yaml_manager for Github held repository.
  3. Add a feature for committing azure-pipelines.yml file to Github repository.

MSA Account Fixed

  1. Refactor user_manager detection between MSA and AAD account
  2. For each MSA account request, included X-VSS-ForceMsaPassThrough in request header

Miscellaneous

  1. Drop sample_yaml_builds when deploy as PyPI package
  2. Update authors and author emails