File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/ResourceManager/Network/Commands.Network/NetworkInterface Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
// ----------------------------------------------------------------------------------
15
15
16
+ using System . Collections . Generic ;
16
17
using System . Net ;
17
18
using AutoMapper ;
18
19
using Microsoft . Azure . Commands . Network . Models ;
19
20
using Microsoft . Azure . Management . Network ;
21
+ using Microsoft . Azure . Management . Network . Models ;
20
22
using Microsoft . Azure . Commands . Resources . Models ;
21
23
using Hyak . Common ;
22
24
23
25
namespace Microsoft . Azure . Commands . Network
24
26
{
25
- using System . Collections . Generic ;
26
-
27
- using Microsoft . Azure . Management . Network . Models ;
28
-
29
27
public abstract class NetworkInterfaceBaseCmdlet : NetworkBaseCmdlet
30
28
{
31
29
public INetworkInterfaceOperations NetworkInterfaceClient
You can’t perform that action at this time.
0 commit comments