Skip to content

Commit 76a6037

Browse files
akshayneemaAkshay Neema
andauthored
[Az.RecoveryServices.Backup] Removed AFEC feature check for Archive smart tiering (#19462)
* removed afec check for archive * updated changelog.md file * issue in changelog.md file Co-authored-by: Akshay Neema <[email protected]>
1 parent f220145 commit 76a6037

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/RecoveryServices/RecoveryServices.Backup/Cmdlets/ProtectionPolicy/NewAzureRmRecoveryServicesBackupProtectionPolicy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public override void ExecuteCmdlet()
138138
}
139139

140140
// check if smart tiering feature is enabled on this subscription
141-
bool isSmartTieringEnabled = ServiceClientAdapter.IsArchiveFeatureSupported();
141+
bool isSmartTieringEnabled = true;
142142

143143
TieringPolicy tieringDetails = null;
144144
if (MoveToArchiveTier != null)

src/RecoveryServices/RecoveryServices.Backup/Cmdlets/ProtectionPolicy/SetAzureRmRecoveryServicesBackupProtectionPolicy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public override void ExecuteCmdlet()
136136

137137

138138
// check if smart tiering feature is enabled on this subscription
139-
bool isSmartTieringEnabled = ServiceClientAdapter.IsArchiveFeatureSupported();
139+
bool isSmartTieringEnabled = true;
140140

141141
TieringPolicy tieringDetails = null;
142142
if (MoveToArchiveTier != null)

src/RecoveryServices/RecoveryServices/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Removed AFEC feature check for Archive smart tiering
2122

2223
## Version 5.6.0
2324
* Added support for Archive smart tiering for AzureVM and MSSQL workloads.

0 commit comments

Comments
 (0)