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_service_fabric_cluster - support for specifying the cluster code version #1945

Merged

Commits on Sep 18, 2018

  1. Merge pull request #1 from terraform-providers/master

    merge from origin
    Steven Hawkins authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    5dab9e0 View commit details
    Browse the repository at this point in the history
  2. allowed two client certificates to be specified

    Steven Hawkins committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    c7c080a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. added cluster_code_version atribute

    Steven Hawkins committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    16c9c64 View commit details
    Browse the repository at this point in the history
  2. corrected docs

    Steven Hawkins committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    762f6e4 View commit details
    Browse the repository at this point in the history
  3. added acceptance tests

    Steven Hawkins committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    71672ce View commit details
    Browse the repository at this point in the history
  4. keep LF on checkout to Windows

    Steven Hawkins committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    695c118 View commit details
    Browse the repository at this point in the history
  5. new line added

    Steven Hawkins committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    e5991f4 View commit details
    Browse the repository at this point in the history
  6. removed from this PR

    Steven Hawkins committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    26a2db6 View commit details
    Browse the repository at this point in the history
  7. added validation

    Steven Hawkins committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    11f2ba0 View commit details
    Browse the repository at this point in the history
  8. alignment based on PR comment

    Steven Hawkins committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    b20430b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f1f375 View commit details
    Browse the repository at this point in the history
  10. fmt

    Steven Hawkins committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    a15e2f2 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feature/cluster_code_version' of https://github.com/ste…

    …ve-hawkins/terraform-provider-azurerm into feature/cluster_code_version
    Steven Hawkins committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    2b6309a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. added empty string condition

    Steven Hawkins committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    6cdb272 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. read ClusterCodeVersion when UpgradeMode is Manual

    Steven Hawkins committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    6d13c16 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Configuration menu
    Copy the full SHA
    6f1d1f2 View commit details
    Browse the repository at this point in the history
  2. Supporting having manual upgrade mode with the version set by Azure

    ```
    $ acctests azurerm TestAccAzureRMServiceFabricCluster_manualLatest
    === RUN   TestAccAzureRMServiceFabricCluster_manualLatest
    --- PASS: TestAccAzureRMServiceFabricCluster_manualLatest (96.07s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	97.192s
    ```
    tombuildsstuff committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    f06da91 View commit details
    Browse the repository at this point in the history