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

resouce/app_insights: Allow different application_type deployments #1563

Merged
merged 1 commit into from
Jul 13, 2018

Commits on Jul 13, 2018

  1. resouce/app_insights: Allow different application_type deployments

    Fixes: hashicorp#822
    
    This follows the work in the API to allow types like web, other, java,
    store, phone and ios
    
    ```
    ▶ acctests azurerm TestAccAzureRMApplicationInsights_
    === RUN   TestAccAzureRMApplicationInsights_importBasicWeb
    --- PASS: TestAccAzureRMApplicationInsights_importBasicWeb (99.07s)
    === RUN   TestAccAzureRMApplicationInsights_importBasicOther
    --- PASS: TestAccAzureRMApplicationInsights_importBasicOther (96.48s)
    === RUN   TestAccAzureRMApplicationInsights_basicWeb
    --- PASS: TestAccAzureRMApplicationInsights_basicWeb (84.27s)
    === RUN   TestAccAzureRMApplicationInsights_basicJava
    --- PASS: TestAccAzureRMApplicationInsights_basicJava (79.28s)
    === RUN   TestAccAzureRMApplicationInsights_basicOther
    --- PASS: TestAccAzureRMApplicationInsights_basicOther (73.29s)
    === RUN   TestAccAzureRMApplicationInsights_basicPhone
    --- PASS: TestAccAzureRMApplicationInsights_basicPhone (73.88s)
    === RUN   TestAccAzureRMApplicationInsights_basicStore
    --- PASS: TestAccAzureRMApplicationInsights_basicStore (68.69s)
    === RUN   TestAccAzureRMApplicationInsights_basiciOS
    --- PASS: TestAccAzureRMApplicationInsights_basiciOS (76.30s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	651.307s
    ```
    stack72 committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    ee75274 View commit details
    Browse the repository at this point in the history