-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Compute] Upgrading the diskrp sdk to use version 2019-03-01 #7363
Conversation
Looks good to me. Just please fix the CI issue. |
@isra-fel the CI tests now pass |
/// unique id identifying the source of this resource.</param> | ||
/// <param name="uploadSizeBytes">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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not look correct. We should be allowing disks of size > 10 MB or so. Please check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought empty disks and upload disks have a minimum of 1gb?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR to fix the description:
Azure/azure-rest-api-specs#7025
@isra-fel All good to merge now once the CI tests pass |
Completed Swagger PR Azure/azure-rest-api-specs#6824