Skip to content

Commit

Permalink
Schema typos (Azure#1138)
Browse files Browse the repository at this point in the history
* Fixing typo in test swagger for AzureResourceSchema

* Fixing typo in expected resource schema file
  • Loading branch information
tbombach committed Jun 8, 2016
1 parent 86e9bd7 commit 623601d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
}
],
"description": "Gets or sets the maximum supported degree of parallelism for this acocunt."
"description": "Gets or sets the maximum supported degree of parallelism for this account."
},
"maxJobCount": {
"oneOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@
"maxDegreeOfParallelism": {
"type": "integer",
"format": "int32",
"description": "Gets or sets the maximum supported degree of parallelism for this acocunt."
"description": "Gets or sets the maximum supported degree of parallelism for this account."
},
"maxJobCount": {
"type": "integer",
Expand Down

0 comments on commit 623601d

Please sign in to comment.