From 16fcda035b0d67c822afa8dcdf1f31a004b5b89b Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Sun, 4 Aug 2019 22:28:21 -0700 Subject: [PATCH] Generated from bcef281153fa689dac376755754aed8aac925815 (#5313) fix: servicefabric character encoding --- services/servicefabric/6.2/servicefabric/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/servicefabric/6.2/servicefabric/models.go b/services/servicefabric/6.2/servicefabric/models.go index 2df3cf632b4d..6a8ea132b28c 100644 --- a/services/servicefabric/6.2/servicefabric/models.go +++ b/services/servicefabric/6.2/servicefabric/models.go @@ -46509,7 +46509,7 @@ func (sppd ServicePlacementPolicyDescription) AsBasicServicePlacementPolicyDescr // 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 service�s primary replica should be located in +// is geographically distributed in order to 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 domain due to failures, capacity limits, or other constraints.