Skip to content

Commit

Permalink
Generated from 2cc983b453f0fe2064a3242375bc0979d990bde8 (#3164)
Browse files Browse the repository at this point in the history
Fix unrecognized character in service fabric data plane swagger file
  • Loading branch information
AutorestCI authored and lmazuel committed Aug 28, 2018
1 parent fb5185e commit 565d873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ServicePlacementPreferPrimaryDomainPolicyDescription(ServicePlacementPolic
particular domain.
This placement policy is usually used with fault domains in scenarios where
the Service Fabric cluster is geographically distributed in order to
indicate that a services primary replica should be located in a particular
indicate that a service's primary replica should be located in a particular
fault domain, which in geo-distributed scenarios usually aligns with
regional or datacenter boundaries. Note that since this is an optimization
it is possible that the Primary replica may not end up located in this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ServicePlacementPreferPrimaryDomainPolicyDescription(ServicePlacementPolic
particular domain.
This placement policy is usually used with fault domains in scenarios where
the Service Fabric cluster is geographically distributed in order to
indicate that a services primary replica should be located in a particular
indicate that a service's primary replica should be located in a particular
fault domain, which in geo-distributed scenarios usually aligns with
regional or datacenter boundaries. Note that since this is an optimization
it is possible that the Primary replica may not end up located in this
Expand Down

0 comments on commit 565d873

Please sign in to comment.