Skip to content

Commit f6a3067

Browse files
committed
Update InitChannelCurrentSubscription
1 parent 6e65540 commit f6a3067

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ServiceManagement/Services/Commands.Utilities/Common/ServiceManagementBaseCmdlet.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ public NetworkManagementClient NetworkClient
9494
get { return networkClient.Value; }
9595
}
9696

97+
protected override void InitChannelCurrentSubscription(bool force)
98+
{
99+
// Do nothing for service management based cmdlets
100+
}
101+
97102
protected OperationStatusResponse GetOperation(string operationId)
98103
{
99104
OperationStatusResponse operation = null;

0 commit comments

Comments
 (0)