Skip to content

Commit 56e6141

Browse files
author
Florian Wagner
authored
Add solution for wrong conditionVersion
1 parent 1088f3c commit 56e6141

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

articles/role-based-access-control/conditions-troubleshoot.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,19 @@ When you try to add a role assignment with a condition, you get an error similar
4949

5050
`The given role assignment condition is invalid.`
5151

52-
**Cause**
52+
**Cause 1**
53+
54+
The `conditionVersion` property is set to "1.0".
55+
56+
**Solution 1**
57+
58+
Set `conditionVersion` property to "2.0".
59+
60+
**Cause 2**
5361

5462
Your condition is not formatted correctly.
5563

56-
**Solution**
64+
**Solution 2**
5765

5866
Fix any [condition format or syntax](conditions-format.md) issues. Alternatively, add the condition using the [visual editor in the Azure portal](conditions-role-assignments-portal.md).
5967

0 commit comments

Comments
 (0)