Skip to content

Commit 2115975

Browse files
rezmicrosoftrez1
andauthored
update 2020-02-14 (#13159)
Co-authored-by: rez1 <[email protected]>
1 parent 923f465 commit 2115975

File tree

1 file changed

+10
-1
lines changed
  • specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2020-02-14

1 file changed

+10
-1
lines changed

specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2020-02-14/imagebuilder.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
},
599599
"version": {
600600
"type": "string",
601-
"description": "Image version from the [Azure Gallery Images](https://docs.microsoft.com/en-us/rest/api/compute/virtualmachineimages)."
601+
"description": "Image version from the [Azure Gallery Images](https://docs.microsoft.com/en-us/rest/api/compute/virtualmachineimages). If 'latest' is specified here, the version is evaluated when the image build takes place, not when the template is submitted. Specifying 'latest' could cause ROUNDTRIP_INCONSISTENT_PROPERTY issue which will be fixed."
602602
},
603603
"planInfo": {
604604
"$ref": "#/definitions/PlatformImagePurchasePlan",
@@ -674,6 +674,7 @@
674674
},
675675
"sha256Checksum": {
676676
"type": "string",
677+
"default": "",
677678
"description": "SHA256 checksum of the shell script provided in the scriptUri field"
678679
},
679680
"inline": {
@@ -750,6 +751,7 @@
750751
},
751752
"sha256Checksum": {
752753
"type": "string",
754+
"default": "",
753755
"description": "SHA256 checksum of the power shell script provided in the scriptUri field above"
754756
},
755757
"inline": {
@@ -761,10 +763,12 @@
761763
},
762764
"runElevated": {
763765
"type": "boolean",
766+
"default": false,
764767
"description": "If specified, the PowerShell script will be run with elevated privileges"
765768
},
766769
"runAsSystem": {
767770
"type": "boolean",
771+
"default": false,
768772
"description": "If specified, the PowerShell script will be run with elevated privileges using the Local System user. Can only be true when the runElevated field above is set to true."
769773
},
770774
"validExitCodes": {
@@ -791,6 +795,7 @@
791795
},
792796
"sha256Checksum": {
793797
"type": "string",
798+
"default": "",
794799
"description": "SHA256 checksum of the file provided in the sourceUri field above"
795800
},
796801
"destination": {
@@ -873,6 +878,7 @@
873878
},
874879
"excludeFromLatest": {
875880
"type": "boolean",
881+
"default": false,
876882
"description": "Flag that indicates whether created image version should be excluded from latest. Omit to use the default (false)."
877883
},
878884
"storageAccountType": {
@@ -939,11 +945,13 @@
939945
"properties": {
940946
"vmSize": {
941947
"type": "string",
948+
"default": "",
942949
"description": "Size of the virtual machine used to build, customize and capture images. Omit or specify empty string to use the default (Standard_D1_v2)."
943950
},
944951
"osDiskSizeGB": {
945952
"type": "integer",
946953
"minimum": 0,
954+
"default": 0,
947955
"description": "Size of the OS disk in GB. Omit or specify 0 to use Azure's default OS disk size."
948956
},
949957
"vnetConfig": {
@@ -1086,6 +1094,7 @@
10861094
"type": "integer",
10871095
"minimum": 0,
10881096
"maximum": 960,
1097+
"default": 0,
10891098
"description": "Maximum duration to wait while building the image template. Omit or specify 0 to use the default (4 hours)."
10901099
},
10911100
"vmProfile": {

0 commit comments

Comments
 (0)