Skip to content

Commit 7e52e12

Browse files
Sai-Kumar-1901saikumar-ms
authored andcommitted
Added fpga gpu nodes size family (Azure#14726)
* 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 <[email protected]>
1 parent 441740d commit 7e52e12

File tree

1 file changed

+3
-1
lines changed
  • specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-05-01

1 file changed

+3
-1
lines changed

specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-05-01/bigDataPool.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,9 @@
481481
"nodeSizeFamily": {
482482
"enum": [
483483
"None",
484-
"MemoryOptimized"
484+
"MemoryOptimized",
485+
"HardwareAcceleratedFPGA",
486+
"HardwareAcceleratedGPU"
485487
],
486488
"type": "string",
487489
"description": "The kind of nodes that the Big Data pool provides.",

0 commit comments

Comments
 (0)