-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Introduce ExactVersion property for Platform an GalleryImages #7911
Conversation
Azure Pipelines successfully started running 1 pipeline(s). |
Azure Pipelines successfully started running 1 pipeline(s). |
Automation for azure-sdk-for-pythonA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
azure-sdk-for-net - Release
|
azure-sdk-for-python - Release
|
azure-sdk-for-js - Release
|
azure-sdk-for-java - Release
|
azure-sdk-for-go - Release
|
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -6962,6 +6962,11 @@ | |||
"version": { | |||
"type": "string", | |||
"description": "Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available." | |||
}, | |||
"exactVersion": { |
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.
is there any user impact since this changed a stable version?
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.
for VMScaleSet VMs, there was only 1 field 'version' returning the decimal version before. Now this new field returns the decimal version. the existing 'version' could return either 'latest' or decimal values of the version ( depending on what the user passed. ). CRP is already following this behavior. To be precise, we have now made the VMScaleSet VM behavior consistent with regular VM behavior.
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.
thanks for explanataion. So this change will not be breaking change to customers of this stable version via rest api, SDks, CLIs, right?
Can one of the admins verify this patch? |
ping for update |
hi @soshekar is this PR ready to merge? thanks. |
ping again for confirmation, will merge it after confirm. |
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.