Skip to content

Spelling Fixes #27961

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Aks/Aks.Test/ScenarioTests/NodePoolTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function Test-NodePoolMode
{
New-AzResourceGroup -Name $resourceGroupName -Location $location

# creat default pool, mode=system
# create default pool, mode=system
New-AzAksCluster -ResourceGroupName $resourceGroupName -Name $kubeClusterName -NodeVmSize $nodeVmSize -NodeCount 1

$cluster = Get-AzAksCluster -ResourceGroupName $resourceGroupName -Name $kubeClusterName
Expand Down
2 changes: 1 addition & 1 deletion src/Aks/Aks/Commands/CreateOrUpdateKubeBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public abstract class CreateOrUpdateKubeBase : KubeCmdletBase
public ManagedClusterAADProfile AadProfile { get; set; }

[Parameter(Mandatory = false, HelpMessage = "The administrator password to use for Windows VMs. Password requirement:"
+ "At least one lower case, one upper case, one special character !@#$%^&*(), the minimum lenth is 12.")]
+ "At least one lower case, one upper case, one special character !@#$%^&*(), the minimum length is 12.")]
[ValidateSecureString(RegularExpression = "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$", ParameterName = nameof(WindowsProfileAdminUserPassword))]
public SecureString WindowsProfileAdminUserPassword { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion src/Aks/Aks/Commands/NewAzureRmAks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public class NewAzureRmAks : CreateOrUpdateKubeBase
[Parameter(Mandatory = false, HelpMessage = "The ID of the subnet which pods will join when launched.")]
public string NodePodSubnetID { get; set; }

[Parameter(Mandatory = false, HelpMessage = "Whether to enalbe OIDC issuer feature.")]
[Parameter(Mandatory = false, HelpMessage = "Whether to enable OIDC issuer feature.")]
public SwitchParameter EnableOidcIssuer { get; set; }

private AcsServicePrincipal acsServicePrincipal;
Expand Down
2 changes: 1 addition & 1 deletion src/Aks/Aks/Commands/SetAzureRmAks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class SetAzureRmAks : CreateOrUpdateKubeBase
[Parameter(Mandatory = false, HelpMessage = "Whether to use use Uptime SLA.")]
public SwitchParameter EnableUptimeSLA { get; set; }

[Parameter(Mandatory = false, HelpMessage = "Whether to enalbe OIDC issuer feature.")]
[Parameter(Mandatory = false, HelpMessage = "Whether to enable OIDC issuer feature.")]
public SwitchParameter EnableOidcIssuer { get; set; }

private ManagedCluster BuildNewCluster()
Expand Down
2 changes: 1 addition & 1 deletion src/Aks/Aks/Models/PSContainerServiceAgentPoolProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ public class PSContainerServiceAgentPoolProfile
public string DnsPrefix { get; set; }

/// <summary>
/// Gets FDQN for the agent pool.
/// Gets FQDN for the agent pool.
/// </summary>
public string Fqdn { get; private set; }

Expand Down
2 changes: 1 addition & 1 deletion src/Aks/Aks/Models/PSKubernetesCluster.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class PSKubernetesCluster : PSResource
/// provisioning state, which only appears in the response.</param>
/// <param name="dnsPrefix">DNS prefix specified when creating the
/// managed cluster.</param>
/// <param name="fqdn">FDQN for the master pool.</param>
/// <param name="fqdn">FQDN for the master pool.</param>
/// <param name="kubernetesVersion">Version of Kubernetes specified
/// when creating the managed cluster.</param>
/// <param name="agentPoolProfiles">Properties of the agent
Expand Down
10 changes: 5 additions & 5 deletions src/Aks/Aks/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/Aks/Aks/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
<value>Creating a new cluster Node pool.</value>
</data>
<data name="DoYouWantToCreateClusterAgentPool" xml:space="preserve">
<value>Do you want to craete a new Node pool?</value>
<value>Do you want to create a new Node pool?</value>
</data>
<data name="DoYouWantToDeleteTheAgentPool" xml:space="preserve">
<value>Do you want to delete the Node pool?</value>
Expand Down Expand Up @@ -355,13 +355,13 @@
<value>The node pool already exists. Please use Update-AzAksNodePool for update.</value>
</data>
<data name="AksNodePoolAutoScalingParametersMustAppearTogether" xml:space="preserve">
<value>The following three paramters must appear together if one of them appears: NodeMinCount, NodeMaxCount and EnableNodeAutoScaling.</value>
<value>The following three parameters must appear together if one of them appears: NodeMinCount, NodeMaxCount and EnableNodeAutoScaling.</value>
</data>
<data name="K8sVersionNotSupported" xml:space="preserve">
<value>The specified KubernetesVersion is not supported in this region. Please run 'Get-AzAksVersion' to get supported version.</value>
</data>
<data name="NodePoolAutoScalingParametersMustAppearTogether" xml:space="preserve">
<value>The following three paramters must appear together if one of them appears: MinCount, MaxCount and EnableAutoScaling.</value>
<value>The following three parameters must appear together if one of them appears: MinCount, MaxCount and EnableAutoScaling.</value>
</data>
<data name="VmSetTypeIsIncorrectForWindowsPool" xml:space="preserve">
<value>You must set VmSetType as 'VirtualMachineScaleSets' for Windows node pool.</value>
Expand Down Expand Up @@ -421,7 +421,7 @@
<value>Acr role assignment {0} is already exist.</value>
</data>
<data name="ResetingTheCredentialOfAksCluster" xml:space="preserve">
<value>Reseting the credential of the aks cluster.</value>
<value>Resetting the credential of the aks cluster.</value>
</data>
<data name="ResetTheCredentialOfAksCluster" xml:space="preserve">
<value>Do you want to reset the credential of the aks cluster?</value>
Expand All @@ -445,7 +445,7 @@
<value>Conflicting flags. Upgrading the Kubernetes version will also upgrade node image version. If you only want to upgrade the node version please use the "-NodeImageOnly" option only.</value>
</data>
<data name="NeedSameParentFolder" xml:space="preserve">
<value>Cannot attach folder with anothe file or folder at the same time. Please put them in a same parent folder.</value>
<value>Cannot attach folder with another file or folder at the same time. Please put them in a same parent folder.</value>
</data>
<data name="DoYouWantToExecuteCommandOnCluster" xml:space="preserve">
<value>Do you want to execute the command on cluster {0}?</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,11 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet,
HelpMessage = "Start Date Time. Format 2022-09-21 06:00:00\n +" +
"Should be mentioned in case of Reccurent Schedule - Once, Daily, Weekly or Monthly.")]
"Should be mentioned in case of Recurrent Schedule - Once, Daily, Weekly or Monthly.")]
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet,
HelpMessage = "Start Date Time. Format 2022-09-21 06:00:00\n +" +
"Should be mentioned in case of Reccurent Schedule - Once, Daily, Weekly or Monthly.")]
"Should be mentioned in case of Recurrent Schedule - Once, Daily, Weekly or Monthly.")]
public string ScheduleStartDateTime { get; set; }

/// <summary>
Expand All @@ -291,11 +291,11 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet,
HelpMessage = "End Date Time. Format 2022-09-21 06:00:00\n +" +
"Should be mentioned in case of Reccurent Schedule - Once, Daily, Weekly or Monthly.")]
"Should be mentioned in case of Recurrent Schedule - Once, Daily, Weekly or Monthly.")]
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet,
HelpMessage = "End Date Time. Format 2022-09-21 06:00:00\n +" +
"Should be mentioned in case of Reccurent Schedule - Once, Daily, Weekly or Monthly.")]
"Should be mentioned in case of Recurrent Schedule - Once, Daily, Weekly or Monthly.")]
public string ScheduleEndDateTime { get; set; }

/// <summary>
Expand All @@ -310,7 +310,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
public string ScheduleTimeZone { get; set; }

/// <summary>
/// Alert Processing rule simplified format : Schedule Reccurence Type
/// Alert Processing rule simplified format : Schedule Recurrence Type
/// </summary>
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet,
Expand All @@ -322,7 +322,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
public string ScheduleReccurenceType { get; set; }

/// <summary>
/// Alert Processing rule simplified format : Schedule Reccurence Type
/// Alert Processing rule simplified format : Schedule Recurrence Type
/// </summary>
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet,
Expand All @@ -334,7 +334,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
public string ScheduleReccurence2Type { get; set; }

/// <summary>
/// Alert Processing rule simplified format : Reccurence Days Of Week
/// Alert Processing rule simplified format : Recurrence Days Of Week
/// </summary>
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet,
Expand All @@ -345,7 +345,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
public string ScheduleReccurenceDaysOfWeek { get; set; }

/// <summary>
/// Alert Processing rule simplified format : second reccurence Days Of Week
/// Alert Processing rule simplified format : second recurrence Days Of Week
/// </summary>
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet,
Expand All @@ -356,7 +356,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
public string ScheduleReccurence2DaysOfWeek { get; set; }

/// <summary>
/// Alert Processing rule simplified format : Reccurence Days Of Month
/// Alert Processing rule simplified format : Recurrence Days Of Month
/// </summary>
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet,
Expand All @@ -367,7 +367,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
public string ScheduleReccurenceDaysOfMonth { get; set; }

/// <summary>
/// Alert Processing rule simplified format : Second reccurence Days Of Month
/// Alert Processing rule simplified format : Second recurrence Days Of Month
/// </summary>
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet,
Expand All @@ -378,55 +378,55 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
public string ScheduleReccurence2DaysOfMonth { get; set; }

/// <summary>
/// Alert Processing rule simplified format : Reccurence Start Time
/// Alert Processing rule simplified format : Recurrence Start Time
/// </summary>
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet,
HelpMessage = "Reccurence Start Time. Format 06:00:00\n +" +
"Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.")]
HelpMessage = "Recurrence Start Time. Format 06:00:00\n +" +
"Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.")]
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet,
HelpMessage = "Reccurence Start Time. Format 06:00:00\n +" +
"Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.")]
HelpMessage = "Recurrence Start Time. Format 06:00:00\n +" +
"Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.")]
public string ScheduleReccurenceStartTime { get; set; }

/// <summary>
/// Alert Processing rule simplified format : second reccurence Start Time
/// Alert Processing rule simplified format : second recurrence Start Time
/// </summary>
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet,
HelpMessage = "Reccurence Start Time. Format 06:00:00\n +" +
"Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.")]
HelpMessage = "Recurrence Start Time. Format 06:00:00\n +" +
"Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.")]
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet,
HelpMessage = "Reccurence Start Time. Format 06:00:00\n +" +
"Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.")]
HelpMessage = "Recurrence Start Time. Format 06:00:00\n +" +
"Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.")]
public string ScheduleReccurence2StartTime { get; set; }

/// <summary>
/// Alert Processing rule simplified format : Reccurence End Time
/// Alert Processing rule simplified format : Recurrence End Time
/// </summary>
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet,
HelpMessage = "Reccurence End Time. Format 06:00:00\n +" +
"Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.")]
HelpMessage = "Recurrence End Time. Format 06:00:00\n +" +
"Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.")]
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet,
HelpMessage = "Reccurence End Time. Format 06:00:00\n +" +
"Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.")]
HelpMessage = "Recurrence End Time. Format 06:00:00\n +" +
"Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.")]
public string ScheduleReccurenceEndTime { get; set; }

/// <summary>
/// Alert Processing rule simplified format : Second reccurence End Time
/// Alert Processing rule simplified format : Second recurrence End Time
/// </summary>
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet,
HelpMessage = "Reccurence End Time. Format 06:00:00\n +" +
"Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.")]
HelpMessage = "Recurrence End Time. Format 06:00:00\n +" +
"Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.")]
[Parameter(Mandatory = false,
ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet,
HelpMessage = "Reccurence End Time. Format 06:00:00\n +" +
"Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.")]
HelpMessage = "Recurrence End Time. Format 06:00:00\n +" +
"Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.")]
public string ScheduleReccurence2EndTime { get; set; }

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ public class MeasureAzureAlertStatistic : AlertsManagementBaseCmdlet
/// </summary>
[Parameter(Mandatory = false,
ParameterSetName = SummaryTargetResourceIdFilterParameterSet,
HelpMessage = "Filter on Moniter Service")]
HelpMessage = "Filter on Monitor Service")]
[Parameter(Mandatory = false,
ParameterSetName = SummaryFilterParameterSet,
HelpMessage = "Filter on Moniter Service")]
HelpMessage = "Filter on Monitor Service")]
[PSArgumentCompleter("Application Insights", "ActivityLog Administrative", "ActivityLog Security",
"ActivityLog Recommendation", "ActivityLog Policy", "ActivityLog Autoscale",
"Log Analytics", "Nagios", "Platform", "SCOM", "ServiceHealth", "SmartDetector",
Expand Down
2 changes: 1 addition & 1 deletion src/AlertsManagement/AlertsManagement/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* Added cmdlets for Prometheus rule group

## Version 0.5.0
* Added parameter `comment` for `Update-AzAlerteState`
* Added parameter `comment` for `Update-AzAlertState`

## Version 0.4.1
* Added support for 24-hour clock in `Set-AzAlertProcessingRule` [#17762]
Expand Down
Loading