Skip to content

Commit 07580ae

Browse files
committed
Redirections
1 parent 61a9a3a commit 07580ae

File tree

5 files changed

+31
-83
lines changed

5 files changed

+31
-83
lines changed

articles/storage-actions/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ items:
1717
href: storage-tasks/storage-task-conditions.md
1818
- name: Storage task operations
1919
href: storage-tasks/storage-task-operations.md
20-
- name: Properties, operators, and operations
21-
href: storage-tasks/storage-task-properties-operators-operations.md
2220
- name: Storage task authorization
2321
href: storage-tasks/storage-task-authorization-roles.md
2422
- name: Reliability in Azure Storage Actions

articles/storage-actions/storage-tasks/storage-task-conditions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ms.author: normesta
1414

1515
# Storage task conditions
1616

17-
A storage task contains a set of conditions and operations. This article describes the JSON format of a storage task condition. Understanding that format is important if you plan to create a storage task by using a tool other than the Azure portal (For example: Azure PowerShell, or Azure CLI). This article also lists the properties and operators that you can use to compose the clauses of a condition.
17+
A storage task contains a set of conditions and operations. This article describes the JSON format of a condition. Understanding that format is important if you plan to create a storage task by using a tool other than the Azure portal (For example: Azure PowerShell, or Azure CLI). This article also lists the properties and operators that you can use to compose the clauses of a condition.
1818

19-
To learn more about operations, see [Storage task operations](storage-task-operations.md).
19+
This article focuses on **conditions**. To learn more about **operations**, see [Storage task operations](storage-task-operations.md).
2020

2121
> [!IMPORTANT]
2222
> Azure Storage Actions is currently in PREVIEW and is available these [regions](../overview.md#supported-regions).
@@ -37,6 +37,8 @@ The following clause allows operations only on Microsoft Word documents. This cl
3737
}
3838
```
3939

40+
For a complete list of operator and property names, see the [Supported operators](#supported-operators) and [Supported properties](#supported-properties) section of this article.
41+
4042
### Multiple clauses in a condition
4143

4244
A condition can contain multiple clauses separated by a comma along with either the string `and` or `or`. The string `and` targets objects that meet the criteria in all clauses in the condition while `or` targets objects that meet the criterion in any of the clauses in the condition. The following image shows the position of the `and` and `or` string along with two clauses.

articles/storage-actions/storage-tasks/storage-task-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: normesta
1515

1616
A storage task contains a set of conditions and operations. An operation is an action that a storage task performs on each object that meets the requirements of each condition. This article describes the JSON format of a storage task operation. Understanding that format is important if you plan to create a storage task by using a tool other than the Azure portal (For example: Azure PowerShell, or Azure CLI). This article also lists the operations, operation parameters, and the allowable values of each parameter.
1717

18-
To learn more about conditions, see [Storage task conditions](storage-task-conditions.md).
18+
This article focuses on **operations**. To learn more about **conditions**, see [Storage task conditions](storage-task-conditions.md).
1919

2020
> [!IMPORTANT]
2121
> Azure Storage Actions is currently in PREVIEW and is available these [regions](../overview.md#supported-regions).
@@ -95,7 +95,7 @@ The following table shows the supported operations, parameters, and parameter va
9595
| Operation | Parameters | Values |
9696
|------------------------------|----------------------|------------------------------------------------|
9797
| SetBlobTier | tier | Hot \| Cold \| Archive |
98-
| SetBlobExpiry | expiryTime, expiryOption |(expiryTime): Number of milliseconds<br><br>(expiryOption): Absolute \| NeverExpire \| RelativeToCreation \| RelativeToNow |
98+
| SetBlobExpiry | expiryTime, expiryOption |(expiryTime): Number of milliseconds<br>(expiryOption): Absolute \| NeverExpire \| RelativeToCreation \| RelativeToNow |
9999
| DeleteBlob | None | None |
100100
| UndeleteBlob | None | None |
101101
| SetBlobTags | Tag name<sup>1</sup> | Tag value |

articles/storage-actions/storage-tasks/storage-task-properties-operators-operations.md

Lines changed: 0 additions & 77 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/storage-actions/storage-tasks/storage-task-properties-operators-operations.md",
5+
"redirect_url": "/azure/storage-actions/storage-tasks/storage-task-conditions",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/storage-actions/storage-tasks/storage-task-properties-operators-operations.md#supported-properties-in-a-clause",
10+
"redirect_url": "/azure/storage-actions/storage-tasks/storage-task-conditions#supported-properties",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/storage-actions/storage-tasks/storage-task-properties-operators-operations.md#supported-operators-in-a-clause",
15+
"redirect_url": "/azure/storage-actions/storage-tasks/storage-task-conditions#supported-operators",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/storage-actions/storage-tasks/storage-task-properties-operators-operations.md#supported-operations",
20+
"redirect_url": "/azure/storage-actions/storage-tasks/storage-task-operations#supported-operations",
21+
"redirect_document_id": false
22+
}
23+
24+
]
25+
}

0 commit comments

Comments
 (0)