-
Notifications
You must be signed in to change notification settings - Fork 225
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
SqlServerProtocol: New resource proposal #1377
Labels
resource proposal
The issue is proposing a new resource in the resource module.
Comments
johlju
added
help wanted
The issue is up for grabs for anyone in the community.
resource proposal
The issue is proposing a new resource in the resource module.
labels
Jun 17, 2019
There might be some code that can be reused in the closed PR #1045. |
5 tasks
Example code to verify and enable Named Pipes in this #1161 (comment). |
johlju
added
in progress
The issue is being actively worked on by someone.
and removed
help wanted
The issue is up for grabs for anyone in the community.
labels
Apr 22, 2020
9 tasks
johlju
added a commit
that referenced
this issue
May 4, 2020
- SqlServerDsc - Added new resource SqlServerProtocol (issue #1377). - When a PR is labelled with 'ready for merge' it is no longer being marked as stale if the PR is not merged for 30 days (for example it is dependent on something else) (issue #1504). - Updated the CI pipeline to use latest version of the module ModuleBuilder. - SqlServerDsc.Common - The helper function `Restart-SqlService` was improved to handle Failover Clusters better. Now the SQL Server service will only be taken offline and back online again if the service is online to begin with. - The helper function `Restart-SqlServer` learned the new parameter `OwnerNode`. The parameter `OwnerNode` takes an array of Cluster node names. Using this parameter the cluster group will only be taken offline and back online if the cluster group owner is one specified in this parameter.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This resource should enable, disable and manage protocol properties for each protocol 'Named Pipes', 'Shared Memory' and 'TCP/IP'.
For example this resource should manage the property
ListenOnAllIPs
,KeepAlive
andEnabled
which is protocol properties (see output below).Proposed properties
Special considerations or limitations
This is a redesign of the resource
SqlServerNetwork
and splitting it up into two new resources will simplify the code and therefore easier to maintain. This resource could be added side-by-side withSqlServerNetwork
and together withSqlServerProtocolTcpIP
will deprecate the resourceSqlServerNetwork
.This was discussed in closed PR #1045.
The text was updated successfully, but these errors were encountered: