Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix integration test
Browse files Browse the repository at this point in the history
johlju committed May 12, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
johlju Johan Ljunggren
1 parent 5964dee commit 32bda88
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -354,6 +354,12 @@ Configuration DSC_SqlDatabaseObjectPermission_Multiple_Grant_Config
Permission = 'Select'
}

DSC_DatabaseObjectPermission
{
State = 'Grant'
Permission = 'Insert'
}

DSC_DatabaseObjectPermission
{
State = 'Deny'

0 comments on commit 32bda88

Please sign in to comment.