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: Change of azurerm_virtual_machine computer_name now ForceNew #7646

Merged
merged 1 commit into from
Jul 14, 2016

Commits on Jul 14, 2016

  1. provider/azurerm: Change of azurerm_virtual_machine computer_name now

    ForceNew
    
    ```
    % make testacc TEST=./builtin/providers/azurerm TESTARGS='-run=TestAccAzureRMVirtualMachine_ChangeComputerName'
    ==> Checking that code complies with gofmt requirements...
    go generate $(go list ./... | grep -v /terraform/vendor/)
    TF_ACC=1 go test ./builtin/providers/azurerm -v
    -run=TestAccAzureRMVirtualMachine_ChangeComputerName -timeout 120m
    === RUN   TestAccAzureRMVirtualMachine_ChangeComputerName
    --- PASS: TestAccAzureRMVirtualMachine_ChangeComputerName (965.04s)
    PASS
    ok      github.com/hashicorp/terraform/builtin/providers/azurerm
    965.051s
    ```
    stack72 committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    33233be View commit details
    Browse the repository at this point in the history