Skip to content

Commit

Permalink
[AutoPR servicefabric/data-plane] typo: servicefabric/data-plane/Micr…
Browse files Browse the repository at this point in the history
…osoft.ServiceFabric/servicefabric (#3848)

* 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"

* Packaging update of azure-servicefabric
  • Loading branch information
AutorestCI authored Nov 24, 2018
1 parent ce09935 commit c5e4cd6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 2 additions & 0 deletions azure-servicefabric/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include *.rst
include azure/__init__.py

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
1 change: 1 addition & 0 deletions azure-servicefabric/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
]),
install_requires=[
'msrest>=0.5.0',
'msrestazure>=0.4.32,<2.0.0',
'azure-common~=1.1',
],
extras_require={
Expand Down

0 comments on commit c5e4cd6

Please sign in to comment.