Skip to content

Commit afb2715

Browse files
L23881: Corrupted characters
Hello, @rwike77, Localization team has reported source content issue that causes localized version to have broken format compared to en-us version. Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance.
1 parent 27244e2 commit afb2715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/service-fabric-service-model-schema-elements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ Specify a default user account for all service code packages that don't have a s
12731273
```xml
12741274
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DefaultRunAsPolicy" minOccurs="0">
12751275
<xs:annotation>
1276-
<xs:documentation>Specify a default user account for all service code packages that don’t have a specific RunAsPolicy defined in the ServiceManifestImport section.</xs:documentation>
1276+
<xs:documentation>Specify a default user account for all service code packages that don't have a specific RunAsPolicy defined in the ServiceManifestImport section.</xs:documentation>
12771277
</xs:annotation>
12781278
<xs:complexType>
12791279
<xs:attribute name="UserRef" type="xs:string" use="required">
@@ -5446,7 +5446,7 @@ Used to control which nodes in the cluster a service can run on. A key/value pai
54465446
```xml
54475447
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="PlacementConstraints" type="xs:string" minOccurs="0">
54485448
<xs:annotation>
5449-
<xs:documentation>Used to control which nodes in the cluster a service can run on. A key/value pair which describes the node property name and the service’s requirements for the value. Individual statements can be grouped together with simple boolean logic to create the necessary constraint. For example, "(FirmwareVersion&gt;12 &amp;&amp; InDMZ == True)".</xs:documentation>
5449+
<xs:documentation>Used to control which nodes in the cluster a service can run on. A key/value pair which describes the node property name and the services requirements for the value. Individual statements can be grouped together with simple boolean logic to create the necessary constraint. For example, "(FirmwareVersion&gt;12 &amp;&amp; InDMZ == True)".</xs:documentation>
54505450
</xs:annotation>
54515451
</xs:element>
54525452

0 commit comments

Comments
 (0)