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

azuread_user - add onpremises_sam_account_name and onpremises_user_principal_name #222

Merged
merged 4 commits into from
Mar 10, 2020

Commits on Mar 5, 2020

  1. Add on premises values for user data source

    Adds a couple on premises values required for our use:
    - on_premises_sam_account_name
    - on_premises_user_principal_name
    
    Documented here: https://docs.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0
    
    Should exist within Azure SDK: https://github.com/Azure/azure-sdk-for-go/blob/master/services/graphrbac/1.6/graphrbac/models.go#L3756
    patrickmarabeas committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    684cd70 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    94cf2da View commit details
    Browse the repository at this point in the history
  2. update docs

    katbyte committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    5dcdd96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ee1b88 View commit details
    Browse the repository at this point in the history