We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e65540 commit f6a3067Copy full SHA for f6a3067
src/ServiceManagement/Services/Commands.Utilities/Common/ServiceManagementBaseCmdlet.cs
@@ -94,6 +94,11 @@ public NetworkManagementClient NetworkClient
94
get { return networkClient.Value; }
95
}
96
97
+ protected override void InitChannelCurrentSubscription(bool force)
98
+ {
99
+ // Do nothing for service management based cmdlets
100
+ }
101
+
102
protected OperationStatusResponse GetOperation(string operationId)
103
{
104
OperationStatusResponse operation = null;
0 commit comments