Skip to content

Commit 004c831

Browse files
committed
Remove warning message for deployment operation cmdlet
1 parent 3d69ed0 commit 004c831

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/GetAzureResourceGroupDeploymentOperationCmdlet.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ protected override void OnProcessRecord()
6262
this.SubscriptionId = DefaultContext.Subscription.Id;
6363
}
6464

65-
if(!string.IsNullOrEmpty(this.ApiVersion))
66-
{
67-
this.WriteWarning("The parameter ApiVersion in Get-AzureRmResourceGroupDeploymentOperation cmdlet is being deprecated and will be removed in a future release.");
68-
}
69-
7065
this.RunCmdlet();
7166
}
7267

0 commit comments

Comments
 (0)