diff --git a/src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml b/src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml
index 01ead1f92cc7..e5cc7d51e918 100644
--- a/src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml
+++ b/src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml
@@ -4895,7 +4895,7 @@ Status : Queued
Get-AzureRmSqlServerCommunicationLink
- Gets server communication links and their property values in an Azure SQL Database.
+ Gets communication links for elastic database transactions between Azure SQL Database servers.
@@ -4905,7 +4905,7 @@ Status : Queued
- 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.
+ 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.
@@ -4920,14 +4920,14 @@ Status : Queued
ServerName
- Specifies the name of the one of the servers that contain the server communication link that this cmdlet gets.
+ Specifies the name of a server. This server contains the communication link that this cmdlet gets.
String
ResourceGroupName
- Specifies the name of the resource group that contains the server communication link that this cmdlet gets.
+ Specifies the name of the resource group to which the server specified by the ServerName parameter belongs.
String
@@ -5010,9 +5010,9 @@ Status : Queued
PS C:\>
- PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "resourcegroup01" -ServerName "server01"
+ PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17"
- Gets all server-to-server partnerships for Elastic transactions that the specified server in Azure SQL Database is involved in.
+ This command gets all server-to-server communication links for elastic database transactions for the server named ContosoServer17.
@@ -5026,13 +5026,13 @@ Status : Queued
- -------------------------- Example 2: Get a named communication link for a server --------------------------
+ -------------------------- Example 2: Get a specific communication link for a server --------------------------
PS C:\>
- PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "resourcegroup01" -ServerName "server01" -LinkName "link01"
+ PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer01" -LinkName "Link01"
- Gets the specified server-to-server partnership for Elastic transactions.
+ This command gets the server-to-server communication link named Link01.
@@ -5047,6 +5047,16 @@ Status : Queued
+
+ New-AzureRmSqlServerCommunicationLink
+
+
+
+
+ Remove-AzureRmSqlServerCommunicationLink
+
+
+
@@ -7194,7 +7204,7 @@ FirewallRuleName : rule01
New-AzureRmSqlServerCommunicationLink
- 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.
+ Creates a communication link for elastic database transactions between two in Azure SQL Database servers.
@@ -7204,7 +7214,7 @@ FirewallRuleName : rule01
- 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.
+ 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.
@@ -7219,21 +7229,21 @@ FirewallRuleName : rule01
PartnerServer
- Specifies the name of the other server taking part in this partnership.
+ Specifies the name of the other server that takes part in this communication link.
String
ServerName
- Specifies the name of the server to set up the partnership on.
+ Specifies the name of the server on which this cmdlet sets up the communication link.
String
ResourceGroupName
- Specifies the name of the resource group the server named in the 'ServerName' parameter.
+ Specifies the name of the resource group to which the server specified by the 'ServerName' parameter belongs.
String
@@ -7324,13 +7334,13 @@ FirewallRuleName : rule01
- -------------------------- Example 1: Create a new communication link --------------------------
+ -------------------------- Example 1: Create a communication link --------------------------
PS C:\>
- PS C:\> New-AzureRmSqlServerCommunicationLink -ResourceGroupName "resourcegroup01" -ServerName "server01" -LinkName "link01" -PartnerServer "server02"
+ PS C:\> New-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17" -LinkName "Link01" -PartnerServer "ContosoServer02"
-
+ This command creates a link named Link01 between ContosoServer17 and ContosoServer02.
@@ -7345,6 +7355,16 @@ FirewallRuleName : rule01
+
+ Get-AzureRmSqlServerCommunicationLink
+
+
+
+
+ Remove-AzureRmSqlServerCommunicationLink
+
+
+
@@ -9300,7 +9320,7 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
Remove-AzureRmSqlServerCommunicationLink
- Deletes a communication link for Elastic transactions between two logical servers in Azure SQL Database.
+ Deletes a communication link for elastic database transactions between two Azure SQL Database servers.
@@ -9310,7 +9330,7 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
- The Remove-AzureRmSqlServerCommunicationLink cmdlet deletes an existing server-to-server partnership for Elastic transactions.
+ The Remove-AzureRmSqlServerCommunicationLink cmdlet deletes a server-to-server communication link for elastic database transactions in Azure SQL Database.
@@ -9332,14 +9352,14 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
ServerName
- Specifies the name of the server that contains the server communication link that this cmdlet deletes.
+ Specifies the name of a server. This server contains the communication link that this cmdlet deletes.
String
ResourceGroupName
- Specifies the name of the resource group that contains the server communication link that this cmdlet deletes.
+ Specifies the name of the resource group to which the server specified by the ServerName parameter belongs.
String
@@ -9468,13 +9488,13 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
- -------------------------- Example 1: Delete a server communication link --------------------------
+ -------------------------- Example 1: Delete a communication link --------------------------
PS C:\>
- PS C:\> Remove-AzureRmSqlServerCommunicationLink -ResourceGroupName "resourcegroup01" -ServerName "server01" -LinkName "link01"
+ PS C:\> Remove-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17" -LinkName "Link01"
- Deletes an existing server-to-server partnership for Elastic transactions.
+ This command deletes a server-to-server communication link named Link01 on ContosoServer17.
@@ -9489,6 +9509,16 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
+
+ Get-AzureRmSqlServerCommunicationLink
+
+
+
+
+ New-AzureRmSqlServerCommunicationLink
+
+
+