Skip to content

Elastic Transactions GA #1831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4895,7 +4895,7 @@ Status : Queued</maml:para>
<command:details>
<command:name>Get-AzureRmSqlServerCommunicationLink</command:name>
<maml:description>
<maml:para>Gets server communication links and their property values in an Azure SQL Database.</maml:para>
<maml:para>Gets communication links for elastic database transactions between Azure SQL Database servers.</maml:para>
</maml:description>
<maml:copyright>
<maml:para />
Expand All @@ -4905,7 +4905,7 @@ Status : Queued</maml:para>
<dev:version />
</command:details>
<maml:description>
<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>
<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>
</maml:description>
<command:syntax>
<command:syntaxItem>
Expand All @@ -4920,14 +4920,14 @@ Status : Queued</maml:para>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
<maml:name>ServerName</maml:name>
<maml:description>
<maml:para>Specifies the name of the one of the servers that contain the server communication link that this cmdlet gets.</maml:para>
<maml:para>Specifies the name of a server. This server contains the communication link that this cmdlet gets.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
<maml:name>ResourceGroupName</maml:name>
<maml:description>
<maml:para>Specifies the name of the resource group that contains the server communication link that this cmdlet gets.</maml:para>
<maml:para>Specifies the name of the resource group to which the server specified by the ServerName parameter belongs.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
</command:parameter>
Expand Down Expand Up @@ -5010,9 +5010,9 @@ Status : Queued</maml:para>
<maml:introduction>
<maml:paragraph>PS C:\&gt;</maml:paragraph>
</maml:introduction>
<dev:code>PS C:\&gt; Get-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;resourcegroup01&quot; -ServerName &quot;server01&quot;</dev:code>
<dev:code>PS C:\&gt; Get-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;ResourceGroup01&quot; -ServerName &quot;ContosoServer17&quot;</dev:code>
<dev:remarks>
<maml:para>Gets all server-to-server partnerships for Elastic transactions that the specified server in Azure SQL Database is involved in.</maml:para>
<maml:para>This command gets all server-to-server communication links for elastic database transactions for the server named ContosoServer17.</maml:para>
<maml:para />
<maml:para />
<maml:para></maml:para>
Expand All @@ -5026,13 +5026,13 @@ Status : Queued</maml:para>
</command:commandLines>
</command:example>
<command:example>
<maml:title>-------------------------- Example 2: Get a named communication link for a server --------------------------</maml:title>
<maml:title>-------------------------- Example 2: Get a specific communication link for a server --------------------------</maml:title>
<maml:introduction>
<maml:paragraph>PS C:\&gt;</maml:paragraph>
</maml:introduction>
<dev:code>PS C:\&gt; Get-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;resourcegroup01&quot; -ServerName &quot;server01&quot; -LinkName &quot;link01&quot;</dev:code>
<dev:code>PS C:\&gt; Get-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;ResourceGroup01&quot; -ServerName &quot;ContosoServer01&quot; -LinkName &quot;Link01&quot;</dev:code>
<dev:remarks>
<maml:para>Gets the specified server-to-server partnership for Elastic transactions.</maml:para>
<maml:para>This command gets the server-to-server communication link named Link01.</maml:para>
<maml:para />
<maml:para />
<maml:para></maml:para>
Expand All @@ -5047,6 +5047,16 @@ Status : Queued</maml:para>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>New-AzureRmSqlServerCommunicationLink</maml:linkText>
<maml:uri>
</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Remove-AzureRmSqlServerCommunicationLink</maml:linkText>
<maml:uri>
</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<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">
Expand Down Expand Up @@ -7194,7 +7204,7 @@ FirewallRuleName : rule01</maml:para>
<command:details>
<command:name>New-AzureRmSqlServerCommunicationLink</command:name>
<maml:description>
<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>
<maml:para>Creates a communication link for elastic database transactions between two in Azure SQL Database servers.</maml:para>
</maml:description>
<maml:copyright>
<maml:para />
Expand All @@ -7204,7 +7214,7 @@ FirewallRuleName : rule01</maml:para>
<dev:version />
</command:details>
<maml:description>
<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>
<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>
</maml:description>
<command:syntax>
<command:syntaxItem>
Expand All @@ -7219,21 +7229,21 @@ FirewallRuleName : rule01</maml:para>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>PartnerServer</maml:name>
<maml:description>
<maml:para>Specifies the name of the other server taking part in this partnership.</maml:para>
<maml:para>Specifies the name of the other server that takes part in this communication link.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
<maml:name>ServerName</maml:name>
<maml:description>
<maml:para>Specifies the name of the server to set up the partnership on.</maml:para>
<maml:para>Specifies the name of the server on which this cmdlet sets up the communication link.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
<maml:name>ResourceGroupName</maml:name>
<maml:description>
<maml:para>Specifies the name of the resource group the server named in the &#39;ServerName&#39; parameter.</maml:para>
<maml:para>Specifies the name of the resource group to which the server specified by the &#39;ServerName&#39; parameter belongs.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
</command:parameter>
Expand Down Expand Up @@ -7324,13 +7334,13 @@ FirewallRuleName : rule01</maml:para>
</maml:alertSet>
<command:examples>
<command:example>
<maml:title>-------------------------- Example 1: Create a new communication link --------------------------</maml:title>
<maml:title>-------------------------- Example 1: Create a communication link --------------------------</maml:title>
<maml:introduction>
<maml:paragraph>PS C:\&gt;</maml:paragraph>
</maml:introduction>
<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>
<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>
<dev:remarks>
<maml:para />
<maml:para> This command creates a link named Link01 between ContosoServer17 and ContosoServer02. </maml:para>
<maml:para />
<maml:para />
<maml:para></maml:para>
Expand All @@ -7345,6 +7355,16 @@ FirewallRuleName : rule01</maml:para>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Get-AzureRmSqlServerCommunicationLink</maml:linkText>
<maml:uri>
</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Remove-AzureRmSqlServerCommunicationLink</maml:linkText>
<maml:uri>
</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<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">
Expand Down Expand Up @@ -9300,7 +9320,7 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
<command:details>
<command:name>Remove-AzureRmSqlServerCommunicationLink</command:name>
<maml:description>
<maml:para>Deletes a communication link for Elastic transactions between two logical servers in Azure SQL Database.</maml:para>
<maml:para>Deletes a communication link for elastic database transactions between two Azure SQL Database servers.</maml:para>
</maml:description>
<maml:copyright>
<maml:para />
Expand All @@ -9310,7 +9330,7 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
<dev:version />
</command:details>
<maml:description>
<maml:para>The Remove-AzureRmSqlServerCommunicationLink cmdlet deletes an existing server-to-server partnership for Elastic transactions.</maml:para>
<maml:para>The Remove-AzureRmSqlServerCommunicationLink cmdlet deletes a server-to-server communication link for elastic database transactions in Azure SQL Database.</maml:para>
</maml:description>
<command:syntax>
<command:syntaxItem>
Expand All @@ -9332,14 +9352,14 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
<maml:name>ServerName</maml:name>
<maml:description>
<maml:para>Specifies the name of the server that contains the server communication link that this cmdlet deletes.</maml:para>
<maml:para>Specifies the name of a server. This server contains the communication link that this cmdlet deletes.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
<maml:name>ResourceGroupName</maml:name>
<maml:description>
<maml:para>Specifies the name of the resource group that contains the server communication link that this cmdlet deletes.</maml:para>
<maml:para>Specifies the name of the resource group to which the server specified by the ServerName parameter belongs.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
</command:parameter>
Expand Down Expand Up @@ -9468,13 +9488,13 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
</maml:alertSet>
<command:examples>
<command:example>
<maml:title>-------------------------- Example 1: Delete a server communication link --------------------------</maml:title>
<maml:title>-------------------------- Example 1: Delete a communication link --------------------------</maml:title>
<maml:introduction>
<maml:paragraph>PS C:\&gt;</maml:paragraph>
</maml:introduction>
<dev:code>PS C:\&gt; Remove-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;resourcegroup01&quot; -ServerName &quot;server01&quot; -LinkName &quot;link01&quot;</dev:code>
<dev:code>PS C:\&gt; Remove-AzureRmSqlServerCommunicationLink -ResourceGroupName &quot;ResourceGroup01&quot; -ServerName &quot;ContosoServer17&quot; -LinkName &quot;Link01&quot;</dev:code>
<dev:remarks>
<maml:para>Deletes an existing server-to-server partnership for Elastic transactions.</maml:para>
<maml:para>This command deletes a server-to-server communication link named Link01 on ContosoServer17.</maml:para>
<maml:para />
<maml:para />
<maml:para></maml:para>
Expand All @@ -9489,6 +9509,16 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Get-AzureRmSqlServerCommunicationLink</maml:linkText>
<maml:uri>
</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>New-AzureRmSqlServerCommunicationLink</maml:linkText>
<maml:uri>
</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<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">
Expand Down