Skip to content

Commit cbc3ffe

Browse files
committed
Add missing assemblies to RequiredAssemblies field, regenerate wxi
1 parent 4d5f223 commit cbc3ffe

File tree

16 files changed

+162
-16
lines changed

16 files changed

+162
-16
lines changed

setup/azurecmdfiles.wxi

Lines changed: 116 additions & 0 deletions
Large diffs are not rendered by default.

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ RequiredAssemblies = '.\AutoMapper.dll',
5959
'.\Microsoft.Data.Edm.dll',
6060
'.\Microsoft.Data.OData.dll',
6161
'.\Microsoft.Data.Services.Client.dll',
62-
'.\Microsoft.WindowsAzure.Storage.dll'
62+
'.\Microsoft.WindowsAzure.Storage.dll',
63+
'.\System.Spatial.dll'
6364

6465
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6566
# ScriptsToProcess = @()

src/ResourceManager/AzureBackup/AzureRM.Backup.psd1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ CLRVersion = '4.0'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.0.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\Microsoft.Azure.Management.BackupServicesManagement.dll'
57+
RequiredAssemblies = '.\Microsoft.Azure.Commands.RecoveryServices.ARM.dll',
58+
'.\Microsoft.Azure.Management.BackupServicesManagement.dll',
59+
'.\Microsoft.WindowsAzure.Management.Common.dll',
60+
'.\Microsoft.WindowsAzure.Management.Scheduler.dll',
61+
'.\Security.Cryptography.dll'
5862

5963
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6064
# ScriptsToProcess = @()

src/ResourceManager/AzureBatch/AzureRM.Batch.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',
5959
'.\Microsoft.Data.Edm.dll',
6060
'.\Microsoft.Data.OData.dll',
6161
'.\Microsoft.Data.Services.Client.dll',
62-
'.\Microsoft.WindowsAzure.Storage.dll'
62+
'.\Microsoft.WindowsAzure.Storage.dll',
63+
'.\System.Spatial.dll'
6364

6465
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6566
# ScriptsToProcess = @()

src/ResourceManager/Compute/AzureRM.Compute.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ RequiredAssemblies = '.\AutoMapper.dll',
6363
'.\Microsoft.Data.Services.Client.dll',
6464
'.\Microsoft.WindowsAzure.Commands.Sync.dll',
6565
'.\Microsoft.WindowsAzure.Commands.Tools.Vhd.dll',
66-
'.\Microsoft.WindowsAzure.Storage.dll'
66+
'.\Microsoft.WindowsAzure.Storage.dll',
67+
'.\System.Spatial.dll'
6768

6869
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6970
# ScriptsToProcess = @()

src/ResourceManager/DataFactories/AzureRM.DataFactories.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.DataFactories.dll',
5959
'.\Microsoft.Data.OData.dll',
6060
'.\Microsoft.Data.Services.Client.dll',
6161
'.\Microsoft.DataTransfer.Gateway.Encryption.dll',
62-
'.\Microsoft.WindowsAzure.Storage.dll'
62+
'.\Microsoft.WindowsAzure.Storage.dll',
63+
'.\System.Spatial.dll'
6364

6465
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6566
# ScriptsToProcess = @()

src/ResourceManager/HDInsight/AzureRM.HDInsight.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.HDInsight.dll',
5959
'.\Microsoft.Data.Edm.dll',
6060
'.\Microsoft.Data.OData.dll',
6161
'.\Microsoft.Data.Services.Client.dll',
62-
'.\Microsoft.WindowsAzure.Storage.dll'
62+
'.\Microsoft.WindowsAzure.Storage.dll',
63+
'.\System.Spatial.dll'
6364

6465
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6566
# ScriptsToProcess = @()

src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.0.0'; }
5757
RequiredAssemblies = '.\Microsoft.Azure.ActiveDirectory.GraphClient.dll',
5858
'.\Microsoft.Azure.KeyVault.dll',
5959
'.\Microsoft.Azure.KeyVault.WebKey.dll',
60-
'.\Microsoft.Azure.Management.KeyVault.dll'
60+
'.\Microsoft.Azure.Management.KeyVault.dll',
61+
'.\Microsoft.Data.Edm.dll',
62+
'.\Microsoft.Data.OData.dll',
63+
'.\Microsoft.Data.Services.Client.dll',
64+
'.\System.Spatial.dll'
6165

6266
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6367
# ScriptsToProcess = @()

src/ResourceManager/RecoveryServices.Backup/AzureRM.RecoveryServices.Backup.psd1

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,15 @@ CLRVersion = '4.0'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.0.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\Microsoft.Azure.Commands.RecoveryServices.Backup.Models.dll',
58-
'.\Microsoft.Azure.Management.RecoveryServices.Backup.dll'
57+
RequiredAssemblies = '.\Microsoft.Azure.Commands.RecoveryServices.ARM.dll',
58+
'.\Microsoft.Azure.Commands.RecoveryServices.Backup.Models.dll',
59+
'.\Microsoft.Azure.Management.RecoveryServices.Backup.dll',
60+
'.\Microsoft.Azure.Commands.RecoveryServices.Backup.Helpers.dll',
61+
'.\Microsoft.Azure.Commands.RecoveryServices.Backup.Logger.dll',
62+
'.\Microsoft.Azure.Commands.RecoveryServices.Backup.Providers.dll',
63+
'.\Microsoft.Azure.Commands.RecoveryServices.Backup.ServiceClientAdapter.dll',
64+
'.\Microsoft.Azure.Management.RecoveryServices.dll',
65+
'.\Security.Cryptography.dll'
5966

6067
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6168
# ScriptsToProcess = @()

src/ResourceManager/RecoveryServices.SiteRecovery/AzureRM.RecoveryServices.SiteRecovery.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.0.0'; }
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll',
58+
'.\Microsoft.Azure.Commands.RecoveryServices.ARM.dll',
5859
'.\Microsoft.Azure.Management.RecoveryServices.dll',
59-
'.\Microsoft.Azure.Management.RecoveryServices.SiteRecovery.dll'
60+
'.\Microsoft.Azure.Management.RecoveryServices.SiteRecovery.dll',
61+
'.\Security.Cryptography.dll'
6062

6163
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6264
# ScriptsToProcess = @()

src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ CLRVersion = '4.0'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.0.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\Microsoft.Azure.Management.RecoveryServices.dll'
57+
RequiredAssemblies = '.\Microsoft.Azure.Management.RecoveryServices.dll',
58+
'.\Security.Cryptography.dll'
5859

5960
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6061
# ScriptsToProcess = @()

src/ResourceManager/RedisCache/AzureRM.RedisCache.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ RequiredAssemblies = '.\Microsoft.Azure.Insights.dll',
5959
'.\Microsoft.Data.Edm.dll',
6060
'.\Microsoft.Data.OData.dll',
6161
'.\Microsoft.Data.Services.Client.dll',
62-
'.\Microsoft.WindowsAzure.Storage.dll'
62+
'.\Microsoft.WindowsAzure.Storage.dll',
63+
'.\System.Spatial.dll'
6364

6465
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6566
# ScriptsToProcess = @()

src/ResourceManager/SiteRecovery/AzureRM.SiteRecovery.psd1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ CLRVersion = '4.0'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.0.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\Microsoft.Azure.Management.SiteRecovery.dll'
57+
RequiredAssemblies = '.\Microsoft.Azure.Commands.RecoveryServices.ARM.dll',
58+
'.\Microsoft.Azure.Management.RecoveryServices.dll',
59+
'.\Microsoft.Azure.Management.SiteRecovery.dll',
60+
'.\Security.Cryptography.dll'
5861

5962
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6063
# ScriptsToProcess = @()

src/ResourceManager/Sql/AzureRM.Sql.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.Sql.dll',
6060
'.\Microsoft.Data.Edm.dll',
6161
'.\Microsoft.Data.OData.dll',
6262
'.\Microsoft.Data.Services.Client.dll',
63-
'.\Microsoft.WindowsAzure.Storage.dll'
63+
'.\Microsoft.WindowsAzure.Storage.dll',
64+
'.\System.Spatial.dll'
6465

6566
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6667
# ScriptsToProcess = @()

src/ResourceManager/Storage/AzureRM.Storage.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.Storage.dll',
5959
'.\Microsoft.Data.Edm.dll',
6060
'.\Microsoft.Data.OData.dll',
6161
'.\Microsoft.Data.Services.Client.dll',
62-
'.\Microsoft.WindowsAzure.Storage.dll'
62+
'.\Microsoft.WindowsAzure.Storage.dll',
63+
'.\System.Spatial.dll'
6364

6465
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6566
# ScriptsToProcess = @()

src/ResourceManager/StreamAnalytics/AzureRM.StreamAnalytics.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.StreamAnalytics.dll',
5858
'.\Microsoft.Data.Edm.dll',
5959
'.\Microsoft.Data.OData.dll',
6060
'.\Microsoft.Data.Services.Client.dll',
61-
'.\Microsoft.WindowsAzure.Storage.dll'
61+
'.\Microsoft.WindowsAzure.Storage.dll',
62+
'.\System.Spatial.dll'
6263

6364
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6465
# ScriptsToProcess = @()

0 commit comments

Comments
 (0)