Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: Microsoft.AzureStack #4611

Merged
merged 1 commit into from
Dec 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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