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: servicefabric/data-plane/Microsoft.ServiceFabric/servicefabric #4528

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 @@ -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