Skip to content

Commit

Permalink
CodeGen from PR 16725 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[Hub Generated] Review request for Microsoft.VirtualMachineImages to add version stable/2020-02-14 (Azure#16725)

* update description for build vm size

* finalize str

Co-authored-by: rez1 <[email protected]>
  • Loading branch information
SDKAuto and rez1 committed Nov 11, 2021
1 parent b5590b3 commit cc6200a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions sdk/compute/azure-mgmt-imagebuilder/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"autorest": "3.4.2",
"autorest": "3.4.5",
"use": [
"@autorest/[email protected].0",
"@autorest/[email protected].1"
"@autorest/[email protected].4",
"@autorest/[email protected].2"
],
"commit": "07645fedb21cef2cbc6e3ac950e368490ab9fb5f",
"commit": "3d21367fae2466aa1c69101c2e813c9c60c6a3b2",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/imagebuilder/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/[email protected].0 --use=@autorest/[email protected].1 --version=3.4.2",
"autorest_command": "autorest specification/imagebuilder/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/[email protected].4 --use=@autorest/[email protected].2 --version=3.4.5",
"readme": "specification/imagebuilder/resource-manager/readme.md"
}
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,8 @@ class ImageTemplateVmProfile(msrest.serialization.Model):
"""Describes the virtual machine used to build, customize and capture images.
:param vm_size: Size of the virtual machine used to build, customize and capture images. Omit
or specify empty string to use the default (Standard_D1_v2).
or specify empty string to use the default (Standard_D1_v2 for Gen1 images and Standard_D2ds_v4
for Gen2 images).
:type vm_size: str
:param os_disk_size_gb: Size of the OS disk in GB. Omit or specify 0 to use Azure's default OS
disk size.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,8 @@ class ImageTemplateVmProfile(msrest.serialization.Model):
"""Describes the virtual machine used to build, customize and capture images.
:param vm_size: Size of the virtual machine used to build, customize and capture images. Omit
or specify empty string to use the default (Standard_D1_v2).
or specify empty string to use the default (Standard_D1_v2 for Gen1 images and Standard_D2ds_v4
for Gen2 images).
:type vm_size: str
:param os_disk_size_gb: Size of the OS disk in GB. Omit or specify 0 to use Azure's default OS
disk size.
Expand Down

0 comments on commit cc6200a

Please sign in to comment.