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 Resource: azurerm_express_route_circuit_authorization #992

Merged
merged 2 commits into from
Mar 22, 2018

Commits on Mar 16, 2018

  1. New Resource: azurerm_express_route_circuit_authorization

    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMExpressRouteCircuitAuthorization_
    === RUN   TestAccAzureRMExpressRouteCircuitAuthorization_importBasic
    --- PASS: TestAccAzureRMExpressRouteCircuitAuthorization_importBasic (132.66s)
    === RUN   TestAccAzureRMExpressRouteCircuitAuthorization_basic
    --- PASS: TestAccAzureRMExpressRouteCircuitAuthorization_basic (137.73s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	270.416s
    ```
    tombuildsstuff committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    144dda5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Locking on the Express Route Circuit name

    Before these patches, this failed with:
    
    ```
    * azurerm_express_route_circuit_authorization.test1: Error deleting Express Route Circuit Authorization "acctestauth12715900084028037607" (Circuit "acctest-erc-2715900084028037607" / Resource Group "acctestrg-2715900084028037607"): network.ExpressRouteCircuitAuthorizationsClient#Delete: Failure sending request: StatusCode=409 -- Original Error: failed request: autorest/azure: Service returned an error. Status=<nil> Code="AnotherOperationInProgress" Message="Another operation on this or dependent resource is in progress. To retrieve status of the operation use uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/d30da8eb-3e09-480c-8844-745d73e0e8bd?api-version=2017-09-01." Details=[]
    ```
    
    Now the tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMExpressRouteCircuitAuthorization_multiple
    === RUN   TestAccAzureRMExpressRouteCircuitAuthorization_multiple
    --- PASS: TestAccAzureRMExpressRouteCircuitAuthorization_multiple (781.75s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	781.781s
    ```
    tombuildsstuff committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    9c5a9f6 View commit details
    Browse the repository at this point in the history