Skip to content

Commit 2405d43

Browse files
Updated TLAD warning message for Azure Site Recovery (#22812)
* Updated TLAD warning message for Azure Site Recovery * Removing unwanted changes * Addressed review comments
1 parent 0b90fc9 commit 2405d43

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/RecoveryServices/RecoveryServices.SiteRecovery/ReplicationProtectedItem/NewAzureRmRecoveryServicesAsrReplicationProtectedItem.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -943,10 +943,11 @@ private void EnterpriseAndHyperVToAzure(EnableProtectionInput input)
943943
/// </summary>
944944
private void AzureToAzureReplication(EnableProtectionInput input)
945945
{
946-
Logger.Instance.WriteWarning("Ignite (November) 2023 onwards Virtual Machine deployments using PS and CLI will " +
947-
"default to Trusted Launch configuration. You need to ensure Policy Name used with this command is of type " +
948-
"Enhanced Policy for Trusted Launch VMs. Non-Trusted Launch Virtual Machines will not be impacted by this change. " +
949-
"To know more about default change and Trusted Launch, please visit https://aka.ms/TLaD.");
946+
Logger.Instance.WriteWarning("Ignite (November) 2023 onwards Virtual Machine deployments using PS and CLI will default " +
947+
"to security type Trusted Launch. Azure Site Recovery currently does not support Trusted Launch VMs, hence, " +
948+
"to keep using Azure Site Recovery please create Virtual Machine with security type Standard. Non-Trusted Launch " +
949+
"Virtual Machines will not be impacted by this change. To know more about default change and Trusted Launch, " +
950+
"please visit https://aka.ms/TLaD.");
950951

951952
var providerSettings = new A2AEnableProtectionInput()
952953
{

src/RecoveryServices/RecoveryServices/ChangeLog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
-->
2020
## Upcoming Release
2121
* Added support for custom RG with suffix while creating or modifying policy for workload type AzureVM.
22-
* Added TLaD warning https://aka.ms/TLaD.
23-
* Added TLaD warning https://aka.ms/TLaD for Azure Site Recovery.
22+
* Added TLaD warning https://aka.ms/TLaD for Azure Site Recovery and Backup.
2423

2524
## Version 6.5.1
2625
* Added StorageAccountName property to AzureFileShare job.

0 commit comments

Comments
 (0)