diff --git a/src/Aks/Aks.Test/ScenarioTests/NodePoolTests.ps1 b/src/Aks/Aks.Test/ScenarioTests/NodePoolTests.ps1 index 44c69098985d..2931b2ff3071 100644 --- a/src/Aks/Aks.Test/ScenarioTests/NodePoolTests.ps1 +++ b/src/Aks/Aks.Test/ScenarioTests/NodePoolTests.ps1 @@ -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 diff --git a/src/Aks/Aks/Commands/CreateOrUpdateKubeBase.cs b/src/Aks/Aks/Commands/CreateOrUpdateKubeBase.cs index a4e4f383bad5..2c9719303b4b 100644 --- a/src/Aks/Aks/Commands/CreateOrUpdateKubeBase.cs +++ b/src/Aks/Aks/Commands/CreateOrUpdateKubeBase.cs @@ -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; } diff --git a/src/Aks/Aks/Commands/NewAzureRmAks.cs b/src/Aks/Aks/Commands/NewAzureRmAks.cs index 0da41c5e87d0..204657e8119d 100644 --- a/src/Aks/Aks/Commands/NewAzureRmAks.cs +++ b/src/Aks/Aks/Commands/NewAzureRmAks.cs @@ -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; diff --git a/src/Aks/Aks/Commands/SetAzureRmAks.cs b/src/Aks/Aks/Commands/SetAzureRmAks.cs index 0c86d5806422..c322ca2e8f7d 100644 --- a/src/Aks/Aks/Commands/SetAzureRmAks.cs +++ b/src/Aks/Aks/Commands/SetAzureRmAks.cs @@ -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() diff --git a/src/Aks/Aks/Models/PSContainerServiceAgentPoolProfile.cs b/src/Aks/Aks/Models/PSContainerServiceAgentPoolProfile.cs index 10fb92e049b7..3c133afc1ef6 100644 --- a/src/Aks/Aks/Models/PSContainerServiceAgentPoolProfile.cs +++ b/src/Aks/Aks/Models/PSContainerServiceAgentPoolProfile.cs @@ -374,7 +374,7 @@ public class PSContainerServiceAgentPoolProfile public string DnsPrefix { get; set; } /// - /// Gets FDQN for the agent pool. + /// Gets FQDN for the agent pool. /// public string Fqdn { get; private set; } diff --git a/src/Aks/Aks/Models/PSKubernetesCluster.cs b/src/Aks/Aks/Models/PSKubernetesCluster.cs index f0b57c7d8390..64fad151eb3b 100644 --- a/src/Aks/Aks/Models/PSKubernetesCluster.cs +++ b/src/Aks/Aks/Models/PSKubernetesCluster.cs @@ -37,7 +37,7 @@ public class PSKubernetesCluster : PSResource /// provisioning state, which only appears in the response. /// DNS prefix specified when creating the /// managed cluster. - /// FDQN for the master pool. + /// FQDN for the master pool. /// Version of Kubernetes specified /// when creating the managed cluster. /// Properties of the agent diff --git a/src/Aks/Aks/Properties/Resources.Designer.cs b/src/Aks/Aks/Properties/Resources.Designer.cs index cfe19cc6b7dd..42c2d5e4adf0 100644 --- a/src/Aks/Aks/Properties/Resources.Designer.cs +++ b/src/Aks/Aks/Properties/Resources.Designer.cs @@ -169,7 +169,7 @@ internal static string AgentPoolIsNew { } /// - /// Looks up a localized string similar to The following three paramters must appear together if one of them appears: NodeMinCount, NodeMaxCount and EnableNodeAutoScaling.. + /// Looks up a localized string similar to The following three parameters must appear together if one of them appears: NodeMinCount, NodeMaxCount and EnableNodeAutoScaling.. /// internal static string AksNodePoolAutoScalingParametersMustAppearTogether { get { @@ -403,7 +403,7 @@ internal static string DoYouWantToCreateANewManagedKubernetesCluster { } /// - /// Looks up a localized string similar to Do you want to craete a new Node pool?. + /// Looks up a localized string similar to Do you want to create a new Node pool?. /// internal static string DoYouWantToCreateClusterAgentPool { get { @@ -574,7 +574,7 @@ internal static string NeedEnableManagedIdentity { } /// - /// Looks up a localized string similar to Cannot attach folder with anothe file or folder at the same time. Please put them in a same parent folder.. + /// Looks up a localized string similar to Cannot attach folder with another file or folder at the same time. Please put them in a same parent folder.. /// internal static string NeedSameParentFolder { get { @@ -601,7 +601,7 @@ internal static string NoConfigFileLocatedAtCreatingKubeConfig { } /// - /// Looks up a localized string similar to The following three paramters must appear together if one of them appears: MinCount, MaxCount and EnableAutoScaling.. + /// Looks up a localized string similar to The following three parameters must appear together if one of them appears: MinCount, MaxCount and EnableAutoScaling.. /// internal static string NodePoolAutoScalingParametersMustAppearTogether { get { @@ -718,7 +718,7 @@ internal static string RemovingTheManagedKubernetesCluster { } /// - /// Looks up a localized string similar to Reseting the credential of the aks cluster.. + /// Looks up a localized string similar to Resetting the credential of the aks cluster.. /// internal static string ResetingTheCredentialOfAksCluster { get { diff --git a/src/Aks/Aks/Properties/Resources.resx b/src/Aks/Aks/Properties/Resources.resx index 40ce0c2e8287..da6e4346e6a1 100644 --- a/src/Aks/Aks/Properties/Resources.resx +++ b/src/Aks/Aks/Properties/Resources.resx @@ -310,7 +310,7 @@ Creating a new cluster Node pool. - Do you want to craete a new Node pool? + Do you want to create a new Node pool? Do you want to delete the Node pool? @@ -355,13 +355,13 @@ The node pool already exists. Please use Update-AzAksNodePool for update. - The following three paramters must appear together if one of them appears: NodeMinCount, NodeMaxCount and EnableNodeAutoScaling. + The following three parameters must appear together if one of them appears: NodeMinCount, NodeMaxCount and EnableNodeAutoScaling. The specified KubernetesVersion is not supported in this region. Please run 'Get-AzAksVersion' to get supported version. - The following three paramters must appear together if one of them appears: MinCount, MaxCount and EnableAutoScaling. + The following three parameters must appear together if one of them appears: MinCount, MaxCount and EnableAutoScaling. You must set VmSetType as 'VirtualMachineScaleSets' for Windows node pool. @@ -421,7 +421,7 @@ Acr role assignment {0} is already exist. - Reseting the credential of the aks cluster. + Resetting the credential of the aks cluster. Do you want to reset the credential of the aks cluster? @@ -445,7 +445,7 @@ 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. - Cannot attach folder with anothe file or folder at the same time. Please put them in a same parent folder. + Cannot attach folder with another file or folder at the same time. Please put them in a same parent folder. Do you want to execute the command on cluster {0}? diff --git a/src/AlertsManagement/AlertsManagement/ActionRuleCommands/SetAzureAlertProcessingRule.cs b/src/AlertsManagement/AlertsManagement/ActionRuleCommands/SetAzureAlertProcessingRule.cs index b5c357a978ae..da7ba1884e5b 100644 --- a/src/AlertsManagement/AlertsManagement/ActionRuleCommands/SetAzureAlertProcessingRule.cs +++ b/src/AlertsManagement/AlertsManagement/ActionRuleCommands/SetAzureAlertProcessingRule.cs @@ -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; } /// @@ -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; } /// @@ -310,7 +310,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet public string ScheduleTimeZone { get; set; } /// - /// Alert Processing rule simplified format : Schedule Reccurence Type + /// Alert Processing rule simplified format : Schedule Recurrence Type /// [Parameter(Mandatory = false, ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet, @@ -322,7 +322,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet public string ScheduleReccurenceType { get; set; } /// - /// Alert Processing rule simplified format : Schedule Reccurence Type + /// Alert Processing rule simplified format : Schedule Recurrence Type /// [Parameter(Mandatory = false, ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet, @@ -334,7 +334,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet public string ScheduleReccurence2Type { get; set; } /// - /// Alert Processing rule simplified format : Reccurence Days Of Week + /// Alert Processing rule simplified format : Recurrence Days Of Week /// [Parameter(Mandatory = false, ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet, @@ -345,7 +345,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet public string ScheduleReccurenceDaysOfWeek { get; set; } /// - /// Alert Processing rule simplified format : second reccurence Days Of Week + /// Alert Processing rule simplified format : second recurrence Days Of Week /// [Parameter(Mandatory = false, ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet, @@ -356,7 +356,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet public string ScheduleReccurence2DaysOfWeek { get; set; } /// - /// Alert Processing rule simplified format : Reccurence Days Of Month + /// Alert Processing rule simplified format : Recurrence Days Of Month /// [Parameter(Mandatory = false, ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet, @@ -367,7 +367,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet public string ScheduleReccurenceDaysOfMonth { get; set; } /// - /// Alert Processing rule simplified format : Second reccurence Days Of Month + /// Alert Processing rule simplified format : Second recurrence Days Of Month /// [Parameter(Mandatory = false, ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet, @@ -378,55 +378,55 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet public string ScheduleReccurence2DaysOfMonth { get; set; } /// - /// Alert Processing rule simplified format : Reccurence Start Time + /// Alert Processing rule simplified format : Recurrence Start Time /// [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; } /// - /// Alert Processing rule simplified format : second reccurence Start Time + /// Alert Processing rule simplified format : second recurrence Start Time /// [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; } /// - /// Alert Processing rule simplified format : Reccurence End Time + /// Alert Processing rule simplified format : Recurrence End Time /// [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; } /// - /// Alert Processing rule simplified format : Second reccurence End Time + /// Alert Processing rule simplified format : Second recurrence End Time /// [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; } /// diff --git a/src/AlertsManagement/AlertsManagement/AlertCommands/MeasureAzureAlertStatistic.cs b/src/AlertsManagement/AlertsManagement/AlertCommands/MeasureAzureAlertStatistic.cs index bd9064ce1589..a0e0845d0afa 100644 --- a/src/AlertsManagement/AlertsManagement/AlertCommands/MeasureAzureAlertStatistic.cs +++ b/src/AlertsManagement/AlertsManagement/AlertCommands/MeasureAzureAlertStatistic.cs @@ -78,10 +78,10 @@ public class MeasureAzureAlertStatistic : AlertsManagementBaseCmdlet /// [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", diff --git a/src/AlertsManagement/AlertsManagement/ChangeLog.md b/src/AlertsManagement/AlertsManagement/ChangeLog.md index fce85b062ddb..92d4e8d2fce8 100644 --- a/src/AlertsManagement/AlertsManagement/ChangeLog.md +++ b/src/AlertsManagement/AlertsManagement/ChangeLog.md @@ -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] diff --git a/src/AnalysisServices/AnalysisServices.Dataplane/Models/AsAzureDataplaneClient.cs b/src/AnalysisServices/AnalysisServices.Dataplane/Models/AsAzureDataplaneClient.cs index e954ca7e7a92..e55471d4941f 100644 --- a/src/AnalysisServices/AnalysisServices.Dataplane/Models/AsAzureDataplaneClient.cs +++ b/src/AnalysisServices/AnalysisServices.Dataplane/Models/AsAzureDataplaneClient.cs @@ -116,14 +116,14 @@ private static void AddHeader(HttpRequestHeaders headers, string name, string va } /// - /// Asynchronosly send an http request. + /// Asynchronously send an http request. /// /// The http method for this request. /// The base URI to send the request to. /// The URL endpoint to send the request to. /// The correlation ID for the request. /// HttpContent for a POST request. - /// The cancelation token. + /// The cancellation token. /// The of the request. private async Task SendRequestAsync( HttpMethod method, diff --git a/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/IServersOperations.cs b/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/IServersOperations.cs index 4cbef3258112..150b66c952b7 100644 --- a/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/IServersOperations.cs +++ b/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/IServersOperations.cs @@ -135,10 +135,10 @@ public partial interface IServersOperations System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serverName, AnalysisServicesServerUpdateParameters serverUpdateParameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// - /// Supends operation of the specified Analysis Services server instance. + /// Suspends operation of the specified Analysis Services server instance. /// /// - /// Supends operation of the specified Analysis Services server instance. + /// Suspends operation of the specified Analysis Services server instance. /// /// /// The name of the Azure Resource group of which a given Analysis Services @@ -504,10 +504,10 @@ public partial interface IServersOperations System.Threading.Tasks.Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string serverName, AnalysisServicesServerUpdateParameters serverUpdateParameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// - /// Supends operation of the specified Analysis Services server instance. + /// Suspends operation of the specified Analysis Services server instance. /// /// - /// Supends operation of the specified Analysis Services server instance. + /// Suspends operation of the specified Analysis Services server instance. /// /// /// The name of the Azure Resource group of which a given Analysis Services diff --git a/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/Models/CheckServerNameAvailabilityResult.cs b/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/Models/CheckServerNameAvailabilityResult.cs index 18deb52795a5..40624aa2b27f 100644 --- a/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/Models/CheckServerNameAvailabilityResult.cs +++ b/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/Models/CheckServerNameAvailabilityResult.cs @@ -8,7 +8,7 @@ namespace Microsoft.Azure.Management.Analysis.Models using System.Linq; /// - /// The checking result of server name availibility. + /// The checking result of server name availability. /// public partial class CheckServerNameAvailabilityResult { diff --git a/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/Models/IPv4FirewallSettings.cs b/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/Models/IPv4FirewallSettings.cs index c410cb8686cb..4ca006216d6c 100644 --- a/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/Models/IPv4FirewallSettings.cs +++ b/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/Models/IPv4FirewallSettings.cs @@ -27,7 +27,7 @@ public IPv4FirewallSettings() /// An array of firewall rules. /// - /// The indicator of enableing PBI service. + /// The indicator of enabling PBI service. /// public IPv4FirewallSettings(System.Collections.Generic.IList firewallRules = default(System.Collections.Generic.IList), string enablePowerBiService = default(string)) @@ -50,7 +50,7 @@ public IPv4FirewallSettings() public System.Collections.Generic.IList FirewallRules {get; set; } /// - /// Gets or sets the indicator of enableing PBI service. + /// Gets or sets the indicator of enabling PBI service. /// [Newtonsoft.Json.JsonProperty(PropertyName = "enablePowerBIService")] public string EnablePowerBIService {get; set; } diff --git a/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/ServersOperations.cs b/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/ServersOperations.cs index 609d6019226f..6c0a5077b655 100644 --- a/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/ServersOperations.cs +++ b/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/ServersOperations.cs @@ -365,7 +365,7 @@ internal ServersOperations (AnalysisServicesManagementClient client) } /// - /// Supends operation of the specified Analysis Services server instance. + /// Suspends operation of the specified Analysis Services server instance. /// /// /// The name of the Azure Resource group of which a given Analysis Services @@ -3150,7 +3150,7 @@ internal ServersOperations (AnalysisServicesManagementClient client) } /// - /// Supends operation of the specified Analysis Services server instance. + /// Suspends operation of the specified Analysis Services server instance. /// /// /// The name of the Azure Resource group of which a given Analysis Services diff --git a/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/ServersOperationsExtensions.cs b/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/ServersOperationsExtensions.cs index e1d69243a830..bfabcc3dccef 100644 --- a/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/ServersOperationsExtensions.cs +++ b/src/AnalysisServices/AnalysisServices.Management.Sdk/Generated/ServersOperationsExtensions.cs @@ -192,7 +192,7 @@ public static AnalysisServicesServer Update(this IServersOperations operations, } } /// - /// Supends operation of the specified Analysis Services server instance. + /// Suspends operation of the specified Analysis Services server instance. /// /// /// The operations group for this extension method. @@ -212,7 +212,7 @@ public static void Suspend(this IServersOperations operations, string resourceGr } /// - /// Supends operation of the specified Analysis Services server instance. + /// Suspends operation of the specified Analysis Services server instance. /// /// /// The operations group for this extension method. @@ -741,7 +741,7 @@ public static AnalysisServicesServer BeginUpdate(this IServersOperations operati } } /// - /// Supends operation of the specified Analysis Services server instance. + /// Suspends operation of the specified Analysis Services server instance. /// /// /// The operations group for this extension method. @@ -761,7 +761,7 @@ public static void BeginSuspend(this IServersOperations operations, string resou } /// - /// Supends operation of the specified Analysis Services server instance. + /// Suspends operation of the specified Analysis Services server instance. /// /// /// The operations group for this extension method. diff --git a/src/AnalysisServices/AnalysisServices/Commands/GetAzureRmAnalysisServicesServer.cs b/src/AnalysisServices/AnalysisServices/Commands/GetAzureRmAnalysisServicesServer.cs index d11865032882..c0f33977b796 100644 --- a/src/AnalysisServices/AnalysisServices/Commands/GetAzureRmAnalysisServicesServer.cs +++ b/src/AnalysisServices/AnalysisServices/Commands/GetAzureRmAnalysisServicesServer.cs @@ -47,7 +47,7 @@ public override void ExecuteCmdlet() } else { - // List all servers in given resource group if avaliable otherwise all servers in the subscription + // List all servers in given resource group if available otherwise all servers in the subscription var list = AnalysisServicesClient.ListServers(ResourceGroupName); WriteObject(AzureAnalysisServicesServer.FromAnalysisServicesServerCollection(list), true); } diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/Resources/petstoreOpenApi.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/Resources/petstoreOpenApi.json index 3ee1ba35b15b..1f77da7f8cd2 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/Resources/petstoreOpenApi.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/Resources/petstoreOpenApi.json @@ -170,7 +170,7 @@ "pet" ], "summary": "Finds Pets by tags", - "description": "Muliple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.", + "description": "Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.", "operationId": "findPetsByTags", "parameters": [ { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/ScenarioTests/ApiManagementTests.ps1 b/src/ApiManagement/ApiManagement.ServiceManagement.Test/ScenarioTests/ApiManagementTests.ps1 index 6804d4d2150c..0166690e4a5e 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/ScenarioTests/ApiManagementTests.ps1 +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/ScenarioTests/ApiManagementTests.ps1 @@ -1561,7 +1561,7 @@ function SubscriptionOldModel-CrudTest { $sub = $null try { # check it was removed - $sub = Get-AzApiManagementSubscripiton -Context $context -SubscriptionId $newSubscriptionId + $sub = Get-AzApiManagementSubscription -Context $context -SubscriptionId $newSubscriptionId } catch { } @@ -1674,7 +1674,7 @@ function SubscriptionNewModel-CrudTest { $sub = $null try { # check it was removed - $sub = Get-AzApiManagementSubscripiton -Context $context -SubscriptionId $newSubscriptionId + $sub = Get-AzApiManagementSubscription -Context $context -SubscriptionId $newSubscriptionId } catch { } diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagementGatewayHostnameConfiguration.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagementGatewayHostnameConfiguration.cs index 908d289a8a88..7d37c1cc076c 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagementGatewayHostnameConfiguration.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagementGatewayHostnameConfiguration.cs @@ -40,7 +40,7 @@ public class NewAzureApiManagementGatewayHostnameConfiguration : AzureApiManagem [Parameter( ValueFromPipelineByPropertyName = true, Mandatory = false, - HelpMessage = "Identifier of new gateway hostname confiuration. This parameter is optional. If not specified will be generated.")] + HelpMessage = "Identifier of new gateway hostname configuration. This parameter is optional. If not specified will be generated.")] public String GatewayHostnameConfigurationId { get; set; } [Parameter( diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagementUser.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagementUser.cs index 1a93dcfc4da5..51928b6126c8 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagementUser.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagementUser.cs @@ -35,7 +35,7 @@ public class NewAzureApiManagementUser : AzureApiManagementCmdletBase [Parameter( ValueFromPipelineByPropertyName = true, Mandatory = false, - HelpMessage = "Identifier of new user. This parameter is optional. If not specified will be genetated.")] + HelpMessage = "Identifier of new user. This parameter is optional. If not specified will be generated.")] public String UserId { get; set; } [Parameter( diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/RemoveAzureApiManagementPolicy.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/RemoveAzureApiManagementPolicy.cs index b6aa2a09c5d8..cd1ad5bda7b7 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Commands/RemoveAzureApiManagementPolicy.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Commands/RemoveAzureApiManagementPolicy.cs @@ -53,7 +53,7 @@ public class RemoveAzureApiManagementPolicy : AzureApiManagementCmdletBase ParameterSetName = OperationLevel, ValueFromPipelineByPropertyName = true, Mandatory = true, - HelpMessage = "Identifier of existing API. If specified will remove API-scope policy. This parameters is requied.")] + HelpMessage = "Identifier of existing API. If specified will remove API-scope policy. This parameters is required.")] public String ApiId { get; set; } [Parameter( diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Models/PsApiManagementApiVersionSet.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Models/PsApiManagementApiVersionSet.cs index a581d966fa5b..8d48badd8c51 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement/Models/PsApiManagementApiVersionSet.cs +++ b/src/ApiManagement/ApiManagement.ServiceManagement/Models/PsApiManagementApiVersionSet.cs @@ -50,7 +50,7 @@ public class PsApiManagementApiVersionSet : PsApiManagementArmResource /// /// Gets or sets an value that determines where the API Version - /// identifer will be located in a HTTP request. Possible values + /// identifier will be located in a HTTP request. Possible values /// include: 'Segment', 'Query', 'Header' /// public PsApiManagementVersioningScheme VersioningScheme { get; set; } diff --git a/src/ApiManagement/ApiManagement.Test/ScenarioTests/ApiManagementTests.ps1 b/src/ApiManagement/ApiManagement.Test/ScenarioTests/ApiManagementTests.ps1 index 33b1b591161e..ad8a6902d44c 100644 --- a/src/ApiManagement/ApiManagement.Test/ScenarioTests/ApiManagementTests.ps1 +++ b/src/ApiManagement/ApiManagement.Test/ScenarioTests/ApiManagementTests.ps1 @@ -528,7 +528,7 @@ function Test-ApiManagementWithAdditionalRegionsCRUD { $apimService = Update-AzApiManagementRegion -ApiManagement $apimService -Location $secondAdditionalRegionLocation ` -Capacity $newAdditionalRegionCapacity -Sku $sku -Zone "1" -DisableGateway $false - # Set the ApiManagement service and Enable Msi idenity on the service + # Set the ApiManagement service and Enable Msi identity on the service $updatedService = Set-AzApiManagement -InputObject $apimService -SystemAssignedIdentity -UserAssignedIdentity $userIdentities -PassThru Assert-AreEqual $resourceGroupName $updatedService.ResourceGroupName Assert-AreEqual $apiManagementName $updatedService.Name diff --git a/src/ApiManagement/ApiManagement/ChangeLog.md b/src/ApiManagement/ApiManagement/ChangeLog.md index 1665acd61e82..26bd1683f897 100644 --- a/src/ApiManagement/ApiManagement/ChangeLog.md +++ b/src/ApiManagement/ApiManagement/ChangeLog.md @@ -166,7 +166,7 @@ https://github.com/Azure/azure-powershell/issues/9752 * Fix for issue https://github.com/Azure/azure-powershell/issues/9307 and https://github.com/Azure/azure-powershell/issues/8432 - **Import-AzApiManagementApi** - - Added support for specifiying `ApiVersion` and `ApiVersionSetId` when importing Apis + - Added support for specifying `ApiVersion` and `ApiVersionSetId` when importing Apis ## Version 1.1.0 @@ -195,7 +195,7 @@ https://github.com/Azure/azure-powershell/issues/9752 - **New-AzApiManagementUserToken** - Generate a new User Token valid for 8 hours by default.Token for the `GIT` user can be generated using this cmdlet./ * Created a new cmdlet to retrieving the Network Status - - **Get-AzApiManagementNetworkStatus** - Get the Network status connectivity of resources on which API Management service depends on. This is useful when deploying ApiManagement service into a Virtual Network and validing whether any of the dependencies are broken. + - **Get-AzApiManagementNetworkStatus** - Get the Network status connectivity of resources on which API Management service depends on. This is useful when deploying ApiManagement service into a Virtual Network and validating whether any of the dependencies are broken. * Updated cmdlet **New-AzApiManagement** to manage ApiManagement service - Added support for the new `Consumption` SKU @@ -241,13 +241,13 @@ https://github.com/Azure/azure-powershell/issues/9752 - To setup `SignupPolicy`, `SigninPolicy`, `ProfileEditingPolicy` and `PasswordResetPolicy` * Updated cmdlet **New-AzApiManagementSubscription** - - To account for the new SubscriptonModel using `Scope` and `UserId` - - To account for the old subscription model using `ProductId` and `UserId` + - To account for the new SubscriptionModel using `Scope` and `UserId` + - To account for the old Subscription model using `ProductId` and `UserId` - Add support to enable `AllowTracing` at the subscription level. * Updated cmdlet **Set-AzApiManagementSubscription** - - To account for the new SubscriptonModel using `Scope` and `UserId` - - To account for the old subscription model using `ProductId` and `UserId` + - To account for the new SubscriptionModel using `Scope` and `UserId` + - To account for the old Subscription model using `ProductId` and `UserId` - Add support to enable `AllowTracing` at the subscription level. * Updated following cmdlets to accept `ResourceId` as input @@ -256,7 +256,7 @@ https://github.com/Azure/azure-powershell/issues/9752 - 'Get-AzApiManagementApiRelease' - `Get-AzApiManagementApiRelease -ResourceId /subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ApiManagement/service/contoso/apis/echo-api/releases/releaseId` - 'Get-AzApiManagementApiVersionSet' - - `Get-AzApiManagementApiVersionSet -ResourceId /subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ApiManagement/service/constoso/apiversionsets/pathversionset` + - `Get-AzApiManagementApiVersionSet -ResourceId /subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ApiManagement/service/contoso/apiversionsets/pathversionset` - 'Get-AzApiManagementAuthorizationServer' - 'Get-AzApiManagementBackend' - `Get-AzApiManagementBackend -ResourceId /subscriptions/subid/resourceGroups/rgName/providers/Microsoft.ApiManagement/service/contoso/backends/servicefabric` diff --git a/src/ApiManagement/ApiManagement/Commands/AddAzureApiManagementRegion.cs b/src/ApiManagement/ApiManagement/Commands/AddAzureApiManagementRegion.cs index faa77be56404..20c79da48301 100644 --- a/src/ApiManagement/ApiManagement/Commands/AddAzureApiManagementRegion.cs +++ b/src/ApiManagement/ApiManagement/Commands/AddAzureApiManagementRegion.cs @@ -69,7 +69,7 @@ public class AddAzureApiManagementRegion : AzureApiManagementCmdletBase " Default behavior is to make the region live immediately. ")] public bool? DisableGateway { get; set; } - [Parameter(Mandatory = false, HelpMessage = "Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments")] + [Parameter(Mandatory = false, HelpMessage = "Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments")] public string PublicIpAddressId { get; set; } [Parameter( diff --git a/src/ApiManagement/ApiManagement/Commands/GetAzureApiManagement.cs b/src/ApiManagement/ApiManagement/Commands/GetAzureApiManagement.cs index 32ec68aefedb..3e35564cdcee 100644 --- a/src/ApiManagement/ApiManagement/Commands/GetAzureApiManagement.cs +++ b/src/ApiManagement/ApiManagement/Commands/GetAzureApiManagement.cs @@ -72,7 +72,7 @@ public override void ExecuteCmdlet() } else { - // List all services in given resource group if avaliable otherwise all services in given subscription + // List all services in given resource group if available otherwise all services in given subscription var enumeration = Client.ListApiManagements(ResourceGroupName); WriteObject(enumeration.ToList(), true); } diff --git a/src/ApiManagement/ApiManagement/Commands/NewAzureApiManagement.cs b/src/ApiManagement/ApiManagement/Commands/NewAzureApiManagement.cs index 44816544eee5..85e72b35aac0 100644 --- a/src/ApiManagement/ApiManagement/Commands/NewAzureApiManagement.cs +++ b/src/ApiManagement/ApiManagement/Commands/NewAzureApiManagement.cs @@ -160,7 +160,7 @@ public class NewAzureApiManagement : AzureApiManagementCmdletBase [PSArgumentCompleter("Disabled", "Enabled")] public string PublicNetworkAccess { get; set; } - [Parameter(Mandatory = false, HelpMessage = "Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments")] + [Parameter(Mandatory = false, HelpMessage = "Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments")] public string PublicIpAddressId { get; set; } public override void ExecuteCmdlet() diff --git a/src/ApiManagement/ApiManagement/Commands/NewAzureApiManagementRegion.cs b/src/ApiManagement/ApiManagement/Commands/NewAzureApiManagementRegion.cs index 12ecaa623e4d..49e2516dec78 100644 --- a/src/ApiManagement/ApiManagement/Commands/NewAzureApiManagementRegion.cs +++ b/src/ApiManagement/ApiManagement/Commands/NewAzureApiManagementRegion.cs @@ -59,7 +59,7 @@ public class NewAzureApiManagementRegion : AzureRMCmdlet "Default behavior is to make the region live immediately. ")] public bool? DisableGateway { get; set; } - [Parameter(Mandatory = false, HelpMessage = "Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments.")] + [Parameter(Mandatory = false, HelpMessage = "Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments.")] public string PublicIpAddressId { get; set; } public override void ExecuteCmdlet() diff --git a/src/ApiManagement/ApiManagement/Commands/UpdateAzureApiManagementRegion.cs b/src/ApiManagement/ApiManagement/Commands/UpdateAzureApiManagementRegion.cs index eec4b0a0957e..821b55fc638a 100644 --- a/src/ApiManagement/ApiManagement/Commands/UpdateAzureApiManagementRegion.cs +++ b/src/ApiManagement/ApiManagement/Commands/UpdateAzureApiManagementRegion.cs @@ -54,7 +54,7 @@ public class UpdateAzureApiManagementRegion : AzureApiManagementCmdletBase [Parameter( ValueFromPipelineByPropertyName = true, Mandatory = false, - HelpMessage = "Virtual network configuration for the deployemnt region. Default value is $null. " + + HelpMessage = "Virtual network configuration for the deployment region. Default value is $null. " + "Passing $null will remove virtual network configuration for the region.")] public PsApiManagementVirtualNetwork VirtualNetwork { get; set; } @@ -72,7 +72,7 @@ public class UpdateAzureApiManagementRegion : AzureApiManagementCmdletBase " This can also be used to standup a new region in Passive mode, test it and then make it Live later.")] public bool? DisableGateway { get; set; } - [Parameter(Mandatory = false, HelpMessage = "Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments")] + [Parameter(Mandatory = false, HelpMessage = "Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments")] public string PublicIpAddressId { get; set; } public override void ExecuteCmdlet()