Skip to content

Commit

Permalink
Merge pull request #15 from RichardZhaoW/newVersion20210701
Browse files Browse the repository at this point in the history
fix LintDiff errors
  • Loading branch information
RichardZhaoW authored Jul 2, 2021
2 parents 217065c + 01ebd0d commit e480326
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3201,7 +3201,7 @@
"type": "string"
},
"namespace": {
"description": "namespace",
"description": "Compute namespace",
"type": "string",
"default": "default"
},
Expand Down Expand Up @@ -3354,6 +3354,7 @@
},
{
"type": "object",
"description": "Properties of AmlCompute",
"properties": {
"properties": {
"$ref": "#/definitions/AmlComputeProperties"
Expand Down Expand Up @@ -3463,6 +3464,7 @@
},
{
"type": "object",
"description": "Properties(top level) of ComputeInstance",
"properties": {
"properties": {
"$ref": "#/definitions/ComputeInstanceProperties"
Expand Down Expand Up @@ -3559,6 +3561,7 @@
},
"DatabricksProperties": {
"type": "object",
"description": "Propertiey of Databricks",
"properties": {
"databricksAccessToken": {
"description": "Databricks access token",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@
"description": "The sku of the workspace."
},
"systemData": {
"description": "System Data",
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData"
}
},
Expand Down

0 comments on commit e480326

Please sign in to comment.