Skip to content

Commit 9b2fcda

Browse files
Fix small typo in deprecation message.
1 parent 203fe52 commit 9b2fcda

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/Sql/Sql/Auditing/Cmdlet/GetAzSqlDatabaseAuditing.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
namespace Microsoft.Azure.Commands.Sql.Auditing.Cmdlet
2020
{
2121
[CmdletDeprecation(ReplacementCmdletName = VerbsCommon.Get +
22+
"-" +
2223
ResourceManager.Common.AzureRMConstants.AzureRMPrefix +
2324
DefinitionsCommon.DatabaseAuditCmdletsSuffix)]
2425
[CmdletOutputBreakingChange(

src/Sql/Sql/Auditing/Cmdlet/GetAzSqlServerAuditing.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
namespace Microsoft.Azure.Commands.Sql.Auditing.Cmdlet
2020
{
2121
[CmdletDeprecation(ReplacementCmdletName = VerbsCommon.Get +
22+
"-" +
2223
ResourceManager.Common.AzureRMConstants.AzureRMPrefix +
2324
DefinitionsCommon.ServerAuditCmdletsSuffix)]
2425
[CmdletOutputBreakingChange(

src/Sql/Sql/Auditing/Cmdlet/SetAzSqlDatabaseAuditing.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
namespace Microsoft.Azure.Commands.Sql.Auditing.Cmdlet
2424
{
2525
[CmdletDeprecation(ReplacementCmdletName = VerbsCommon.Set +
26+
"-" +
2627
ResourceManager.Common.AzureRMConstants.AzureRMPrefix +
2728
DefinitionsCommon.DatabaseAuditCmdletsSuffix)]
2829
[CmdletOutputBreakingChange(

src/Sql/Sql/Auditing/Cmdlet/SetAzSqlServerAuditing.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
namespace Microsoft.Azure.Commands.Sql.Auditing.Cmdlet
2424
{
2525
[CmdletDeprecation(ReplacementCmdletName = VerbsCommon.Set +
26+
"-" +
2627
ResourceManager.Common.AzureRMConstants.AzureRMPrefix +
2728
DefinitionsCommon.ServerAuditCmdletsSuffix)]
2829
[CmdletOutputBreakingChange(

0 commit comments

Comments
 (0)