Skip to content

Commit 565d873

Browse files
AutorestCIlmazuel
authored andcommitted
Generated from 2cc983b453f0fe2064a3242375bc0979d990bde8 (#3164)
Fix unrecognized character in service fabric data plane swagger file
1 parent fb5185e commit 565d873

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-servicefabric/azure/servicefabric/models/service_placement_prefer_primary_domain_policy_description.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ServicePlacementPreferPrimaryDomainPolicyDescription(ServicePlacementPolic
1818
particular domain.
1919
This placement policy is usually used with fault domains in scenarios where
2020
the Service Fabric cluster is geographically distributed in order to
21-
indicate that a services primary replica should be located in a particular
21+
indicate that a service's primary replica should be located in a particular
2222
fault domain, which in geo-distributed scenarios usually aligns with
2323
regional or datacenter boundaries. Note that since this is an optimization
2424
it is possible that the Primary replica may not end up located in this

azure-servicefabric/azure/servicefabric/models/service_placement_prefer_primary_domain_policy_description_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ServicePlacementPreferPrimaryDomainPolicyDescription(ServicePlacementPolic
1818
particular domain.
1919
This placement policy is usually used with fault domains in scenarios where
2020
the Service Fabric cluster is geographically distributed in order to
21-
indicate that a services primary replica should be located in a particular
21+
indicate that a service's primary replica should be located in a particular
2222
fault domain, which in geo-distributed scenarios usually aligns with
2323
regional or datacenter boundaries. Note that since this is an optimization
2424
it is possible that the Primary replica may not end up located in this

0 commit comments

Comments
 (0)