Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Sturm committed Jun 3, 2020
1 parent deab6a0 commit 0dcd51b
Showing 1 changed file with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,16 @@
"headers": {
"x-ms-console-remaining-seconds": {
"type": "integer",
"format": "int32",
"description": "Remaining time left in session, in seconds."
}
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
}
}
Expand Down Expand Up @@ -639,9 +646,16 @@
"headers": {
"x-ms-console-remaining-seconds": {
"type": "integer",
"format": "int32",
"description": "Remaining time left in session, in seconds."
}
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
}
}
Expand Down Expand Up @@ -786,7 +800,12 @@
"properties": {
"$ref": "#/definitions/UserProperties"
}
}
},
"allOf": [
{
"$ref": "#/definitions/Resource"
}
]
},
"CloudShellUserSettings": {
"description": "Cloud shell user settings.",
Expand Down Expand Up @@ -876,6 +895,7 @@
},
"diskSizeInGB": {
"type": "integer",
"format": "int32",
"description": "Size of file share"
}
}
Expand Down

0 comments on commit 0dcd51b

Please sign in to comment.