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

Azure Active Directory Service Principals #1564

Merged
merged 4 commits into from
Jul 19, 2018

Commits on Jul 15, 2018

  1. New Resource: azurerm_azuread_service_principal

    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMActiveDirectoryServicePrincipal_
    
    === RUN   TestAccAzureRMActiveDirectoryServicePrincipal_importBasic
    --- PASS: TestAccAzureRMActiveDirectoryServicePrincipal_importBasic (24.04s)
    === RUN   TestAccAzureRMActiveDirectoryServicePrincipal_basic
    --- PASS: TestAccAzureRMActiveDirectoryServicePrincipal_basic (17.61s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	41.701s
    ```
    tombuildsstuff committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    9b69400 View commit details
    Browse the repository at this point in the history
  2. New Data Source: azurerm_azuread_service_principal

    Tests pass:
    
    ```
    $ acctests azurerm TestAccDataSourceAzureRMAzureADServicePrincipal_
    === RUN   TestAccDataSourceAzureRMAzureADServicePrincipal_byApplicationId
    --- PASS: TestAccDataSourceAzureRMAzureADServicePrincipal_byApplicationId (34.96s)
    === RUN   TestAccDataSourceAzureRMAzureADServicePrincipal_byDisplayName
    --- PASS: TestAccDataSourceAzureRMAzureADServicePrincipal_byDisplayName (23.48s)
    === RUN   TestAccDataSourceAzureRMAzureADServicePrincipal_byObjectId
    --- PASS: TestAccDataSourceAzureRMAzureADServicePrincipal_byObjectId (62.43s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	120.900s
    
    ```
    tombuildsstuff committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    cb94176 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. New Resource: azurerm_azuread_service_principal_password

    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMActiveDirectoryServicePrincipalPassword_
    
    === RUN   TestAccAzureRMActiveDirectoryServicePrincipalPassword_basic
    --- PASS: TestAccAzureRMActiveDirectoryServicePrincipalPassword_basic (36.08s)
    === RUN   TestAccAzureRMActiveDirectoryServicePrincipalPassword_customKeyId
    --- PASS: TestAccAzureRMActiveDirectoryServicePrincipalPassword_customKeyId (26.22s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	62.335s
    ```
    tombuildsstuff committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    0e8c24e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Fixing the broken objectID test

    ```
    $ acctests azurerm TestAccDataSourceAzureRMAzureADApplication_byObjectIdComplete
    === RUN   TestAccDataSourceAzureRMAzureADApplication_byObjectIdComplete
    --- PASS: TestAccDataSourceAzureRMAzureADApplication_byObjectIdComplete (33.13s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	33.179s
    ```
    tombuildsstuff committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    b5c5554 View commit details
    Browse the repository at this point in the history