Skip to content

Commit f57bde2

Browse files
committed
Minor rename
1 parent 26b9f21 commit f57bde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/DedicatedCircuitBandwidths/SetAzureDedicatedCircuitBandwidth.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Microsoft.WindowsAzure.Commands.ExpressRoute
2121
using Management.ExpressRoute.Models;
2222

2323
[Cmdlet(VerbsCommon.Set, "AzureDedicatedCircuitBandwidth"), OutputType(typeof(AzureDedicatedCircuit))]
24-
public class RemoveAzureDedicatedCircuitBandwidthCommand : ExpressRouteBaseCmdlet
24+
public class SetAzureDedicatedCircuitBandwidthCommand : ExpressRouteBaseCmdlet
2525
{
2626
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true,
2727
HelpMessage = "Service Key of Azure Dedicated Circuit to be removed")]

0 commit comments

Comments
 (0)