Skip to content

Commit 703b544

Browse files
author
PRMerger7
authored
Merge pull request #41882 from carolinacmoravia/patch-724
L22047: Corrupted character in line 1263
2 parents ac30460 + a7e136c commit 703b544

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ Destinations to which the crash dumps need to be transferred.
12601260
```
12611261

12621262
## DefaultRunAsPolicy Element
1263-
Specify a default user account for all service code packages that don’t have a specific RunAsPolicy defined in the ServiceManifestImport section.
1263+
Specify a default user account for all service code packages that don't have a specific RunAsPolicy defined in the ServiceManifestImport section.
12641264

12651265
|Attribute|Value|
12661266
|---|---|
@@ -1273,7 +1273,7 @@ Specify a default user account for all service code packages that don
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">
@@ -5433,7 +5433,7 @@ Persistence Policy extension for the Service Type
54335433
|minOccurs|0|
54345434

54355435
## PlacementConstraints Element
5436-
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>12 && InDMZ == True)".
5436+
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>12 && InDMZ == True)".
54375437

54385438
|Attribute|Value|
54395439
|---|---|
@@ -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 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>
54505450
</xs:annotation>
54515451
</xs:element>
54525452

0 commit comments

Comments
 (0)