You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,7 +27,7 @@ Ensure that the security principals don't have multiple role assignments (with o
27
27
28
28
**Cause 2**
29
29
30
-
Your role assignment has multiple actions that grant a permission and your condition does not target all the actions. For example, you can create a blob if you have either `/blobs/write` or `/blobs/add/action` data actions. If your role assignment has both data actions and you target only one of them in a condition, the role assignment will grant the permission to create blobs and bypass the condition.
30
+
Your role assignment has multiple actions that grant a permission and your condition doesn't target all the actions. For example, you can create a blob if you have either `/blobs/write` or `/blobs/add/action` data actions. If your role assignment has both data actions and you target only one of them in a condition, the role assignment will grant the permission to create blobs and bypass the condition.
31
31
32
32
**Solution 2**
33
33
@@ -57,7 +57,7 @@ Set `conditionVersion` property to "2.0".
57
57
58
58
**Cause 2**
59
59
60
-
Your condition is not formatted correctly.
60
+
Your condition isn't formatted correctly.
61
61
62
62
**Solution 2**
63
63
@@ -67,7 +67,7 @@ Fix any [condition format or syntax](conditions-format.md) issues. Alternatively
67
67
68
68
### Symptom - Principal does not appear in Attribute source
69
69
70
-
When you try to add a role assignment with a condition, **Principal**does not appear in the **Attribute source** list.
70
+
When you try to add a role assignment with a condition, **Principal**doesn't appear in the **Attribute source** list.
71
71
72
72

73
73
@@ -182,7 +182,7 @@ When you make edits in the code editor and then switch to the visual editor, you
182
182
183
183
**Cause**
184
184
185
-
The specified attribute is not available in the current scope, such as using `Version ID` in a storage account with hierarchical namespace enabled.
185
+
The specified attribute isn't available in the current scope, such as using `Version ID` in a storage account with hierarchical namespace enabled.
186
186
187
187
**Solution**
188
188
@@ -196,7 +196,7 @@ When you make edits in the code editor and then switch to the visual editor, you
196
196
197
197
**Cause**
198
198
199
-
The specified attribute is not recognized, possibly because of a typo.
199
+
The specified attribute isn't recognized, possibly because of a typo.
200
200
201
201
**Solution**
202
202
@@ -210,7 +210,7 @@ When you make edits in the code editor and then switch to the visual editor, you
210
210
211
211
**Cause**
212
212
213
-
The right side of the expression contains an attribute or value that is not valid.
213
+
The right side of the expression contains an attribute or value that isn't valid.
214
214
215
215
**Solution**
216
216
@@ -224,7 +224,7 @@ When you remove all of the actions in the visual editor, you get the following m
224
224
225
225
**Cause**
226
226
227
-
There is an existing expression, but no actions have been selected as a target.
227
+
There's an existing expression, but no actions have been selected as a target.
228
228
229
229
**Solution**
230
230
@@ -252,7 +252,7 @@ When you attempt to add an expression, you get the following message:
252
252
253
253
**Cause**
254
254
255
-
One or more role definition IDs that you attempted to add for the [Role definition ID](conditions-authorization-actions-attributes.md#role-definition-id) attribute was not found or does not have the correct GUID format: `00000000-0000-0000-0000-000000000000`.
255
+
One or more role definition IDs that you attempted to add for the [Role definition ID](conditions-authorization-actions-attributes.md#role-definition-id) attribute wasn't found or doesn't have the correct GUID format: `00000000-0000-0000-0000-000000000000`.
256
256
257
257
**Solution**
258
258
@@ -266,7 +266,7 @@ When you attempt to add an expression, you get the following message:
266
266
267
267
**Cause**
268
268
269
-
One or more principal IDs that you attempted to add for the [Principal ID](conditions-authorization-actions-attributes.md#principal-id) attribute was not found or does not have the correct GUID format: `00000000-0000-0000-0000-000000000000`.
269
+
One or more principal IDs that you attempted to add for the [Principal ID](conditions-authorization-actions-attributes.md#principal-id) attribute wasn't found or doesn't have the correct GUID format: `00000000-0000-0000-0000-000000000000`.
If you use PowerShell and copy a condition from a document, it might include special characters that cause the following error. Some editors (such as Microsoft Word) add control characters when formatting text that does not appear.
302
+
If you use PowerShell and copy a condition from a document, it might include special characters that cause the following error. Some editors (such as Microsoft Word) add control characters when formatting text that doesn't appear.
303
303
304
304
`The given role assignment condition is invalid.`
305
305
306
306
**Solution**
307
307
308
-
If you copied a condition from a rich text editor and you are certain the condition is correct, delete all spaces and returns and then add back the relevant spaces. Alternatively, use a plain text editor or a code editor, such as Visual Studio Code.
308
+
If you copied a condition from a rich text editor and you're certain the condition is correct, delete all spaces and returns and then add back the relevant spaces. Alternatively, use a plain text editor or a code editor, such as Visual Studio Code.
309
309
310
310
## Error messages in Azure CLI
311
311
@@ -337,7 +337,7 @@ When you try to add a role assignment with a condition using Azure CLI, you get
337
337
338
338
**Cause**
339
339
340
-
You are likely using an earlier version of Azure CLI that does not support role assignment condition parameters.
340
+
You're likely using an earlier version of Azure CLI that doesn't support role assignment condition parameters.
0 commit comments