Skip to content

Commit

Permalink
typo: servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/ser…
Browse files Browse the repository at this point in the history
…vicefabric (#4528)

- specificed -> specified
- sucessful -> successful
- resturns -> returns
- commited -> committed
- Double word "maximum"
- Double word "with"
  • Loading branch information
nschonni authored and sarangan12 committed Nov 24, 2018
1 parent 1a729b5 commit 1cdd52a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@
"/ApplicationTypes/{applicationTypeName}/$/GetServiceTypes/{serviceTypeName}": {
"get": {
"summary": "Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster.",
"description": "Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster.",
"description": "Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster.",
"operationId": "GetServiceTypeInfoByName",
"parameters": [
{
Expand Down Expand Up @@ -5583,7 +5583,7 @@
],
"responses": {
"201": {
"description": "A sucessful operation returns 201 status code and creates a new backup policy."
"description": "A successful operation returns 201 status code and creates a new backup policy."
},
"default": {
"description": "The detailed error response.",
Expand Down Expand Up @@ -5795,7 +5795,7 @@
],
"responses": {
"200": {
"description": "A sucessful operation resturns 200 status code and updates the backup policy description."
"description": "A successful operation returns 200 status code and updates the backup policy description."
},
"default": {
"description": "The detailed error response.",
Expand Down Expand Up @@ -7159,7 +7159,7 @@
}
},
"409": {
"description": "A 409 response means that one of the property batch operations failed, and contains more information about the failure. None of the operations were commited.",
"description": "A 409 response means that one of the property batch operations failed, and contains more information about the failure. None of the operations were committed.",
"schema": {
"$ref": "#/definitions/FailedPropertyBatchInfo"
}
Expand Down Expand Up @@ -13193,7 +13193,7 @@
},
"MaxPercentUnhealthyServices": {
"type": "integer",
"description": "The maximum maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100.\n\nThe percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.\nIf the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.\nThis is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type.\nThe computation rounds up to tolerate one failure on small numbers of services. Default percentage is zero.",
"description": "The maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100.\n\nThe percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.\nIf the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.\nThis is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type.\nThe computation rounds up to tolerate one failure on small numbers of services. Default percentage is zero.",
"default": 0
}
}
Expand Down Expand Up @@ -23507,7 +23507,7 @@
"values": [
{
"value": "default",
"description": "This filter value will match all of the nodes excepts the ones with with status as Unknown or Removed."
"description": "This filter value will match all of the nodes excepts the ones with status as Unknown or Removed."
},
{
"value": "all",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@
"/ApplicationTypes/{applicationTypeName}/$/GetServiceTypes/{serviceTypeName}": {
"get": {
"summary": "Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster.",
"description": "Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster.",
"description": "Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster.",
"operationId": "GetServiceTypeInfoByName",
"parameters": [
{
Expand Down Expand Up @@ -5608,7 +5608,7 @@
],
"responses": {
"201": {
"description": "A sucessful operation returns 201 status code and creates a new backup policy."
"description": "A successful operation returns 201 status code and creates a new backup policy."
},
"default": {
"description": "The detailed error response.",
Expand Down Expand Up @@ -5820,7 +5820,7 @@
],
"responses": {
"200": {
"description": "A sucessful operation resturns 200 status code and updates the backup policy description."
"description": "A sucsessful operation returns 200 status code and updates the backup policy description."
},
"default": {
"description": "The detailed error response.",
Expand Down Expand Up @@ -7184,7 +7184,7 @@
}
},
"409": {
"description": "A 409 response means that one of the property batch operations failed, and contains more information about the failure. None of the operations were commited.",
"description": "A 409 response means that one of the property batch operations failed, and contains more information about the failure. None of the operations were committed.",
"schema": {
"$ref": "#/definitions/FailedPropertyBatchInfo"
}
Expand Down Expand Up @@ -8064,7 +8064,7 @@
"$ref": "./examples/Resource/GetReplicas.json"
}
},
"summary": "Gets replicas of a given service in an applciation resource.",
"summary": "Gets replicas of a given service in an application resource.",
"description": "Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.",
"parameters": [
{
Expand Down Expand Up @@ -13600,7 +13600,7 @@
},
"MaxPercentUnhealthyServices": {
"type": "integer",
"description": "The maximum maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100.\n\nThe percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.\nIf the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.\nThis is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type.\nThe computation rounds up to tolerate one failure on small numbers of services. Default percentage is zero.",
"description": "The maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100.\n\nThe percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.\nIf the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.\nThis is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type.\nThe computation rounds up to tolerate one failure on small numbers of services. Default percentage is zero.",
"default": 0
}
}
Expand Down Expand Up @@ -24711,7 +24711,7 @@
"values": [
{
"value": "default",
"description": "This filter value will match all of the nodes excepts the ones with with status as Unknown or Removed."
"description": "This filter value will match all of the nodes excepts the ones with status as Unknown or Removed."
},
{
"value": "all",
Expand Down

0 comments on commit 1cdd52a

Please sign in to comment.