-
Notifications
You must be signed in to change notification settings - Fork 11
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
Overlaps with xSQLServer #3
Comments
👍 |
I agree, if you read the original DSC Resource Kit notes for xSQLServer it was designed to support System Center installations. I have been working on enhancing this xSqlPs to even more greatly support our best practices for SQL installs, just trying to get it to a point that the team will accept it into the release |
@Matticusau I like your dogs! :) That's awesome. I have done the same, but unfortunately I'm still working with my employer on getting clearance to submit it back. But, I'd be very very interested in what you are working on there. If you need anyone to hammer on it and try it out let me know! |
Just reading past this "issue". @Matticusau as I understand that xSQLServer was created to support System Center installations, it currently still supports much more parameters for the installation, making it easyer to finetune the installations. I will upload my custom resource as an example if my customer allows me to share the code. |
@KarolKaczmarek - This should be merged together with xSQLServer Resource for a few reasons
I'm dedicating some time to work to doing this where I can but this is something that in my opinion we need to start down that path as soon as we can |
This is a great discussion. I have actually had some discussions around this internally and am continuing those discussions because internally we feel the two should be merged and the view from the community definitely supports that approach too which is helping to drive the discussions. It will need to be a community approach (IMO) and when I have some clarity around how that looks I will provide further guidance. |
@Matticusau If there is any way I could help with this, please let me know. |
Agreed, we should merge xSqlPs into xSQLServer and retire this repo. |
The work to merge into xSqlServer has already been completed for some time (sorry forgot to update this). I will chase up about retiring the repo |
@johlju Looks like this module is a duplicate of xSqlServer? Any reason I shouldn't remove/deprecate this module? |
@kwirkykat I think we should deprecate this module. There are equivalent resources, and soon to be better resources (IMHO). Might be a good thing to deprecate it for a couple of months and then remove it. So people have a chance to move to the new module.
UPDATE 2017-07-12: Updated table and removed deprecated resource no longer in xSQLServer. |
@kwirkykat You may remove this module at anytime. This module is obsolete now! |
Today I came across the "modified Version" of this module in this azure quickstart template named xSql. @kwirkykat and @johlju: Are there any plans to integrate these modifications in any of the existing or newer xSql modules? |
@andikrueger There is xSQLServerLogin resource in the module xSQLServer that can create logins. If you are missing any functionality in that resource, please submit an issue in https://github.com/PowerShell/xSQLServer and we can discuss it there. 😄 |
@andikrueger That seems to be a subset of resource from different modules compiled for a specific scenario (use case). Deployed to https://azure.microsoft.com/en-us/resources/templates/ by different users. So for them to be added to DSC Resource Kit the authors/owners need to send them in as PR's (Pull Requests). |
This module has been deprecated. Leaving this as the only open issue for now. |
Closing this as per previous comment. Please reopen or comment if this was closed in error. |
There is overlap between this module and https://github.com/PowerShell/xSQLServer/.
For example, MSFT_xSqlServerInstall from this module fulfills the same role as MSFT_xSqlServerSetup from xSQLServer.
Perhaps these two modules could be combined into one?
The text was updated successfully, but these errors were encountered: