Skip to content

Commit

Permalink
CodeGen from PR 17481 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 996e2cef33712558d9ef62fa49464b1feaa03fff into c1940e0e837e74a535b2c9166374b71b970a6b97
  • Loading branch information
SDKAuto committed Jan 25, 2022
1 parent 71c22bd commit ed0fd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/2021-11-01/Microsoft.Compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -2474,7 +2474,7 @@
},
"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."
"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. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input."
}
},
"description": "Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set."
Expand Down

0 comments on commit ed0fd87

Please sign in to comment.