Test-SqlDscIsRole
: New command proposal
#2058
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
help wanted
The issue is up for grabs for anyone in the community.
Command proposal
Suggest adding a public command that returns whether the server role exist.
Proposed parameters
[Microsoft.SqlServer.Management.Smo.Server]
[System.String]
Special considerations or limitations
This can be similar to
Test-SqlDscIsLogin
. Should return[System.Boolean]
andServerObject
should useValueFromPipeline
. This command should have unit tests added as well.The text was updated successfully, but these errors were encountered: