Skip to content

Commit bc01fa8

Browse files
1 parent 9de7b56 commit bc01fa8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/RecoveryServices/RecoveryServices.SiteRecovery/ProtectionContainerMapping/UpdateAzureRmRecoveryServicesAsrProtectionContainerMapping.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class UpdateAzureRmRecoveryServicesAsrProtectionContainerMapping : SiteRe
7474
[Parameter(
7575
ParameterSetName = AzureToAzureEnableAutoUpdate,
7676
Mandatory = true,
77-
HelpMessage = "Specifies the automation accountId used for auto udpate.")]
77+
HelpMessage = "Specifies the automation accountId used for auto update.")]
7878
public string AutomationAccountId { get; set; }
7979

8080
#endregion Parameters
@@ -138,4 +138,4 @@ public override void ExecuteSiteRecoveryCmdlet()
138138
}
139139
}
140140
}
141-
}
141+
}

src/RecoveryServices/RecoveryServices/help/Update-AzRecoveryServicesAsrProtectionContainerMapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Start the operation to disable enable auto update for container.
4848
## PARAMETERS
4949

5050
### -AutomationAccountId
51-
Specifies the automation accountId used for auto udpate.
51+
Specifies the automation accountId used for auto update.
5252

5353
```yaml
5454
Type: System.String

0 commit comments

Comments
 (0)