Skip to content

Commit 4af0d76

Browse files
committed
set default parameter set for Get-AzureRmDeploymentOperation.
1 parent 97cbc02 commit 4af0d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/Deployments/GetAzureDeploymentOperationCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
2626
/// <summary>
2727
/// Gets the deployment operation.
2828
/// </summary>
29-
[Cmdlet(VerbsCommon.Get, "AzureRmDeploymentOperation"), OutputType(typeof(PSDeploymentOperation))]
29+
[Cmdlet(VerbsCommon.Get, "AzureRmDeploymentOperation", DefaultParameterSetName = GetAzureDeploymentOperationCmdlet.DeploymentNameParameterSet), OutputType(typeof(PSDeploymentOperation))]
3030
public class GetAzureDeploymentOperationCmdlet : ResourceManagerCmdletBase
3131
{
3232
/// <summary>

0 commit comments

Comments
 (0)