Skip to content

Commit b22be8f

Browse files
committed
Fix error in paths for Profile RequiredAssemblies
1 parent 4b5fb79 commit b22be8f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/ResourceManager/Profile/AzureRM.Profile.psd1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,29 +54,29 @@ 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',
67-
'Hyak.Common.dll', 'Microsoft.ApplicationInsights.dll',
68-
'Microsoft.Azure.Common.dll',
67+
'.\Hyak.Common.dll', '.\Microsoft.ApplicationInsights.dll',
68+
'.\Microsoft.Azure.Common.dll',
6969
'.\Microsoft.Azure.Common.NetFramework.dll',
7070
'.\Microsoft.Azure.KeyVault.Core.dll',
7171
'.\Microsoft.IdentityModel.Clients.ActiveDirectory.dll',
7272
'.\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll',
73-
'Microsoft.Rest.ClientRuntime.dll',
73+
'.\Microsoft.Rest.ClientRuntime.dll',
7474
'.\Microsoft.Rest.ClientRuntime.Azure.dll',
7575
'.\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll',
76-
'Microsoft.Threading.Tasks.dll',
76+
'.\Microsoft.Threading.Tasks.dll',
7777
'.\Microsoft.Threading.Tasks.Extensions.dll',
7878
'.\Microsoft.Threading.Tasks.Extensions.Desktop.dll',
79-
'.\Microsoft.WindowsAzure.Management.dll', 'Newtonsoft.Json.dll',
79+
'.\Microsoft.WindowsAzure.Management.dll', '.\Newtonsoft.Json.dll',
8080
'.\NewAssemblies\Newtonsoft.Json.dll',
8181
'.\System.Net.Http.Extensions.dll',
8282
'.\System.Net.Http.Primitives.dll'

0 commit comments

Comments
 (0)