-
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
xSQLServerNetwork: Missing SQLServer parameter #528
Labels
enhancement
The issue is an enhancement request.
Comments
johlju
added
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
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 24, 2017
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
Apr 24, 2017
Added optional parameter SQLServer with default value of $env:COMPUTERNAME (issue dsccommunity#528). Added optional parameter RestartTimeout with default value of 120 seconds. Now the resource supports restarting a sql server in a cluster (issue dsccommunity#527).
5 tasks
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
May 1, 2017
Added optional parameter SQLServer with default value of $env:COMPUTERNAME (issue dsccommunity#528). Added optional parameter RestartTimeout with default value of 120 seconds. Now the resource supports restarting a sql server in a cluster (issue dsccommunity#527).
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
May 20, 2017
Added optional parameter SQLServer with default value of $env:COMPUTERNAME (issue dsccommunity#528). Added optional parameter RestartTimeout with default value of 120 seconds. Now the resource supports restarting a sql server in a cluster (issue dsccommunity#527).
johlju
added a commit
that referenced
this issue
May 21, 2017
- Changes to xSQLServerNetwork - Added optional parameter SQLServer with default value of $env:COMPUTERNAME (issue #528). - Added optional parameter RestartTimeout with default value of 120 seconds. - Now the resource supports restarting a sql server in a cluster (issue #527 and issue #455). - Now the resource allows to set the parameter TcpDynamicPorts to a blank value (partly fixes issue #534). Setting a blank value for parameter TcpDynamicPorts together with a value for parameter TcpPort means that static port will be used. - Now the resource will not call Alter() in the Set-TargetResource when there is no change necessary (issue #537). - Updated example 1-EnableTcpIpOnCustomStaticPort. - Added unit tests (issue #294). - Refactored some of the code, cleaned up the rest and fixed PSSA rules warnings (issue #261). - If parameter TcpDynamicPort is set to '0' at the same time as TcpPort is set the resource will now throw an error (issue #535). - Added examples (issue #536). - When TcpDynamicPorts is set to '0' the Test-TargetResource function will no longer fail each time (issue #564). - Changes to xSQLServerHelper module - Added four new helper functions. - Register-SqlSmo, Register-SqlWmiManagement and Unregister-SqlAssemblies to handle the creation on the application domain and loading and unloading of the SMO and SqlWmiManagement assemblies. - Get-SqlInstanceMajorVersion to get the major SQL version for a specific instance. - Fixed typos in comment-based help
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details of the scenario you tried and the problem that is occurring:
This resource should have a optional SQLServer parameter so that it is possible to specify a VCO when using Failover Cluster or Availability Groups.
The DSC configuration that is using the resource (as detailed as possible):
n/a
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
n/a
What module (SqlServer or SQLPS) and which version of the module the DSC Target Node is running:
n/a
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
Dev
The text was updated successfully, but these errors were encountered: