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

Add Azure Regions #47

Merged
merged 3 commits into from
Sep 27, 2018
Merged

Add Azure Regions #47

merged 3 commits into from
Sep 27, 2018

Commits on Jul 2, 2018

  1. Switch from Azure Graph to Microsoft Graph

    Change the Graph API from the Azure AD Graph to the Microsoft Graph endpoint. This will future-proof the code, as Microsoft has deprecated Azure AD Graph.
    srvrguy committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    d8dc93b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Don’t Access Graph URL Directly

    Change Graph URL usages to a getter rather than using the string constants directly.
    srvrguy committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    63afa30 View commit details
    Browse the repository at this point in the history
  2. Settings to Change Cloud Location

    Add configuration option to allow user to select a “national cloud” to login against. Adjust methods to use the new settings. Update tests to cover the new and updated code.
    srvrguy committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    6686e06 View commit details
    Browse the repository at this point in the history