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

mssql_elasticpool - support license_type #6631

Merged

Commits on Apr 26, 2020

  1. Add license_type for mssql_elasticpool resource and data

    Adding license_type for ElasticPool similar to Database
    - tests
    - datasource
    - website
    
    Might address hashicorp#6587
    Christian Pearce committed Apr 26, 2020
    Copy the full SHA
    d54ee33 View commit details
    Browse the repository at this point in the history
  2. Fix lint issue

    Christian Pearce committed Apr 26, 2020
    Copy the full SHA
    c8f06d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Update azurerm/internal/services/mssql/resource_arm_mssql_elasticpool.go

    cast properties.LicenseType to string to avoid potential type casting issues.
    
    Co-Authored-By: Arcturus <ufo54153@gmail.com>
    pearcec and ArcturusZhang committed Apr 27, 2020
    Copy the full SHA
    88684ba View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Adjusting test based feedback

    Christian Pearce committed Apr 28, 2020
    Copy the full SHA
    9a64fe4 View commit details
    Browse the repository at this point in the history