Skip to content

Commit

Permalink
Added FPGA and GPU Node type family for all stable versions (Azure#14763
Browse files Browse the repository at this point in the history
)

* Added FPGA and GPU Node type family for all stable versions

Added FPGA and GPU Node type family for all stable versions

* adding node size family for 2021-04-01-preview

Co-authored-by: Sai-Kumar-1901 <[email protected]>
  • Loading branch information
2 people authored and Andrew Sager committed Jun 24, 2021
1 parent 8f8837b commit ca587f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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
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
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 ca587f9

Please sign in to comment.