Skip to content

Commit

Permalink
updating an incorrect description for uploadsizebytes (#7025)
Browse files Browse the repository at this point in the history
  • Loading branch information
realschwa authored and yungezz committed Aug 23, 2019
1 parent 6eb8551 commit 86796b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@
"uploadSizeBytes": {
"type": "integer",
"format": "int64",
"description": "If createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 1073741824 (1 GiB + 512 bytes for the VHD footer) and 35183298347520 bytes (32 TiB + 512 bytes for the VHD footer)."
"description": "If createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 bytes (32 TiB + 512 bytes for the VHD footer)."
}
},
"required": [
Expand Down

0 comments on commit 86796b0

Please sign in to comment.