Skip to content

Commit 26d19dc

Browse files
authored
Update AzureRM.Profile.psd1
1 parent ae65cf7 commit 26d19dc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/ResourceManager/Profile/Commands.Profile/AzureRM.Profile.psd1

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,33 +54,33 @@ CLRVersion = '4.0'
5454
# RequiredModules = @()
5555

5656
# 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',
5858
'.\Microsoft.Azure.Commands.Common.Authentication.dll',
5959
'.\Microsoft.Azure.Commands.Common.Authentication.ResourceManager.dll',
6060
'.\Microsoft.Azure.Commands.Common.Authorization.dll',
6161
'.\Microsoft.Azure.Commands.Common.Compute.dll',
6262
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll',
6363
'.\Microsoft.Azure.Commands.Common.Network.dll',
6464
'.\Microsoft.Azure.Commands.ResourceManager.Common.dll',
65-
'Microsoft.WindowsAzure.Commands.Common.dll',
65+
'.\Microsoft.WindowsAzure.Commands.Common.dll',
6666
'.\Microsoft.WindowsAzure.Commands.Common.Storage.dll',
6767
'.\Microsoft.Azure.Commands.Common.Storage.Management.dll',
6868
'.\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',
7272
'.\Microsoft.Azure.KeyVault.Core.dll',
7373
'.\Microsoft.IdentityModel.Clients.ActiveDirectory.dll',
7474
'.\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll',
75-
'Microsoft.Rest.ClientRuntime.dll',
75+
'.\Microsoft.Rest.ClientRuntime.dll',
7676
'.\Microsoft.Rest.ClientRuntime.Azure.dll',
7777
'.\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',
8484
'.\Microsoft.Azure.Commands.Common.Aks.dll'
8585

8686
# Script files (.ps1) that are run in the caller's environment prior to importing this module.

0 commit comments

Comments
 (0)