File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export default ({
4545 allowExtensionOperations,
4646 requireGuestProvisionSignal,
4747 } = { } ,
48- storageProfile : { imageReference } = { } ,
48+ storageProfile : { imageReference = { } } = { } ,
4949 licenseType,
5050 resourceGroupId,
5151 Tags,
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ type azureVirtualMachineStorageImageReference
3838 mutation : { add : false , delete : false }
3939 subscription : false
4040 ) {
41+ id : String @search (by : [hash ])
4142 publisher : String @search (by : [hash , regexp ])
4243 offer : String @search (by : [hash , regexp ])
4344 sku : String @search (by : [hash , regexp ])
Original file line number Diff line number Diff line change @@ -5451,6 +5451,7 @@ export type AzureVirtualMachineScaleSetSubResource = {
54515451
54525452export type AzureVirtualMachineStorageImageReference = {
54535453 exactVersion ?: Maybe < Scalars [ 'String' ] > ;
5454+ id ?: Maybe < Scalars [ 'String' ] > ;
54545455 offer ?: Maybe < Scalars [ 'String' ] > ;
54555456 publisher ?: Maybe < Scalars [ 'String' ] > ;
54565457 sharedGalleryImageId ?: Maybe < Scalars [ 'String' ] > ;
You can’t perform that action at this time.
0 commit comments