Skip to content

Commit

Permalink
Typo "udpate"→"update" (Azure#20810)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoshioka0128 and BethanyZhou authored Feb 1, 2023
1 parent 9de7b56 commit bc01fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -138,4 +138,4 @@ public override void ExecuteSiteRecoveryCmdlet()
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc01fa8

Please sign in to comment.