Skip to content

Commit 44df9d5

Browse files
committed
Remove unnecessary overrides for DatCmdlet
1 parent 61f9fe0 commit 44df9d5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Common/Commands.Common/AzureDataCmdlet.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,6 @@ protected override void PromptForDataCollectionProfileIfNotExists()
119119
SaveDataCollectionProfile();
120120
}
121121
}
122-
123-
protected override void SetupHttpClientPipeline()
124-
{
125-
throw new NotImplementedException();
126-
}
127-
128-
protected override void TearDownHttpClientPipeline()
129-
{
130-
throw new NotImplementedException();
131-
}
132-
133122
protected override void InitializeQosEvent()
134123
{
135124
}

0 commit comments

Comments
 (0)