Skip to content

Commit 52444bf

Browse files
authored
Merge pull request Azure#3195 from Azure/ilahat
Search code base for any deprecation warning and remove it
2 parents 2e85ebd + b3fccfb commit 52444bf

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/Resource/SetAzureResourceCmdlet.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ protected override void OnProcessRecord()
8282
{
8383
base.OnProcessRecord();
8484

85-
if (!string.IsNullOrEmpty(this.ODataQuery))
86-
{
87-
this.WriteWarning("The ODataQuery parameter is being deprecated in Set-AzureRmResource cmdlet and will be removed in a future release.");
88-
}
89-
9085
var resourceId = this.GetResourceId();
9186
this.ConfirmAction(
9287
this.Force,

src/ResourceManager/Resources/Commands.Resources/Providers/GetAzureProviderOperationCmdlet.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public class GetAzureProviderOperationCommand : ResourcesBaseCmdlet
4343
/// </summary>
4444
public override void ExecuteCmdlet()
4545
{
46-
WriteWarning("The output object type of this cmdlet will be modified in a future release.");
4746
// remove leading and trailing whitespaces
4847
this.OperationSearchString = this.OperationSearchString.Trim();
4948

0 commit comments

Comments
 (0)