@@ -54,29 +54,29 @@ CLRVersion = '4.0'
54
54
# RequiredModules = @()
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
- RequiredAssemblies = ' Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll' ,
57
+ RequiredAssemblies = ' .\ Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll' ,
58
58
' .\Microsoft.Azure.Commands.Common.Authentication.dll' ,
59
59
' .\Microsoft.Azure.Commands.Common.Authentication.ResourceManager.dll' ,
60
60
' .\Microsoft.Azure.Commands.Common.Authorization.dll' ,
61
61
' .\Microsoft.Azure.Commands.Common.Compute.dll' ,
62
62
' .\Microsoft.Azure.Commands.Common.Graph.RBAC.dll' ,
63
63
' .\Microsoft.Azure.Commands.Common.Network.dll' ,
64
64
' .\Microsoft.Azure.Commands.ResourceManager.Common.dll' ,
65
- ' Microsoft.WindowsAzure.Commands.Common.dll' ,
65
+ ' .\ Microsoft.WindowsAzure.Commands.Common.dll' ,
66
66
' .\Microsoft.WindowsAzure.Commands.Common.Storage.dll' ,
67
- ' Hyak.Common.dll' , ' Microsoft.ApplicationInsights.dll' ,
68
- ' Microsoft.Azure.Common.dll' ,
67
+ ' .\ Hyak.Common.dll' , ' .\ Microsoft.ApplicationInsights.dll' ,
68
+ ' .\ Microsoft.Azure.Common.dll' ,
69
69
' .\Microsoft.Azure.Common.NetFramework.dll' ,
70
70
' .\Microsoft.Azure.KeyVault.Core.dll' ,
71
71
' .\Microsoft.IdentityModel.Clients.ActiveDirectory.dll' ,
72
72
' .\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll' ,
73
- ' Microsoft.Rest.ClientRuntime.dll' ,
73
+ ' .\ Microsoft.Rest.ClientRuntime.dll' ,
74
74
' .\Microsoft.Rest.ClientRuntime.Azure.dll' ,
75
75
' .\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll' ,
76
- ' Microsoft.Threading.Tasks.dll' ,
76
+ ' .\ Microsoft.Threading.Tasks.dll' ,
77
77
' .\Microsoft.Threading.Tasks.Extensions.dll' ,
78
78
' .\Microsoft.Threading.Tasks.Extensions.Desktop.dll' ,
79
- ' .\Microsoft.WindowsAzure.Management.dll' , ' Newtonsoft.Json.dll' ,
79
+ ' .\Microsoft.WindowsAzure.Management.dll' , ' .\ Newtonsoft.Json.dll' ,
80
80
' .\NewAssemblies\Newtonsoft.Json.dll' ,
81
81
' .\System.Net.Http.Extensions.dll' ,
82
82
' .\System.Net.Http.Primitives.dll'
0 commit comments