Skip to content

Commit

Permalink
Added fpga gpu nodes size family (Azure#14726)
Browse files Browse the repository at this point in the history
* Update bigDataPool.json

Added "HardwareAcceleratedFPGA", "HardwareAcceleratedGPU" node family

* Update bigDataPool.json

fixing alignment issues

* Update bigDataPool.json

fixing alignment issues

Co-authored-by: Sai-Kumar-1901 <saikumar@microsoft.com>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent e53cb2b commit 687d390
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,9 @@
"nodeSizeFamily": {
"enum": [
"None",
"MemoryOptimized"
"MemoryOptimized",
"HardwareAcceleratedFPGA",
"HardwareAcceleratedGPU"
],
"type": "string",
"description": "The kind of nodes that the Big Data pool provides.",
Expand Down

0 comments on commit 687d390

Please sign in to comment.