Skip to content

Commit

Permalink
[ReleasePR synapse] Added FPGA and GPU Node type family for all stabl…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Jun 21, 2021
2 parents db836c3 + 57bcc3a commit 83c0029
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion schemas/2020-12-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,9 @@
"type": "string",
"enum": [
"None",
"MemoryOptimized"
"MemoryOptimized",
"HardwareAcceleratedFPGA",
"HardwareAcceleratedGPU"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion schemas/2021-03-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,9 @@
"type": "string",
"enum": [
"None",
"MemoryOptimized"
"MemoryOptimized",
"HardwareAcceleratedFPGA",
"HardwareAcceleratedGPU"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion schemas/2021-04-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,9 @@
"type": "string",
"enum": [
"None",
"MemoryOptimized"
"MemoryOptimized",
"HardwareAcceleratedFPGA",
"HardwareAcceleratedGPU"
]
},
{
Expand Down

0 comments on commit 83c0029

Please sign in to comment.