Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ChangeLog.md
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ChangeLog.md is generated by accumulating entries from other change log files in each module and should not be updated in normal pull requests.

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
<RootNamespace>$(LegacyAssemblyPrefix)$(PsModuleName).Backup.ServiceClientAdapter</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\RecoveryServices.Management.Sdk\RecoveryServices.Management.Sdk.csproj" />
<ProjectReference Include="..\RecoveryServices.Backup.Management.Sdk\RecoveryServices.Backup.Management.Sdk.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// ----------------------------------------------------------------------------------

using System;
using System.Configuration.Internal;
using System.Runtime.CompilerServices;

namespace Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets
Expand Down Expand Up @@ -251,4 +250,4 @@ internal static class ResourceGuard
public const string ResourceGuardId = "ResourceGuardId of the ResourceGuard to be mapped with RecoveryServicesVault";
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions src/RecoveryServices/RecoveryServices/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down