Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Generated from cebed9a01f5c0a1a57c6a8b4108d08e6ce853dd7
typo: servicefabric/data-plane/Microsoft.ServiceFabric/stable/6.2/servicefabric

- specificed -> specified
- sucessful -> successful
- resturns -> returns
- commited -> committed
- Double word "maximum"
- Double word "with"
  • Loading branch information
AutorestCI committed Nov 21, 2018
commit e4080ccb0b6f9b09d9ec414e8a7082b90afa248c
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ class OperatingSystemTypes(str, Enum):

class NodeStatusFilter(str, Enum):

default = "default" #: This filter value will match all of the nodes excepts the ones with with status as Unknown or Removed.
default = "default" #: This filter value will match all of the nodes excepts the ones with status as Unknown or Removed.
all = "all" #: This filter value will match all of the nodes.
up = "up" #: This filter value will match nodes that are Up.
down = "down" #: This filter value will match nodes that are Down.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ class ServiceTypeHealthPolicy(Model):
The computation rounds up to tolerate one failure on small numbers of
replicas. Default percentage is zero. Default value: 0 .
:type max_percent_unhealthy_replicas_per_partition: int
:param max_percent_unhealthy_services: The maximum maximum allowed
percentage of unhealthy services. Allowed values are Byte values from zero
to 100.
:param max_percent_unhealthy_services: The maximum allowed percentage of
unhealthy services. Allowed values are Byte values from zero to 100.
The percentage represents the maximum tolerated percentage of services
that can be unhealthy before the application is considered in error.
If the percentage is respected but there is at least one unhealthy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ class ServiceTypeHealthPolicy(Model):
The computation rounds up to tolerate one failure on small numbers of
replicas. Default percentage is zero. Default value: 0 .
:type max_percent_unhealthy_replicas_per_partition: int
:param max_percent_unhealthy_services: The maximum maximum allowed
percentage of unhealthy services. Allowed values are Byte values from zero
to 100.
:param max_percent_unhealthy_services: The maximum allowed percentage of
unhealthy services. Allowed values are Byte values from zero to 100.
The percentage represents the maximum tolerated percentage of services
that can be unhealthy before the application is considered in error.
If the percentage is respected but there is at least one unhealthy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2889,7 +2889,7 @@ def get_service_type_info_by_name(
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
returned. A 204 response is returned if the specified service type is
not found in the cluster.

:param application_type_name: The name of the application type.
Expand Down Expand Up @@ -15906,7 +15906,7 @@ def get_service(

def get_replicas(
self, application_resource_name, service_resource_name, custom_headers=None, raw=False, **operation_config):
"""Gets replicas of a given service in an applciation resource.
"""Gets replicas of a given service in an application resource.

Gets the information about all replicas of a given service of an
application. The information includes the runtime properties of the
Expand Down