Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "db93f6cacc7a4cf97cd1b82f4de0ca4f215ed986",
"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