Skip to content

Commit 3353c29

Browse files
committed
Disable Set-AzureSqlServerCommunicationLink
update semantics are not supported on server communication links
1 parent 97a5693 commit 3353c29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ResourceManager/Sql/Commands.Sql/ServerCommunicationLink/Cmdlet/SetAzureSqlServerCommunicationLink.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ namespace Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Cmdlet
2323
/// <summary>
2424
/// Cmdlet to create a new Azure Sql Database server communication link
2525
/// </summary>
26+
/*
27+
* Commenting out since update semantics are not supported at the moment for Server
28+
* communication links. Leaving the code in for later. DO NOT REMOVE.
29+
*
2630
[Cmdlet(VerbsCommon.Set, "AzureRmSqlServerCommunicationLink",
2731
ConfirmImpact = ConfirmImpact.Medium), OutputType(typeof(AzureSqlServerCommunicationLinkModel))]
32+
*/
2833
public class SetAzureSqlServerCommunicationLink : AzureSqlServerCommunicationLinkCmdletBase
2934
{
3035
/// <summary>

0 commit comments

Comments
 (0)