Skip to content

Get-SqlDscServerPermission: Should be able to return permissions for a server role #2063

@johlju

Description

@johlju

Problem description

This is similar to issue #2061 that need to use the command addedin issue #2060 to evalaute if the principal is a role so that it can return permissions for server roles as well.

$testSqlDscIsLoginParameters = @{
ServerObject = $ServerObject
Name = $Name
}
$isLogin = Test-SqlDscIsLogin @testSqlDscIsLoginParameters

Verbose logs

n/a

How to reproduce

n/a

Expected behavior

n/a

Current behavior

n/a

Suggested solution

n/a

Operating system the target node is running

n/a

PowerShell version and build the target node is running

n/a

Module version used

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThe issue is an enhancement request.good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions