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

Upgrading to v15 of the Azure SDK for Go #1077

Merged
merged 7 commits into from
Apr 6, 2018
Merged

Upgrading to v15 of the Azure SDK for Go #1077

merged 7 commits into from
Apr 6, 2018

Commits on Apr 5, 2018

  1. Configuration menu
    Copy the full SHA
    c8d0a5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80db232 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6e7b0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf2dc11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e44a901 View commit details
    Browse the repository at this point in the history
  6. Fixing a race condition in the Role Assignment tests

    ```
    $ acctests azurerm TestAccAzureRMRoleAssignment
    === RUN   TestAccAzureRMRoleAssignment
    === RUN   TestAccAzureRMRoleAssignment/basic
    === RUN   TestAccAzureRMRoleAssignment/basic/roleName
    === RUN   TestAccAzureRMRoleAssignment/basic/builtin
    === RUN   TestAccAzureRMRoleAssignment/basic/custom
    === RUN   TestAccAzureRMRoleAssignment/basic/emptyName
    === RUN   TestAccAzureRMRoleAssignment/import
    === RUN   TestAccAzureRMRoleAssignment/import/basic
    === RUN   TestAccAzureRMRoleAssignment/import/custom
    --- PASS: TestAccAzureRMRoleAssignment (446.84s)
        --- PASS: TestAccAzureRMRoleAssignment/basic (113.85s)
            --- PASS: TestAccAzureRMRoleAssignment/basic/roleName (32.06s)
            --- PASS: TestAccAzureRMRoleAssignment/basic/builtin (24.82s)
            --- PASS: TestAccAzureRMRoleAssignment/basic/custom (26.03s)
            --- PASS: TestAccAzureRMRoleAssignment/basic/emptyName (30.94s)
        --- PASS: TestAccAzureRMRoleAssignment/import (332.99s)
            --- PASS: TestAccAzureRMRoleAssignment/import/basic (30.90s)
            --- PASS: TestAccAzureRMRoleAssignment/import/custom (302.09s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	446.872s
    ```
    tombuildsstuff committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    a9a6cb0 View commit details
    Browse the repository at this point in the history
  7. Fixing the Template Deployment tests

    ```
    $ acctests azurerm TestAccAzureRMTemplateDeployment_withOutputs
    === RUN   TestAccAzureRMTemplateDeployment_withOutputs
    --- PASS: TestAccAzureRMTemplateDeployment_withOutputs (226.89s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	226.921s
    ```
    tombuildsstuff committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    7f4cb6c View commit details
    Browse the repository at this point in the history