Skip to content

Commit cd11930

Browse files
Updated TVM warning message for Azure Site Recovery (#22806)
1 parent 6d3dd73 commit cd11930

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +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.");
950+
946951
var providerSettings = new A2AEnableProtectionInput()
947952
{
948953
FabricObjectId = this.AzureVmId,

src/RecoveryServices/RecoveryServices/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
## Upcoming Release
2121
* Added support for custom RG with suffix while creating or modifying policy for workload type AzureVM.
2222
* Added TLaD warning https://aka.ms/TLaD.
23+
* Added TLaD warning https://aka.ms/TLaD for Azure Site Recovery.
2324

2425
## Version 6.5.1
2526
* Added StorageAccountName property to AzureFileShare job.

0 commit comments

Comments
 (0)