Skip to content

Commit

Permalink
Merge pull request #18 from RichardZhaoW/newVersion20210701
Browse files Browse the repository at this point in the history
fix a LintDiff error
  • Loading branch information
RichardZhaoW authored Jul 3, 2021
2 parents 8ba08de + 59cb4ca commit a00aeb8
Showing 1 changed file with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4971,19 +4971,8 @@
"InstanceResourceSchema": {
"type": "object",
"description": "Resource requests/limits for this instance type",
"properties": {
"cpu": {
"type": "string",
"description": "Number of vCPUs requested for this instance type"
},
"memory": {
"type": "string",
"description": "Memory size requested for this instance type"
},
"nvidia.com/gpu": {
"type": "string",
"description": "Number of Nvidia GPU cards requested for this instance_type"
}
"additionalProperties": {
"type": "string"
}
},
"SynapseSparkPoolProperties": {
Expand Down

0 comments on commit a00aeb8

Please sign in to comment.