-
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 #1214 from PowerShell/dev
Release of version 12.0.0.0 of SqlServerDsc
- Loading branch information
Showing
21 changed files
with
594 additions
and
213 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,7 @@ | ||
--- | ||
name: General question or documentation update | ||
about: If you have a general question or documentation update suggestion around the resource module. | ||
--- | ||
<!-- | ||
Your feedback and support is greatly appreciated, thanks for contributing! | ||
--> |
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,73 @@ | ||
--- | ||
name: Problem with a resource | ||
about: If you have a problem, bug, or enhancement with a resource in this resource module. | ||
--- | ||
<!-- | ||
Your feedback and support is greatly appreciated, thanks for contributing! | ||
ISSUE TITLE: | ||
Please prefix the issue title with the resource name, e.g. | ||
'ResourceName: Short description of my issue' | ||
ISSUE DESCRIPTION (this template): | ||
Please provide information regarding your issue under each header below. | ||
Write N/A under any headers that do not apply to your issue, or if the | ||
information is not available. | ||
NOTE! Sensitive information should be obfuscated. | ||
PLEASE KEEP THE HEADERS. | ||
You may remove this comment block, and the other comment blocks, | ||
but please keep the headers. | ||
--> | ||
#### Details of the scenario you tried and the problem that is occurring | ||
|
||
#### Verbose logs showing the problem | ||
|
||
#### Suggested solution to the issue | ||
|
||
#### The DSC configuration that is used to reproduce the issue (as detailed as possible) | ||
```powershell | ||
# insert configuration here | ||
``` | ||
|
||
#### SQL Server edition and version the target node is running | ||
<!-- | ||
To help with this information, please run this command in SQL: | ||
select @@version | ||
--> | ||
|
||
#### SQL Server PowerShell modules present on the target node | ||
<!-- | ||
To help with this information, please run this command: | ||
Get-Module -Name '*sql*' -ListAvailable | ? Name -ne 'SqlServerDsc' | ft Name,Version,Path | ||
--> | ||
|
||
#### The operating system the target node is running | ||
<!-- | ||
Please provide as much as possible about the target node, for example | ||
edition, version, build and language. | ||
On OS with WMF 5.1 the following command can help get this information. | ||
Get-ComputerInfo -Property @( | ||
'OsName', | ||
'OsOperatingSystemSKU', | ||
'OSArchitecture', | ||
'WindowsVersion', | ||
'WindowsBuildLabEx', | ||
'OsLanguage', | ||
'OsMuiLanguages') | ||
--> | ||
|
||
#### Version and build of PowerShell the target node is running | ||
<!-- | ||
To help with this information, please run this command: | ||
$PSVersionTable | ||
--> | ||
|
||
#### Version of the DSC module that was used ('dev' if using current dev branch) | ||
<!-- | ||
To help with this information, please run this command: | ||
Get-Module -Name 'SqlServerDsc' -ListAvailable | ft Name,Version,Path | ||
--> |
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,21 @@ | ||
--- | ||
name: New resource proposal | ||
about: If you have a new resource proposal that you think should be added to this resource module. | ||
--- | ||
<!-- | ||
Thank you for contributing and making this resource module better! | ||
ISSUE TITLE: | ||
Please prefix the issue title with a proposed resource name, | ||
e.g. 'NewResourceName: New resource proposal' | ||
ISSUE DESCRIPTION (this template): | ||
Please propose the new resource under each header below. | ||
PLEASE KEEP THE HEADERS, but you may remove this comment block. | ||
--> | ||
### Description | ||
|
||
### Proposed properties | ||
|
||
### Special considerations or limitations |
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
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
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
Oops, something went wrong.