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

Support more APIs, auth refactoring, multi-tenant auth, implement autorest.Authorizer, remove Azure Germany #123

Merged
merged 10 commits into from
Nov 16, 2021

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    2694c30 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    4243a02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91a5e59 View commit details
    Browse the repository at this point in the history
  3. Auth refactoring

    - Remove auth.Api type
    - NewAuthorizer and family helper funcs now accept an environments.Api argument instead
    - Refactor msgraph tests to tidy up client instantiation and comodditize
      across all tests, improves test readability
    - auth.AzureCliAuthorizer now supports auxiliary tenants
    - Remove AzureCliName from environments.Api definitions, instead use the
      resource URI when calling az-cli
    - Add environment.Api definitions for additional supported APIs
    - Add additional definitions to environments.Environment definitions
    manicminer committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    9f12495 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e696b64 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Store test context in testing.Test struct, call cancelfunc for each t…

    …est, clean up ctx handling for connection and clients
    manicminer committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    8fc4f64 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Tidy imports

    manicminer committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    b142754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    749f5ae View commit details
    Browse the repository at this point in the history
  3. Increase retry count again

    manicminer committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    a5fe37d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69c3567 View commit details
    Browse the repository at this point in the history