@@ -55,53 +55,8 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.3.0'; })
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
57
RequiredAssemblies = ' .\Microsoft.Azure.Management.StorageSync.dll' ,
58
- ' .\Microsoft.Win32.Registry.dll' ,
59
58
' .\System.Management.dll' ,
60
- ' .\System.CodeDom.dll' ,
61
- ' .\Microsoft.ApplicationInsights.dll' ,
62
- ' .\Microsoft.Azure.PowerShell.Clients.Aks.dll' ,
63
- ' .\Microsoft.Azure.PowerShell.Clients.Compute.dll' ,
64
- ' .\Microsoft.Azure.PowerShell.Clients.KeyVault.dll' ,
65
- ' .\Microsoft.Azure.PowerShell.Clients.Network.dll' ,
66
- ' .\Microsoft.Azure.PowerShell.Clients.Storage.Management.dll' ,
67
- ' .\Microsoft.Azure.PowerShell.Clients.Websites.dll' ,
68
- ' .\Microsoft.Azure.PowerShell.Storage.dll' ,
69
- ' .\Microsoft.Azure.PowerShell.Strategies.dll' ,
70
- ' .\Microsoft.CSharp.dll' ,
71
- ' .\Newtonsoft.Json.dll' ,
72
- ' .\System.Buffers.dll' ,
73
- ' .\System.Collections.Concurrent.dll' ,
74
- ' .\System.Collections.Immutable.dll' ,
75
- ' .\System.Collections.Specialized.dll' ,
76
- ' .\System.ComponentModel.dll' ,
77
- ' .\System.ComponentModel.Primitives.dll' ,
78
- ' .\System.ComponentModel.TypeConverter.dll' ,
79
- ' .\System.Diagnostics.DiagnosticSource.dll' ,
80
- ' .\System.Diagnostics.StackTrace.dll' ,
81
- ' .\System.Dynamic.Runtime.dll' ,
82
- ' .\System.IO.FileSystem.Primitives.dll' ,
83
- ' .\System.Linq.dll' ,
84
- ' .\System.Linq.Expressions.dll' ,
85
- ' .\System.Management.Automation.dll' ,
86
- ' .\System.Numerics.Vectors.dll' ,
87
- ' .\System.ObjectModel.dll' ,
88
- ' .\System.Reflection.Emit.dll' ,
89
- ' .\System.Reflection.Emit.ILGeneration.dll' ,
90
- ' .\System.Reflection.Emit.Lightweight.dll' ,
91
- ' .\System.Reflection.Metadata.dll' ,
92
- ' .\System.Reflection.TypeExtensions.dll' ,
93
- ' .\System.Runtime.CompilerServices.Unsafe.dll' ,
94
- ' .\System.Runtime.Numerics.dll' ,
95
- ' .\System.Runtime.Serialization.Formatters.dll' ,
96
- ' .\System.Runtime.Serialization.Primitives.dll' ,
97
- ' .\System.Security.Cryptography.OpenSsl.dll' ,
98
- ' .\System.Security.Cryptography.Primitives.dll' ,
99
- ' .\System.Security.Principal.Windows.dll' ,
100
- ' .\System.Text.RegularExpressions.dll' ,
101
- ' .\System.Threading.Tasks.Extensions.dll' ,
102
- ' .\System.Xml.ReaderWriter.dll' ,
103
- ' .\System.Xml.XmlDocument.dll' ,
104
- ' .\System.Xml.XmlSerializer.dll'
59
+ ' .\System.CodeDom.dll'
105
60
106
61
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
107
62
# ScriptsToProcess = @()
0 commit comments