8000 Tags · indented-automation/SqlServerDsc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: indented-automation/SqlServerDsc

Tags

v14.3.0-preview0003

Toggle v14.3.0-preview0003's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SqlDatabaseRole: Incorrect Parameter in Add-SqlDscDatabaseRoleMember (d…

…sccommunity#1619)

- SqlDatabaseRole
  - Fixed check to see if the role and user existed in the database. The
    previous logic would always indicate the role or user was not found unless
    the role had the same name as the user. Also updated the
    DesiredMembersNotPresent string to be more accurate when an extra user is
    in the role (issue dsccommunity#1487).

v14.3.0-preview0002

Toggle v14.3.0-preview0002's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SqlAlwaysOnService: Get-TargetResource does not return all the schema…

… properties (dsccommunity#1618)

- SqlAlwaysOnService
  - Updated Get-TargetResource to return all defined schema properties

v14.3.0-preview0001

Toggle v14.3.0-preview0001's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md (dsccommunity#1621)

v14.2.2-preview0002

Toggle v14.2.2-preview0002's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SqlReplication: Remove duplicate function (dsccommunity#1612)

- SqlServerDsc
  - Updated code formatting using latest release of PSScriptAnalyzer.
  - The URLs in the CHANGELOG.md that was pointing to issues is now
    referencing the new repository name and URL.
- SqlServerDsc.Common
  - The helper function `Get-SqlInstanceMajorVersion` no longer have a default
    value for parameter **InstanceName** since the parameter is mandatory
    and it was never used.
- SqlReplication
  - The resource are now using the helper function `Get-SqlInstanceMajorVersion`
    (issue dsccommunity#1408).

v14.2.2-preview0001

Toggle v14.2.2-preview0001's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SqlServerDsc: Update code formatting (dsccommunity#1611)

- SqlServerDsc
  - Updated code formatting using latest release of PSScriptAnalyzer.

v14.2.1

Toggle v14.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SqlDatabaseObjectPermission: Fix transition "GrantWithGrant" to "Gran…

…t" (dsccommunity#1603)

- SqlDatabaseObjectPermission
  - To enforce a scenario where a permission must be changed from 'GrantWithGrant'
    to 'Grant' a new parameter Force was added (issue dsccommunity#1602).
    The parameter Force is used to enforce the desired state in those
    scenarios where revocations must be performed to enforce the desired
    state, even if that encompasses cascading revocations. If parameter
    Force is _not_ set to $true an exception is thrown in those
    scenarios where a revocation must be performed to enforce the desired
    state.
    - New integration tests to verify scenarios when current state for a
      permission is 'GrantWithGrant' but desired state should be 'Grant'.

v14.2.1-preview0005

Toggle v14.2.1-preview0005's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SqlDatabaseObjectPermission: Fix transition "GrantWithGrant" to "Gran…

…t" (dsccommunity#1603)

- SqlDatabaseObjectPermission
  - To enforce a scenario where a permission must be changed from 'GrantWithGrant'
    to 'Grant' a new parameter Force was added (issue dsccommunity#1602).
    The parameter Force is used to enforce the desired state in those
    scenarios where revocations must be performed to enforce the desired
    state, even if that encompasses cascading revocations. If parameter
    Force is _not_ set to $true an exception is thrown in those
    scenarios where a revocation must be performed to enforce the desired
    state.
    - New integration tests to verify scenarios when current state for a
      permission is 'GrantWithGrant' but desired state should be 'Grant'.

v14.2.1-preview0004

Toggle v14.2.1-preview0004's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SqlSetup: Update comment-based help in example (dsccommunity#1609)

- SqlSetup
  - The example 4-InstallNamedInstanceInFailoverClusterFirstNode.ps1 was
    updated to no longer reference the issue dsccommunity#405 and issue dsccommunity#444 in the
    comment-based help. The issues was fixed a while back and SqlSetup
    now supports the built-in parameter PsDscRunAsCredential (issue dsccommunity#975).

v14.2.1-preview0003

Toggle v14.2.1-preview0003's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update GitVersion.yml

v14.2.1-preview0002

Toggle v14.2.1-preview0002's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SqlServerDsc: Remove moved helper functions (dsccommunity#1604)

- SqlServerDsc
  - Removed helper functions that was moved to the module DscResource.Common.
    DSC resources using those functions are using them from the module
    DscResource.Common.
0