Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite committed Mar 6, 2025
1 parent dc7858c commit 0c32b04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void GetPolicyDefinitionWithIgnore()

var definitions = context.GetDefinitions();
Assert.NotNull(definitions);
Assert.Equal(111, definitions.Length);
Assert.Equal(110, definitions.Length);

// Check category and version
var actual = definitions.FirstOrDefault(definition => definition.DefinitionId == "/providers/Microsoft.Authorization/policyDefinitions/34c877ad-507e-4c82-993e-3452a6e0ad3c");
Expand Down

0 comments on commit 0c32b04

Please sign in to comment.