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

azurerm_data_lake_store - support for encryption/firewall properties #1623

Merged
merged 6 commits into from
Jul 24, 2018

Commits on Jul 20, 2018

  1. Configuration menu
    Copy the full SHA
    13be0dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40b9381 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

  1. Configuration menu
    Copy the full SHA
    53b8bc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. r/DataLakeStore: Support for Firewall/Encryption

    Tests pass:
    ```
    $ acctests azurerm TestAccAzureRMDataLakeStore_
    
    === RUN   TestAccAzureRMDataLakeStore_basic
    --- PASS: TestAccAzureRMDataLakeStore_basic (147.99s)
    === RUN   TestAccAzureRMDataLakeStore_tier
    --- PASS: TestAccAzureRMDataLakeStore_tier (140.91s)
    === RUN   TestAccAzureRMDataLakeStore_encryptionDisabled
    --- PASS: TestAccAzureRMDataLakeStore_encryptionDisabled (126.77s)
    === RUN   TestAccAzureRMDataLakeStore_firewallUpdate
    --- PASS: TestAccAzureRMDataLakeStore_firewallUpdate (253.79s)
    === RUN   TestAccAzureRMDataLakeStore_withTags
    --- PASS: TestAccAzureRMDataLakeStore_withTags (161.95s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	831.835s
    ```
    tombuildsstuff committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    b6e9888 View commit details
    Browse the repository at this point in the history
  2. d/DataLakeStore: support for Encryption/Firewall Rules

    Tests pass:
    
    ```
    $ acctests azurerm TestAccDataSourceAzureRMDataLakeStore_
    
    === RUN   TestAccDataSourceAzureRMDataLakeStore_basic
    --- PASS: TestAccDataSourceAzureRMDataLakeStore_basic (150.71s)
    === RUN   TestAccDataSourceAzureRMDataLakeStore_tier
    --- PASS: TestAccDataSourceAzureRMDataLakeStore_tier (143.18s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	294.220s
    ```
    tombuildsstuff committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    e54c222 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    08033be View commit details
    Browse the repository at this point in the history