Skip to content

Commit

Permalink
platform/api/azure: Advertise support for NVMe disk controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Apr 4, 2024
1 parent 9c71728 commit 47c3daa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion platform/api/azure/gallery-image-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,13 @@
"max": 16,
"min": 1
}
}
},
"features": [
{
"name": "DiskControllerTypes",
"value": "NVMe,SCSI"
}
]
},
"type": "Microsoft.Compute/galleries/images"
},
Expand Down

0 comments on commit 47c3daa

Please sign in to comment.