From bc01fa8f369c63e6b1f2d5ada5021d37b42449d6 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Wed, 1 Feb 2023 16:02:48 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"udpate"=E2=86=92"update"=20(#20810)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Typo "udpate"→"update" https://learn.microsoft.com/en-us/powershell/module/az.recoveryservices/update-azrecoveryservicesasrprotectioncontainermapping?view=azps-9.3.0 https://github.com/Azure/azure-powershell/blob/main/src/RecoveryServices/RecoveryServices/help/Update-AzRecoveryServicesAsrProtectionContainerMapping.md #PingMSFTDocs * Update UpdateAzureRmRecoveryServicesAsrProtectionContainerMapping.cs --------- Co-authored-by: Beisi Zhou --- ...ateAzureRmRecoveryServicesAsrProtectionContainerMapping.cs | 4 ++-- .../Update-AzRecoveryServicesAsrProtectionContainerMapping.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery/ProtectionContainerMapping/UpdateAzureRmRecoveryServicesAsrProtectionContainerMapping.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery/ProtectionContainerMapping/UpdateAzureRmRecoveryServicesAsrProtectionContainerMapping.cs index 1955ee20b52e..7a62e662bf89 100644 --- a/src/RecoveryServices/RecoveryServices.SiteRecovery/ProtectionContainerMapping/UpdateAzureRmRecoveryServicesAsrProtectionContainerMapping.cs +++ b/src/RecoveryServices/RecoveryServices.SiteRecovery/ProtectionContainerMapping/UpdateAzureRmRecoveryServicesAsrProtectionContainerMapping.cs @@ -74,7 +74,7 @@ public class UpdateAzureRmRecoveryServicesAsrProtectionContainerMapping : SiteRe [Parameter( ParameterSetName = AzureToAzureEnableAutoUpdate, Mandatory = true, - HelpMessage = "Specifies the automation accountId used for auto udpate.")] + HelpMessage = "Specifies the automation accountId used for auto update.")] public string AutomationAccountId { get; set; } #endregion Parameters @@ -138,4 +138,4 @@ public override void ExecuteSiteRecoveryCmdlet() } } } -} \ No newline at end of file +} diff --git a/src/RecoveryServices/RecoveryServices/help/Update-AzRecoveryServicesAsrProtectionContainerMapping.md b/src/RecoveryServices/RecoveryServices/help/Update-AzRecoveryServicesAsrProtectionContainerMapping.md index 81543eb2463e..7094a5910060 100644 --- a/src/RecoveryServices/RecoveryServices/help/Update-AzRecoveryServicesAsrProtectionContainerMapping.md +++ b/src/RecoveryServices/RecoveryServices/help/Update-AzRecoveryServicesAsrProtectionContainerMapping.md @@ -48,7 +48,7 @@ Start the operation to disable enable auto update for container. ## PARAMETERS ### -AutomationAccountId -Specifies the automation accountId used for auto udpate. +Specifies the automation accountId used for auto update. ```yaml Type: System.String