Skip to content

Commit

Permalink
typo: Microsoft.AzureStack (#4611)
Browse files Browse the repository at this point in the history
- concurency -> concurrency
- subcription -> subscription
- inclided -> included
- regstration -> registration
  • Loading branch information
nschonni authored and praries880 committed Dec 3, 2018
1 parent c648f68 commit 36c01bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"type": "string"
},
"etag": {
"description": "The entity tag used for optimistic concurency when modifying the resource.",
"description": "The entity tag used for optimistic concurrency when modifying the resource.",
"type": "string"
}
},
Expand Down Expand Up @@ -115,7 +115,7 @@
}
},
"etag": {
"description": "The entity tag used for optimistic concurency when modifying the resource.",
"description": "The entity tag used for optimistic concurrency when modifying the resource.",
"type": "string"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
},
"definitions": {
"CustomerSubscription": {
"description": "Customer subcription.",
"description": "Customer subscription.",
"type": "object",
"properties": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"type": "object",
"properties": {
"computeRole": {
"description": "Specifies kind of compute role inclided in the package.",
"description": "Specifies kind of compute role included in the package.",
"$ref": "#/definitions/ComputeRole",
"readOnly": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
}
},
"RegistrationParameterProperties": {
"description": "Properties of the Azure Stack regstration resource",
"description": "Properties of the Azure Stack registration resource",
"type": "object",
"properties": {
"registrationToken": {
Expand Down

0 comments on commit 36c01bc

Please sign in to comment.