From 0f17c52f215ef7470e7584183961d7e6102ea6a0 Mon Sep 17 00:00:00 2001 From: Arash Rezai <157028889+arrerezai@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:27:18 +0200 Subject: [PATCH] Update azurepolicy.json Follow same camel case sensitivity --- .../deny-custom-roles-with-exclusionlist/azurepolicy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policyDefinitions/Authorization/deny-custom-roles-with-exclusionlist/azurepolicy.json b/policyDefinitions/Authorization/deny-custom-roles-with-exclusionlist/azurepolicy.json index 41c3ae56..fa109f03 100644 --- a/policyDefinitions/Authorization/deny-custom-roles-with-exclusionlist/azurepolicy.json +++ b/policyDefinitions/Authorization/deny-custom-roles-with-exclusionlist/azurepolicy.json @@ -45,7 +45,7 @@ }, { "field": "Microsoft.Authorization/roleDefinitions/roleName", - "notIn": "[parameters('ExcludedRoleNames')]" + "notIn": "[parameters('excludedRoleNames')]" } ] }, @@ -54,4 +54,4 @@ } } } -} \ No newline at end of file +}