Skip to content

Commit 6930231

Browse files
authored
Merge pull request #201081 from normesta/normesta-reg-updates-8
Fixing a github issue
2 parents d777545 + 3f77362 commit 6930231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-manage-find-blobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The below table shows all the valid operators for `Find Blobs by Tags`:
139139
| > | Greater than | `"Date" > '2018-06-18'` |
140140
| >= | Greater than or equal | `"Priority" >= '5'` |
141141
| < | Less than | `"Age" < '32'` |
142-
| <= | Less than or equal | `"Company" <= 'Contoso'` |
142+
| <= | Less than or equal | `"Priority" <= '5'` |
143143
| AND | Logical and | `"Rank" >= '010' AND "Rank" < '100'` |
144144
| @container | Scope to a specific container | `@container = 'videofiles' AND "status" = 'done'` |
145145

@@ -165,7 +165,7 @@ The below table shows the valid operators for conditional operations:
165165
| > | Greater than | `"Date" > '2018-06-18'` |
166166
| >= | Greater than or equal | `"Priority" >= '5'` |
167167
| < | Less than | `"Age" < '32'` |
168-
| <= | Less than or equal | `"Company" <= 'Contoso'` |
168+
| <= | Less than or equal | `"Priority" <= '5'` |
169169
| AND | Logical and | `"Rank" >= '010' AND "Rank" < '100'` |
170170
| OR | Logical or | `"Status" = 'Done' OR "Priority" >= '05'` |
171171

0 commit comments

Comments
 (0)