You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details of the scenario you tried and the problem that is occurring:
Since we not supporting PowerShell 4.0 we could remove all of the occurrences of [System.Management.Automation.Credential()]. It's used in all examples for example. It's also in some resources, but this issue is for removing them from the examples.
- Style changes in all examples, removing type [System.Management.Automation.Credential()]
from credential parameters (issue dsccommunity#1003), and renamed the credential parameter so it is
not using abbreviation.
- Style changes in all examples, removing type [System.Management.Automation.Credential()]
from credential parameters (issue dsccommunity#1003), and renamed the credential parameter so it is
not using abbreviation.
- Changes to SqlServerDsc
- Style changes in all examples, removing type [System.Management.Automation.Credential()]
from credential parameters (issue #1003), and renamed the credential parameter so it is not
using abbreviation.
Details of the scenario you tried and the problem that is occurring:
Since we not supporting PowerShell 4.0 we could remove all of the occurrences of [System.Management.Automation.Credential()]. It's used in all examples for example. It's also in some resources, but this issue is for removing them from the examples.
The following
would be changed to
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: