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

New Log Analytics Sku for azurerm_log_analytics_workspace (#1078) #1079

Merged
merged 2 commits into from
Jun 18, 2018
Merged

New Log Analytics Sku for azurerm_log_analytics_workspace (#1078) #1079

merged 2 commits into from
Jun 18, 2018

Commits on Jun 18, 2018

  1. Configuration menu
    Copy the full SHA
    b68f4cd View commit details
    Browse the repository at this point in the history
  2. Migrating to use the new SKU's. Tests pass:

    ```
    $ acctests azurerm TestAccAzureRMLogAnalyticsWorkspace_
    
    === RUN   TestAccAzureRMLogAnalyticsWorkspace_importRequiredOnly
    --- PASS: TestAccAzureRMLogAnalyticsWorkspace_importRequiredOnly (136.16s)
    === RUN   TestAccAzureRMLogAnalyticsWorkspace_importRetentionInDaysComplete
    --- PASS: TestAccAzureRMLogAnalyticsWorkspace_importRetentionInDaysComplete (74.59s)
    === RUN   TestAccAzureRMLogAnalyticsWorkspace_requiredOnly
    --- PASS: TestAccAzureRMLogAnalyticsWorkspace_requiredOnly (129.72s)
    === RUN   TestAccAzureRMLogAnalyticsWorkspace_retentionInDaysComplete
    --- PASS: TestAccAzureRMLogAnalyticsWorkspace_retentionInDaysComplete (131.16s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	471.669s
    ```
    tombuildsstuff committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    e055bad View commit details
    Browse the repository at this point in the history