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

BREAKING CHANGE: SqlServerDsc: Fix inconsistent parameter names in all resources #917

Merged
merged 33 commits into from
Dec 1, 2017

Commits on Dec 1, 2017

  1. Changes to SqlAG

    - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    4f3b010 View commit details
    Browse the repository at this point in the history
  2. Changes to SqlServerLogin

    - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    5efdcc3 View commit details
    Browse the repository at this point in the history
  3. Changes to SqlServerPermission

      - BREAKING CHANGE: Parameter NodeName has been renamed to ServerName (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    91ea216 View commit details
    Browse the repository at this point in the history
  4. Changes to SqlServerEndpoint

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    d6513cc View commit details
    Browse the repository at this point in the history
  5. Updated examples

    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    13b91f9 View commit details
    Browse the repository at this point in the history
  6. Fix bugs

    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    6268d3d View commit details
    Browse the repository at this point in the history
  7. Fix bugs in SqlAG tests

    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    e283953 View commit details
    Browse the repository at this point in the history
  8. Changes to SqlAGDatabases

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    1baf0cd View commit details
    Browse the repository at this point in the history
  9. Changes to SqlAGReplica

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    c7a8630 View commit details
    Browse the repository at this point in the history
  10. Fix bugs

    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    db79290 View commit details
    Browse the repository at this point in the history
  11. Changes to SqlServerOwner

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    7489e85 View commit details
    Browse the repository at this point in the history
  12. Changes to SqlAGListener

      - BREAKING CHANGE: Parameter NodeName has been renamed to ServerName
        (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    87fbb76 View commit details
    Browse the repository at this point in the history
  13. Changes to SqlAlwaysOnService

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    2f2f327 View commit details
    Browse the repository at this point in the history
  14. Changes to SqlDatabase

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    f97914b View commit details
    Browse the repository at this point in the history
  15. Changes to SqlDatabaseDefaultLocation

    - Parameters SQLServer and SQLInstanceName has been renamed to ServerName
      and InstanceName respectivly
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    24238ce View commit details
    Browse the repository at this point in the history
  16. Changes to SqlDatabasePermission

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    9a1e291 View commit details
    Browse the repository at this point in the history
  17. Changes to SqlDatabaseRecoveryModel

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    c65a7b8 View commit details
    Browse the repository at this point in the history
  18. Changes to SqlDatabaseRole

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    468b82a View commit details
    Browse the repository at this point in the history
  19. Fix integration tests

    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    585ac40 View commit details
    Browse the repository at this point in the history
  20. Updated CHANGELOG.md

    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    cf8165f View commit details
    Browse the repository at this point in the history
  21. Changes to SqlServerConfiguration

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    35a8214 View commit details
    Browse the repository at this point in the history
  22. Changes to SqlServerEndpointPermission

      - BREAKING CHANGE: Parameter NodeName has been renamed to ServerName
        (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    30ae6fa View commit details
    Browse the repository at this point in the history
  23. Changes to SqlServerEndpointState

      - BREAKING CHANGE: Parameter NodeName has been renamed to ServerName
        (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    85945a2 View commit details
    Browse the repository at this point in the history
  24. Changes to SqlServerMaxDop

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    790032d View commit details
    Browse the repository at this point in the history
  25. Changes to SqlServerMemory

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    69fc0bf View commit details
    Browse the repository at this point in the history
  26. Changes to SqlServerNetwork

      - BREAKING CHANGE: Parameters SQLServer has been renamed to ServerName
        (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    db58835 View commit details
    Browse the repository at this point in the history
  27. Changes to SqlServerRole

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    31103de View commit details
    Browse the repository at this point in the history
  28. Changes to SqlServerServiceAccount

      - BREAKING CHANGE: Parameters SQLServer and SQLInstanceName has been renamed
        to ServerName and InstanceName respectivly (issue dsccommunity#308).
    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    517981d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f100ba7 View commit details
    Browse the repository at this point in the history
  30. Fix CHANGELOG.md

    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    b2e93fb View commit details
    Browse the repository at this point in the history
  31. Fix review comments at r1

    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    6825603 View commit details
    Browse the repository at this point in the history
  32. Fix review comments at r3

    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    e3e354f View commit details
    Browse the repository at this point in the history
  33. Fix review comments at r4

    johlju committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    107cbf9 View commit details
    Browse the repository at this point in the history