Skip to content

Commit 3360920

Browse files
ljian3377Lin Jian
andauthored
[storage-blob] fix typo "laster" -> "later" (#10751)
* fix typo laster * fix 4tb file documentation Co-authored-by: Lin Jian <[email protected]>
1 parent f7425b8 commit 3360920

File tree

3 files changed

+5
-5
lines changed
  • specification/storage/data-plane

3 files changed

+5
-5
lines changed

specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11312,7 +11312,7 @@
1131211312
"in": "header",
1131311313
"required": false,
1131411314
"x-ms-parameter-location": "method",
11315-
"description": "Optional. Version 2019-12-12 and laster. Specifies the name of the deleted container to restore."
11315+
"description": "Optional. Version 2019-12-12 and later. Specifies the name of the deleted container to restore."
1131611316
},
1131711317
"DeletedContainerVersion": {
1131811318
"name": "x-ms-deleted-container-version",
@@ -11321,7 +11321,7 @@
1132111321
"in": "header",
1132211322
"required": false,
1132311323
"x-ms-parameter-location": "method",
11324-
"description": "Optional. Version 2019-12-12 and laster. Specifies the version of the deleted container to restore."
11324+
"description": "Optional. Version 2019-12-12 and later. Specifies the version of the deleted container to restore."
1132511325
},
1132611326
"DenyEncryptionScopeOverride": {
1132711327
"name": "x-ms-deny-encryption-scope-override",

specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-02-10/blob.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11385,7 +11385,7 @@
1138511385
"in": "header",
1138611386
"required": false,
1138711387
"x-ms-parameter-location": "method",
11388-
"description": "Optional. Version 2019-12-12 and laster. Specifies the name of the deleted container to restore."
11388+
"description": "Optional. Version 2019-12-12 and later. Specifies the name of the deleted container to restore."
1138911389
},
1139011390
"DeletedContainerVersion": {
1139111391
"name": "x-ms-deleted-container-version",
@@ -11394,7 +11394,7 @@
1139411394
"in": "header",
1139511395
"required": false,
1139611396
"x-ms-parameter-location": "method",
11397-
"description": "Optional. Version 2019-12-12 and laster. Specifies the version of the deleted container to restore."
11397+
"description": "Optional. Version 2019-12-12 and later. Specifies the version of the deleted container to restore."
1139811398
},
1139911399
"DenyEncryptionScopeOverride": {
1140011400
"name": "x-ms-deny-encryption-scope-override",

specification/storage/data-plane/Microsoft.FileStorage/preview/2020-02-10/file.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2609,7 +2609,7 @@
26092609
"name": "x-ms-content-length",
26102610
"x-ms-client-name": "fileContentLength",
26112611
"in": "header",
2612-
"description": "Specifies the maximum size for the file, up to 1 TB.",
2612+
"description": "Specifies the maximum size for the file, up to 4 TB.",
26132613
"required": true,
26142614
"type": "integer",
26152615
"format": "int64"

0 commit comments

Comments
 (0)