Skip to content

Commit a3f1ebc

Browse files
authored
Typo fixes
1 parent 3914440 commit a3f1ebc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

api-reference/beta/api/cloudpc-createsnapshot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following table shows the parameter that you can use with this action.
4949

5050
|Parameter|Type|Description|
5151
|:---|:---|:---|
52-
|storageAccountId|String| The storage account which receives the restore point(snapshot).|
52+
|storageAccountId|String| The storage account which receives the restore point (snapshot).|
5353
|accessTier|String|The access tier of the blob file that the snapshot is copied to. Possible values are `hot`, `cool`, `cold`, `archive`, and `unknownFutureValue`. The default value is `hot`.|
5454

5555
## Response

api-reference/beta/resources/cloudpcbulkcreatesnapshot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Inherits from [cloudPcBulkAction](../resources/cloudpcbulkaction.md).
2828
|initiatedByUserPrincipalName|String|The user principal name (UPN) of the user who initiated this bulk action. Read-only. Inherited from [cloudPcBulkAction](../resources/cloudpcbulkaction.md).|
2929
|scheduledDuringMaintenanceWindow|Boolean|Indicates whether the bulk action is scheduled according to the maintenance window. When `true`, the bulk action uses the maintenance window to schedule the action; `false` means that the bulk action doesn't use the maintenance window. The default value is `false`. Inherited from [cloudPcBulkAction](../resources/cloudpcbulkaction.md).|
3030
|status|[cloudPcBulkActionStatus](../resources/cloudpcbulkaction.md#cloudpcbulkactionstatus-values)|The status of the bulk actions. Possible values are `pending`, `succeeded`, `failed`, `unknownFutureValue`. The default value is `pending`. Read-only. Inherited from [cloudPcBulkAction](../resources/cloudpcbulkaction.md).|
31-
|storageAccountId|String|The unique identifier for Secure Azure Storage Account, which receives the restore points (snapshots). The value can't be modified once it's created. For example, '/subscriptions/06199b73-30a1-4922-8734-93feca64cdf6/resourceGroups/res2627/providers/Microsoft.Storage/storageAccounts/sto1125'. Read-Only.|
32-
|accessTier|[cloudPcBlobAccessTier](#cloudpcblobaccesstier-values)|Indicates the access tier of the blob file that the snapshot is copied to. Possible values are `hot`, `cool`, `cold`, and `archive`, default value is `hot`. Read-Only.|
31+
|storageAccountId|String|The unique identifier for Secure Azure Storage Account, which receives the restore points (snapshots). The value can't be modified after it's created. For example, '/subscriptions/06199b73-30a1-4922-8734-93feca64cdf6/resourceGroups/res2627/providers/Microsoft.Storage/storageAccounts/sto1125'. Read-Only.|
32+
|accessTier|[cloudPcBlobAccessTier](#cloudpcblobaccesstier-values)|Indicates the access tier of the blob file that the snapshot is copied to. Possible values are `hot`, `cool`, `cold`, `archive`, and `unknownFutureValue`. The default value is `hot`. Read-Only.|
3333

3434

3535
### cloudPcBlobAccessTier values
@@ -39,7 +39,7 @@ Inherits from [cloudPcBulkAction](../resources/cloudpcbulkaction.md).
3939
|hot|Indicates an online tier optimized for storing data that is accessed or modified frequently.|
4040
|cool|Indicates an online tier optimized for storing data that is infrequently accessed or modified.|
4141
|cold|Indicates an online tier optimized for storing data that is rarely accessed or modified, but still requires fast retrieval.|
42-
|archive|Indicates an offline access tier optimized for storing data that is rarely accessed, and that has flexible latency requirements, on the order of hours.|
42+
|archive|Indicates an offline access tier optimized for storing data that is rarely accessed, and that has flexible latency requirements that can be up to a few hours.|
4343
|unknownFutureValue|Evolvable enumeration sentinel value. Don't use.|
4444

4545
## Relationships

api-reference/beta/resources/cloudpcreviewstatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Represents details about the review status of a Cloud PC.
4444
|hot|Indicates an online tier optimized for storing data that is accessed or modified frequently.|
4545
|cool|Indicates an online tier optimized for storing data that is infrequently accessed or modified.|
4646
|cold|Indicates an online tier optimized for storing data that is rarely accessed or modified, but still requires fast retrieval.|
47-
|archive|Indicates an offline access tier optimized for storing data that is rarely accessed, and that has flexible latency requirements, on the order of hours.|
47+
|archive|Indicates an offline access tier optimized for storing data that is rarely accessed, and that has flexible latency requirements that can be up to a few hours.|
4848
|unknownFutureValue|Evolvable enumeration sentinel value. Don't use.|
4949

5050
## Relationships

0 commit comments

Comments
 (0)