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_eventhub: Adding support for CaptureDescription #681

Merged
merged 4 commits into from
Jan 11, 2018

Commits on Jan 10, 2018

  1. azurerm_eventhub: Adding support for CaptureDescription

    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMEventHub_captureDescription
    === RUN   TestAccAzureRMEventHub_captureDescription
    --- PASS: TestAccAzureRMEventHub_captureDescription (215.57s)
    === RUN   TestAccAzureRMEventHub_captureDescriptionDisabled
    --- PASS: TestAccAzureRMEventHub_captureDescriptionDisabled (646.67s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	862.272s
    ```
    tombuildsstuff committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    3534c6a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Adding an import test

    tombuildsstuff committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    879cfb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b83b3ad View commit details
    Browse the repository at this point in the history
  3. Added documentation covering the CaptureDescription fields

    Also added a link to the feature request for Data Lake Capture support
    tombuildsstuff committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    9cba8ef View commit details
    Browse the repository at this point in the history