Skip to content

Commit 696146f

Browse files
committed
putting back the name of command
1 parent 9e96c00 commit 696146f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Dns/Commands.Dns/Records/NewAzureDnsRecordSet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace Microsoft.Azure.Commands.Dns
2727
/// </summary>
2828
[Cmdlet(VerbsCommon.New, "AzureRmDnsRecordSet", SupportsShouldProcess = true),
2929
OutputType(typeof(DnsRecordSet))]
30-
public class NewAzureRmDnsRecordSet : DnsBaseCmdlet
30+
public class NewAzureDnsRecordSet : DnsBaseCmdlet
3131
{
3232
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The name of the records inthis record set (relative to the name of the zone and without a terminating dot).")]
3333
[ValidateNotNullOrEmpty]

0 commit comments

Comments
 (0)