Skip to content

Commit 33e913c

Browse files
author
Hovsep
committed
Merge pull request #1831 from torsteng/patch-2
Elastic Transactions GA
2 parents a7aa496 + 27056a5 commit 33e913c

File tree

1 file changed

+54
-24
lines changed

1 file changed

+54
-24
lines changed

src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml

Lines changed: 54 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5046,7 +5046,7 @@ Status : Queued</maml:para>
50465046
<command:details>
50475047
<command:name>Get-AzureRmSqlServerCommunicationLink</command:name>
50485048
<maml:description>
5049-
<maml:para>Gets server communication links and their property values in an Azure SQL Database.</maml:para>
5049+
<maml:para>Gets communication links for elastic database transactions between Azure SQL Database servers.</maml:para>
50505050
</maml:description>
50515051
<maml:copyright>
50525052
<maml:para />
@@ -5056,7 +5056,7 @@ Status : Queued</maml:para>
50565056
<dev:version />
50575057
</command:details>
50585058
<maml:description>
5059-
<maml:para>The Get-AzureRmSqlServerCommunicationLink cmdlet gets server-to-server partnerships for Elastic transactions and their property values. Specify the name of an existing server communication link to see the property values for only that one.</maml:para>
5059+
<maml:para>The Get-AzureRmSqlServerCommunicationLink cmdlet gets server-to-server communication links for Elastic transactions. Specify the name of a server communication link to see the properties for that link.</maml:para>
50605060
</maml:description>
50615061
<command:syntax>
50625062
<command:syntaxItem>
@@ -5071,14 +5071,14 @@ Status : Queued</maml:para>
50715071
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
50725072
<maml:name>ServerName</maml:name>
50735073
<maml:description>
5074-
<maml:para>Specifies the name of the one of the servers that contain the server communication link that this cmdlet gets.</maml:para>
5074+
<maml:para>Specifies the name of a server. This server contains the communication link that this cmdlet gets.</maml:para>
50755075
</maml:description>
50765076
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
50775077
</command:parameter>
50785078
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
50795079
<maml:name>ResourceGroupName</maml:name>
50805080
<maml:description>
5081-
<maml:para>Specifies the name of the resource group that contains the server communication link that this cmdlet gets.</maml:para>
5081+
<maml:para>Specifies the name of the resource group to which the server specified by the ServerName parameter belongs.</maml:para>
50825082
</maml:description>
50835083
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
50845084
</command:parameter>
@@ -5161,9 +5161,9 @@ Status : Queued</maml:para>
51615161
<maml:introduction>
51625162
<maml:paragraph>PS C:\&gt;</maml:paragraph>
51635163
</maml:introduction>
5164-
<dev:code>PS C:\&gt; Get-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;resourcegroup01&quot; -ServerName &quot;server01&quot;</dev:code>
5164+
<dev:code>PS C:\&gt; Get-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;ResourceGroup01&quot; -ServerName &quot;ContosoServer17&quot;</dev:code>
51655165
<dev:remarks>
5166-
<maml:para>Gets all server-to-server partnerships for Elastic transactions that the specified server in Azure SQL Database is involved in.</maml:para>
5166+
<maml:para>This command gets all server-to-server communication links for elastic database transactions for the server named ContosoServer17.</maml:para>
51675167
<maml:para />
51685168
<maml:para />
51695169
<maml:para></maml:para>
@@ -5177,13 +5177,13 @@ Status : Queued</maml:para>
51775177
</command:commandLines>
51785178
</command:example>
51795179
<command:example>
5180-
<maml:title>-------------------------- Example 2: Get a named communication link for a server --------------------------</maml:title>
5180+
<maml:title>-------------------------- Example 2: Get a specific communication link for a server --------------------------</maml:title>
51815181
<maml:introduction>
51825182
<maml:paragraph>PS C:\&gt;</maml:paragraph>
51835183
</maml:introduction>
5184-
<dev:code>PS C:\&gt; Get-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;resourcegroup01&quot; -ServerName &quot;server01&quot; -LinkName &quot;link01&quot;</dev:code>
5184+
<dev:code>PS C:\&gt; Get-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;ResourceGroup01&quot; -ServerName &quot;ContosoServer01&quot; -LinkName &quot;Link01&quot;</dev:code>
51855185
<dev:remarks>
5186-
<maml:para>Gets the specified server-to-server partnership for Elastic transactions.</maml:para>
5186+
<maml:para>This command gets the server-to-server communication link named Link01.</maml:para>
51875187
<maml:para />
51885188
<maml:para />
51895189
<maml:para></maml:para>
@@ -5198,6 +5198,16 @@ Status : Queued</maml:para>
51985198
</command:example>
51995199
</command:examples>
52005200
<maml:relatedLinks>
5201+
<maml:navigationLink>
5202+
<maml:linkText>New-AzureRmSqlServerCommunicationLink</maml:linkText>
5203+
<maml:uri>
5204+
</maml:uri>
5205+
</maml:navigationLink>
5206+
<maml:navigationLink>
5207+
<maml:linkText>Remove-AzureRmSqlServerCommunicationLink</maml:linkText>
5208+
<maml:uri>
5209+
</maml:uri>
5210+
</maml:navigationLink>
52015211
</maml:relatedLinks>
52025212
</command:command>
52035213
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
@@ -7345,7 +7355,7 @@ FirewallRuleName : rule01</maml:para>
73457355
<command:details>
73467356
<command:name>New-AzureRmSqlServerCommunicationLink</command:name>
73477357
<maml:description>
7348-
<maml:para>Creates a communication link for Elastic transactions between two logical servers in Azure SQL Database. Once established, Elastic transactions will be able to span databases in either of the servers paired.</maml:para>
7358+
<maml:para>Creates a communication link for elastic database transactions between two in Azure SQL Database servers.</maml:para>
73497359
</maml:description>
73507360
<maml:copyright>
73517361
<maml:para />
@@ -7355,7 +7365,7 @@ FirewallRuleName : rule01</maml:para>
73557365
<dev:version />
73567366
</command:details>
73577367
<maml:description>
7358-
<maml:para>The New-AzureRmSqlServerCommunicationLink cmdlet creates a communication link for Elastic transactions between two logical servers in Azure SQL Database. The communication link can be set up for two servers at a time and once established, Elastic transactions will be able to span databases in either of the servers paired. Users can create as many server partnerships as necessary and involve a server in multiple partnerships to span Elastic transactions over a larger number of servers.</maml:para>
7368+
<maml:para>The New-AzureRmSqlServerCommunicationLink cmdlet creates a communication link for elastic database transactions between two logical servers in Azure SQL Database. Elastic database transactions can span databases in either of the paired servers. You can create more than one link on a server. Therefore, elastic database transactions can span across a larger number of servers.</maml:para>
73597369
</maml:description>
73607370
<command:syntax>
73617371
<command:syntaxItem>
@@ -7370,21 +7380,21 @@ FirewallRuleName : rule01</maml:para>
73707380
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
73717381
<maml:name>PartnerServer</maml:name>
73727382
<maml:description>
7373-
<maml:para>Specifies the name of the other server taking part in this partnership.</maml:para>
7383+
<maml:para>Specifies the name of the other server that takes part in this communication link.</maml:para>
73747384
</maml:description>
73757385
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
73767386
</command:parameter>
73777387
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
73787388
<maml:name>ServerName</maml:name>
73797389
<maml:description>
7380-
<maml:para>Specifies the name of the server to set up the partnership on.</maml:para>
7390+
<maml:para>Specifies the name of the server on which this cmdlet sets up the communication link.</maml:para>
73817391
</maml:description>
73827392
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
73837393
</command:parameter>
73847394
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
73857395
<maml:name>ResourceGroupName</maml:name>
73867396
<maml:description>
7387-
<maml:para>Specifies the name of the resource group the server named in the &#39;ServerName&#39; parameter.</maml:para>
7397+
<maml:para>Specifies the name of the resource group to which the server specified by the &#39;ServerName&#39; parameter belongs.</maml:para>
73887398
</maml:description>
73897399
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
73907400
</command:parameter>
@@ -7475,13 +7485,13 @@ FirewallRuleName : rule01</maml:para>
74757485
</maml:alertSet>
74767486
<command:examples>
74777487
<command:example>
7478-
<maml:title>-------------------------- Example 1: Create a new communication link --------------------------</maml:title>
7488+
<maml:title>-------------------------- Example 1: Create a communication link --------------------------</maml:title>
74797489
<maml:introduction>
74807490
<maml:paragraph>PS C:\&gt;</maml:paragraph>
74817491
</maml:introduction>
7482-
<dev:code>PS C:\&gt; New-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;resourcegroup01&quot; -ServerName &quot;server01&quot; -LinkName &quot;link01&quot; -PartnerServer &quot;server02&quot;</dev:code>
7492+
<dev:code>PS C:\&gt; New-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;ResourceGroup01&quot; -ServerName &quot;ContosoServer17&quot; -LinkName &quot;Link01&quot; -PartnerServer &quot;ContosoServer02&quot;</dev:code>
74837493
<dev:remarks>
7484-
<maml:para />
7494+
<maml:para> This command creates a link named Link01 between ContosoServer17 and ContosoServer02. </maml:para>
74857495
<maml:para />
74867496
<maml:para />
74877497
<maml:para></maml:para>
@@ -7496,6 +7506,16 @@ FirewallRuleName : rule01</maml:para>
74967506
</command:example>
74977507
</command:examples>
74987508
<maml:relatedLinks>
7509+
<maml:navigationLink>
7510+
<maml:linkText>Get-AzureRmSqlServerCommunicationLink</maml:linkText>
7511+
<maml:uri>
7512+
</maml:uri>
7513+
</maml:navigationLink>
7514+
<maml:navigationLink>
7515+
<maml:linkText>Remove-AzureRmSqlServerCommunicationLink</maml:linkText>
7516+
<maml:uri>
7517+
</maml:uri>
7518+
</maml:navigationLink>
74997519
</maml:relatedLinks>
75007520
</command:command>
75017521
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
@@ -9615,7 +9635,7 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
96159635
<command:details>
96169636
<command:name>Remove-AzureRmSqlServerCommunicationLink</command:name>
96179637
<maml:description>
9618-
<maml:para>Deletes a communication link for Elastic transactions between two logical servers in Azure SQL Database.</maml:para>
9638+
<maml:para>Deletes a communication link for elastic database transactions between two Azure SQL Database servers.</maml:para>
96199639
</maml:description>
96209640
<maml:copyright>
96219641
<maml:para />
@@ -9625,7 +9645,7 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
96259645
<dev:version />
96269646
</command:details>
96279647
<maml:description>
9628-
<maml:para>The Remove-AzureRmSqlServerCommunicationLink cmdlet deletes an existing server-to-server partnership for Elastic transactions.</maml:para>
9648+
<maml:para>The Remove-AzureRmSqlServerCommunicationLink cmdlet deletes a server-to-server communication link for elastic database transactions in Azure SQL Database.</maml:para>
96299649
</maml:description>
96309650
<command:syntax>
96319651
<command:syntaxItem>
@@ -9647,14 +9667,14 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
96479667
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
96489668
<maml:name>ServerName</maml:name>
96499669
<maml:description>
9650-
<maml:para>Specifies the name of the server that contains the server communication link that this cmdlet deletes.</maml:para>
9670+
<maml:para>Specifies the name of a server. This server contains the communication link that this cmdlet deletes.</maml:para>
96519671
</maml:description>
96529672
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
96539673
</command:parameter>
96549674
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
96559675
<maml:name>ResourceGroupName</maml:name>
96569676
<maml:description>
9657-
<maml:para>Specifies the name of the resource group that contains the server communication link that this cmdlet deletes.</maml:para>
9677+
<maml:para>Specifies the name of the resource group to which the server specified by the ServerName parameter belongs.</maml:para>
96589678
</maml:description>
96599679
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
96609680
</command:parameter>
@@ -9783,13 +9803,13 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
97839803
</maml:alertSet>
97849804
<command:examples>
97859805
<command:example>
9786-
<maml:title>-------------------------- Example 1: Delete a server communication link --------------------------</maml:title>
9806+
<maml:title>-------------------------- Example 1: Delete a communication link --------------------------</maml:title>
97879807
<maml:introduction>
97889808
<maml:paragraph>PS C:\&gt;</maml:paragraph>
97899809
</maml:introduction>
9790-
<dev:code>PS C:\&gt; Remove-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;resourcegroup01&quot; -ServerName &quot;server01&quot; -LinkName &quot;link01&quot;</dev:code>
9810+
<dev:code>PS C:\&gt; Remove-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;ResourceGroup01&quot; -ServerName &quot;ContosoServer17&quot; -LinkName &quot;Link01&quot;</dev:code>
97919811
<dev:remarks>
9792-
<maml:para>Deletes an existing server-to-server partnership for Elastic transactions.</maml:para>
9812+
<maml:para>This command deletes a server-to-server communication link named Link01 on ContosoServer17.</maml:para>
97939813
<maml:para />
97949814
<maml:para />
97959815
<maml:para></maml:para>
@@ -9804,6 +9824,16 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
98049824
</command:example>
98059825
</command:examples>
98069826
<maml:relatedLinks>
9827+
<maml:navigationLink>
9828+
<maml:linkText>Get-AzureRmSqlServerCommunicationLink</maml:linkText>
9829+
<maml:uri>
9830+
</maml:uri>
9831+
</maml:navigationLink>
9832+
<maml:navigationLink>
9833+
<maml:linkText>New-AzureRmSqlServerCommunicationLink</maml:linkText>
9834+
<maml:uri>
9835+
</maml:uri>
9836+
</maml:navigationLink>
98079837
</maml:relatedLinks>
98089838
</command:command>
98099839
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">

0 commit comments

Comments
 (0)