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

provider/azurerm: expose default keys for servicebus_namespace #9242

Merged
merged 1 commit into from
Oct 6, 2016

Commits on Oct 5, 2016

  1. provider/azurerm: expose default keys for servicebus_namespace

    A default authorization rule is created by Azure which, if present is exported by
    the resource.
    
    TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMServiceBusNamespace -timeout 120m
    === RUN   TestAccAzureRMServiceBusNamespaceCapacity_validation
    --- PASS: TestAccAzureRMServiceBusNamespaceCapacity_validation (0.00s)
    === RUN   TestAccAzureRMServiceBusNamespaceSku_validation
    --- PASS: TestAccAzureRMServiceBusNamespaceSku_validation (0.00s)
    === RUN   TestAccAzureRMServiceBusNamespace_basic
    --- PASS: TestAccAzureRMServiceBusNamespace_basic (352.03s)
    === RUN   TestAccAzureRMServiceBusNamespace_readDefaultKeys
    --- PASS: TestAccAzureRMServiceBusNamespace_readDefaultKeys (349.17s)
    PASS
    ok  	github.com/hashicorp/terraform/builtin/providers/azurerm	701.278s
    Peter McAtominey committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    f733d6a View commit details
    Browse the repository at this point in the history