Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11312,7 +11312,7 @@
"in": "header",
"required": false,
"x-ms-parameter-location": "method",
"description": "Optional. Version 2019-12-12 and laster. Specifies the name of the deleted container to restore."
"description": "Optional. Version 2019-12-12 and later. Specifies the name of the deleted container to restore."
},
"DeletedContainerVersion": {
"name": "x-ms-deleted-container-version",
Expand All @@ -11321,7 +11321,7 @@
"in": "header",
"required": false,
"x-ms-parameter-location": "method",
"description": "Optional. Version 2019-12-12 and laster. Specifies the version of the deleted container to restore."
"description": "Optional. Version 2019-12-12 and later. Specifies the version of the deleted container to restore."
},
"DenyEncryptionScopeOverride": {
"name": "x-ms-deny-encryption-scope-override",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11385,7 +11385,7 @@
"in": "header",
"required": false,
"x-ms-parameter-location": "method",
"description": "Optional. Version 2019-12-12 and laster. Specifies the name of the deleted container to restore."
"description": "Optional. Version 2019-12-12 and later. Specifies the name of the deleted container to restore."
},
"DeletedContainerVersion": {
"name": "x-ms-deleted-container-version",
Expand All @@ -11394,7 +11394,7 @@
"in": "header",
"required": false,
"x-ms-parameter-location": "method",
"description": "Optional. Version 2019-12-12 and laster. Specifies the version of the deleted container to restore."
"description": "Optional. Version 2019-12-12 and later. Specifies the version of the deleted container to restore."
},
"DenyEncryptionScopeOverride": {
"name": "x-ms-deny-encryption-scope-override",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,7 @@
"name": "x-ms-content-length",
"x-ms-client-name": "fileContentLength",
"in": "header",
"description": "Specifies the maximum size for the file, up to 1 TB.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just checking that this change is intended?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. With 2020-02-10 service version, the largest file size supported is 4TB now.

"description": "Specifies the maximum size for the file, up to 4 TB.",
"required": true,
"type": "integer",
"format": "int64"
Expand Down