@@ -54,33 +54,33 @@ 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
67
' .\Microsoft.Azure.Commands.Common.Storage.Management.dll' ,
68
68
' .\Microsoft.Azure.Commands.Common.KeyVault.dll' ,
69
- ' .\Microsoft.Azure.Commands.Common.WebSites.dll' , ' Hyak.Common.dll' ,
70
- ' Microsoft.ApplicationInsights.dll' , ' Microsoft.Azure.Common.dll' ,
71
- ' Microsoft.Azure.Common.NetFramework.dll' ,
69
+ ' .\Microsoft.Azure.Commands.Common.WebSites.dll' , ' .\ Hyak.Common.dll' ,
70
+ ' .\ Microsoft.ApplicationInsights.dll' , ' .\ Microsoft.Azure.Common.dll' ,
71
+ ' .\ Microsoft.Azure.Common.NetFramework.dll' ,
72
72
' .\Microsoft.Azure.KeyVault.Core.dll' ,
73
73
' .\Microsoft.IdentityModel.Clients.ActiveDirectory.dll' ,
74
74
' .\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll' ,
75
- ' Microsoft.Rest.ClientRuntime.dll' ,
75
+ ' .\ Microsoft.Rest.ClientRuntime.dll' ,
76
76
' .\Microsoft.Rest.ClientRuntime.Azure.dll' ,
77
77
' .\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll' ,
78
- ' Microsoft.Threading.Tasks.dll' ,
79
- ' Microsoft.Threading.Tasks.Extensions.dll' ,
80
- ' Microsoft.Threading.Tasks.Extensions.Desktop.dll' ,
81
- ' Microsoft.WindowsAzure.Management.dll' , ' Newtonsoft.Json.dll' ,
82
- ' .\Newtonsoft.Json.10.dll' , ' System.Net.Http.Extensions.dll' ,
83
- ' System.Net.Http.Primitives.dll' ,
78
+ ' .\ Microsoft.Threading.Tasks.dll' ,
79
+ ' .\ Microsoft.Threading.Tasks.Extensions.dll' ,
80
+ ' .\ Microsoft.Threading.Tasks.Extensions.Desktop.dll' ,
81
+ ' .\ Microsoft.WindowsAzure.Management.dll' , ' .\ Newtonsoft.Json.dll' ,
82
+ ' .\Newtonsoft.Json.10.dll' , ' .\ System.Net.Http.Extensions.dll' ,
83
+ ' .\ System.Net.Http.Primitives.dll' ,
84
84
' .\Microsoft.Azure.Commands.Common.Aks.dll'
85
85
86
86
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
0 commit comments