Skip to content

Commit

Permalink
typo: analysisservices/resource-manager/Microsoft.AnalysisServices (#…
Browse files Browse the repository at this point in the history
…4583)

- Supends -> Suspends
- enableing -> enabling
- availibility -> availability
  • Loading branch information
nschonni authored and sergey-shandar committed Nov 27, 2018
1 parent 92f4bec commit 21f0dcb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/suspend": {
"post": {
"description": "Supends operation of the specified Analysis Services server instance.",
"description": "Suspends operation of the specified Analysis Services server instance.",
"x-ms-examples": {
"Suspend a server.": { "$ref": "./examples/suspendServer.json" }
},
Expand Down Expand Up @@ -949,7 +949,7 @@
},
"enablePowerBIService": {
"type": "string",
"description": "The indicator of enableing PBI service."
"description": "The indicator of enabling PBI service."
}
}
},
Expand Down Expand Up @@ -1051,7 +1051,7 @@
}
},
"CheckServerNameAvailabilityResult": {
"description": "The checking result of server name availibility.",
"description": "The checking result of server name availability.",
"type": "object",
"properties": {
"nameAvailable": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/suspend": {
"post": {
"description": "Supends operation of the specified Analysis Services server instance.",
"description": "Suspends operation of the specified Analysis Services server instance.",
"tags": [ "Servers" ],
"operationId": "Servers_Suspend",
"parameters": [
Expand Down Expand Up @@ -732,7 +732,7 @@
}
},
"CheckServerNameAvailabilityResult": {
"description": "The checking result of server name availibility.",
"description": "The checking result of server name availability.",
"type": "object",
"properties": {
"nameAvailable": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/suspend": {
"post": {
"description": "Supends operation of the specified Analysis Services server instance.",
"description": "Suspends operation of the specified Analysis Services server instance.",
"tags": [ "Servers" ],
"operationId": "Servers_Suspend",
"parameters": [
Expand Down Expand Up @@ -874,7 +874,7 @@
}
},
"CheckServerNameAvailabilityResult": {
"description": "The checking result of server name availibility.",
"description": "The checking result of server name availability.",
"type": "object",
"properties": {
"nameAvailable": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/suspend": {
"post": {
"description": "Supends operation of the specified Analysis Services server instance.",
"description": "Suspends operation of the specified Analysis Services server instance.",
"x-ms-examples": {
"Suspend a server.": { "$ref": "./examples/suspendServer.json" }
},
Expand Down Expand Up @@ -949,7 +949,7 @@
},
"enablePowerBIService": {
"type": "string",
"description": "The indicator of enableing PBI service."
"description": "The indicator of enabling PBI service."
}
}
},
Expand Down Expand Up @@ -1051,7 +1051,7 @@
}
},
"CheckServerNameAvailabilityResult": {
"description": "The checking result of server name availibility.",
"description": "The checking result of server name availability.",
"type": "object",
"properties": {
"nameAvailable": {
Expand Down

0 comments on commit 21f0dcb

Please sign in to comment.