diff --git a/ChangeLog.md b/ChangeLog.md index 5ee19d3db2e1..9a3ad7d2bf72 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -189,6 +189,7 @@ - When '-EdgeZone' is specified, availability zones are not supported for Azure Firewall resources #### Az.RecoveryServices 7.11.2 +* Removed unused System.Configuration.ConfigurationManager dependency from the Az.RecoveryServices module package. * Added Cross region restore support for upcoming regions Southeast Asia 3 #### Az.RedisEnterpriseCache 1.6.1 diff --git a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/RecoveryServices.Backup.ServiceClientAdapter.csproj b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/RecoveryServices.Backup.ServiceClientAdapter.csproj index 1255153c80fa..daf7002eb0e4 100644 --- a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/RecoveryServices.Backup.ServiceClientAdapter.csproj +++ b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/RecoveryServices.Backup.ServiceClientAdapter.csproj @@ -11,10 +11,6 @@ $(LegacyAssemblyPrefix)$(PsModuleName).Backup.ServiceClientAdapter - - - - diff --git a/src/RecoveryServices/RecoveryServices.Backup/ParamHelpMsgs.cs b/src/RecoveryServices/RecoveryServices.Backup/ParamHelpMsgs.cs index b21d12ddb8a6..2e1f966fcfbd 100644 --- a/src/RecoveryServices/RecoveryServices.Backup/ParamHelpMsgs.cs +++ b/src/RecoveryServices/RecoveryServices.Backup/ParamHelpMsgs.cs @@ -13,7 +13,6 @@ // ---------------------------------------------------------------------------------- using System; -using System.Configuration.Internal; using System.Runtime.CompilerServices; namespace Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets @@ -251,4 +250,4 @@ internal static class ResourceGuard public const string ResourceGuardId = "ResourceGuardId of the ResourceGuard to be mapped with RecoveryServicesVault"; } } -} \ No newline at end of file +} diff --git a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 index 1d9271959d9e..475cf748db73 100644 --- a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 +++ b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 @@ -66,9 +66,8 @@ RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll', 'Microsoft.Azure.PowerShell.RecoveryServices.Backup.CrossRegionRestore.Management.Sdk.dll', 'Microsoft.Azure.PowerShell.RecoveryServices.Backup.Management.Sdk.dll', 'Microsoft.Azure.PowerShell.RecoveryServices.Management.Sdk.dll', - 'Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk.dll', + 'Microsoft.Azure.PowerShell.RecoveryServices.SiteRecovery.Management.Sdk.dll', 'Microsoft.Azure.PowerShell.RecoveryServices.Helper.dll', - 'System.Configuration.ConfigurationManager.dll', 'TimeZoneConverter.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. diff --git a/src/RecoveryServices/RecoveryServices/ChangeLog.md b/src/RecoveryServices/RecoveryServices/ChangeLog.md index d25a7bb24cc3..32c47e645c4f 100644 --- a/src/RecoveryServices/RecoveryServices/ChangeLog.md +++ b/src/RecoveryServices/RecoveryServices/ChangeLog.md @@ -19,6 +19,7 @@ --> ## Upcoming Release +* Removed unused System.Configuration.ConfigurationManager dependency from the Az.RecoveryServices module package. ## Version 7.11.2 * Added Cross region restore support for upcoming regions Southeast Asia 3