Skip to content

Commit cb570c2

Browse files
authored
Merge pull request #42639 from carolinacmoravia/patch-747
L23881: Corrupted characters
2 parents e5c4d8d + afb2715 commit cb570c2

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)