Skip to content

Commit 44ddb2f

Browse files
authored
Merge pull request #12098 from nschonni/double-same
typo: Double word "same"
2 parents 463ec64 + 7a84a8b commit 44ddb2f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/service-fabric/service-fabric-service-model-schema-complex-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,7 +2072,7 @@ Declares service instances that are automatically created whenever an applicatio
20722072
</xs:attribute>
20732073
<xs:attribute name="ServicePackageActivationMode" type="xs:string" use="optional" default="SharedProcess">
20742074
<xs:annotation>
2075-
<xs:documentation>ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share same same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.</xs:documentation>
2075+
<xs:documentation>ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share the same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.</xs:documentation>
20762076
</xs:annotation>
20772077
</xs:attribute>
20782078
</xs:complexType>
@@ -2093,7 +2093,7 @@ Declares service instances that are automatically created whenever an applicatio
20932093
</xs:attribute>
20942094
<xs:attribute name="ServicePackageActivationMode" type="xs:string" use="optional" default="SharedProcess">
20952095
<xs:annotation>
2096-
<xs:documentation>ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share same same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.</xs:documentation>
2096+
<xs:documentation>ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share the same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.</xs:documentation>
20972097
</xs:annotation>
20982098
</xs:attribute>
20992099
</xs:complexType>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6260,7 +6260,7 @@ Declares a service to be created automatically when the application is instantia
62606260
</xs:attribute>
62616261
<xs:attribute name="ServicePackageActivationMode" type="xs:string" use="optional" default="SharedProcess">
62626262
<xs:annotation>
6263-
<xs:documentation>ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share same same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.</xs:documentation>
6263+
<xs:documentation>ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share the same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.</xs:documentation>
62646264
</xs:annotation>
62656265
</xs:attribute>
62666266
</xs:complexType>
@@ -6295,7 +6295,7 @@ The DNS name of the service.
62956295
|use|optional|
62966296

62976297
#### ServicePackageActivationMode
6298-
ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share same same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.
6298+
ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share the same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.
62996299
|Attribute|Value|
63006300
|---|---|
63016301
|name|ServicePackageActivationMode|
@@ -6490,7 +6490,7 @@ A collection of services that are automatically located together, so they are al
64906490
</xs:attribute>
64916491
<xs:attribute name="ServicePackageActivationMode" type="xs:string" use="optional" default="SharedProcess">
64926492
<xs:annotation>
6493-
<xs:documentation>ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share same same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.</xs:documentation>
6493+
<xs:documentation>ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share the same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.</xs:documentation>
64946494
</xs:annotation>
64956495
</xs:attribute>
64966496
</xs:complexType>
@@ -6509,7 +6509,7 @@ Name of this service relative to this application Name URI. Fully qualified Name
65096509
|use|required|
65106510

65116511
#### ServicePackageActivationMode
6512-
ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share same same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.
6512+
ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share the same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.
65136513
|Attribute|Value|
65146514
|---|---|
65156515
|name|ServicePackageActivationMode|

articles/virtual-machines/scripts/virtual-machines-windows-powershell-sample-copy-snapshot-to-same-or-different-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: ramankum
2020

2121
# Copy snapshot of a managed disk in same subscription or different subscription with PowerShell
2222

23-
This script creates a copy of a snapshot in the same same subscription or different subscription. Use this script to move a snapshot to different subscription for data retention. Storing snapshots in different subscription protect you from accidental deletion of snapshots in your main subscription.
23+
This script creates a copy of a snapshot in the same subscription or different subscription. Use this script to move a snapshot to different subscription for data retention. Storing snapshots in different subscription protect you from accidental deletion of snapshots in your main subscription.
2424

2525
[!INCLUDE [sample-powershell-install](../../../includes/sample-powershell-install.md)]
2626

0 commit comments

Comments
 (0)