-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #346 from PowerShell/dev
Release of version 5.0.0.0 of xSqlServer
- Loading branch information
Showing
65 changed files
with
12,927 additions
and
6,245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,22 @@ | ||
Thanks for submitting a Pull Request (PR) to this project. | ||
This template will help you create your pull request (PR). | ||
_Thanks for submitting a Pull Request (PR) to this project. Your contribution to this project is greatly appreciated!_ | ||
|
||
Please make sure you have read the [Contribution Guidelines](https://github.com/PowerShell/DscResources/blob/master/CONTRIBUTING.md). | ||
Please make sure you have read the [contributing section](https://github.com/PowerShell/xSQLServer#contributing) | ||
|
||
To aid community reviewers in reviewing and merging your pull request (PR), please take the time to run through the below checklist | ||
Please prefix the PR title with the resource name, i.e. 'xSQLServerSetup: My short description' | ||
If this is a breaking change, then also prefix the PR title with 'BREAKING CHANGE:', i.e. 'BREAKING CHANGE: xSQLServerSetup: My short description' | ||
|
||
Your contribution to this project is greatly appreciated! | ||
To aid community reviewers in reviewing and merging your PR, please take the time to run through the below checklist. | ||
Change to [x] for each task in the task list that applies to this PR. | ||
|
||
---- DELETE THIS LINE AND ABOVE ---- | ||
---- DELETE THIS LINE AND EVERYTHING ABOVE ---- | ||
|
||
[Replace this with a description of your pull request] | ||
|
||
This Pull Request (PR) fixes the following issues: | ||
[Replace this with the list of issues. Use format: Fixes #123] | ||
[Replace this with the list of issues or n/a. Use format: Fixes #123] | ||
|
||
- [ ] Change details added to Unreleased section of CHANGELOG.md? | ||
- [ ] Added/updated documentation, comment-based help and descriptions in .schema.mof files where appropriate? | ||
- [ ] Examples appropriately updated? | ||
- [ ] New/changed code adheres to [Style Guidelines](https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md)? | ||
- [ ] [Unit and (optional) Integration tests](https://github.com/PowerShell/DscResources/blob/master/TestsGuidelines.md) created/updated where possible? | ||
|
||
---- DELETE THIS LINE AND BELOW ---- | ||
|
||
Your contribution to this project is greatly appreciated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DSCResource.Tests | ||
DSCResource.Tests | ||
.vs | ||
.vscode | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"default": true, | ||
"MD029": { | ||
"style": "ordered" | ||
}, | ||
"MD034": false, | ||
"MD024": false, | ||
"MD013": false, | ||
"no-hard-tabs": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
108 changes: 0 additions & 108 deletions
108
DSCResources/MSFT_xSQLDatabaseRecoveryModel/MSFT_xSQLDatabaseRecoveryModel.psm1
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
DSCResources/MSFT_xSQLDatabaseRecoveryModel/MSFT_xSQLDatabaseRecoveryModel.schema.mof
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.