From 160d7e4f70ef21113402577bf3c58cd09862d23e Mon Sep 17 00:00:00 2001 From: Arie Heinrich Date: Tue, 1 Jul 2025 22:52:08 +0200 Subject: [PATCH] fix spelling --- src/Support/Support.Autorest/test/utils.ps1 | 2 +- src/Synapse/Synapse.Autorest/test/common.ps1 | 2 +- .../Synapse.Test/ScenarioTests/Common.ps1 | 2 +- .../ScenarioTests/DataClassificationTests.ps1 | 18 +++++++++--------- src/Synapse/Synapse/ChangeLog.md | 8 ++++---- .../SetAzureSynapseIntegrationRuntime.cs | 2 +- .../Workspace/GetAzureSynapseWorkspace.cs | 2 +- src/Synapse/Synapse/Common/HelpMessages.cs | 14 +++++++------- src/Synapse/Synapse/Common/TaskOutputStream.cs | 6 +++--- .../Spark/SynapseAnalyticsSparkClient.cs | 2 +- .../Auditing/DefinitionsCommon.cs | 2 +- .../SynapseAnalyticsManagementClient.cs | 2 +- .../Synapse/Properties/Resources.Designer.cs | 18 +++++++++--------- src/Synapse/Synapse/Properties/Resources.resx | 18 +++++++++--------- src/Terraform/Terraform/ChangeLog.md | 2 +- .../TimeSeriesInsights/ChangeLog.md | 2 +- .../Properties/Resources.Designer.cs | 2 +- .../TrafficManager/Properties/Resources.resx | 2 +- .../Commands/GetAzureTrustedSigningRootCert.cs | 2 +- ...Update-AzWindowsIotServicesDevice.Tests.ps1 | 2 +- ...sSapVirtualInstance_CreateWithJsonString.cs | 6 +++--- .../docs/New-AzWorkloadsSapVirtualInstance.md | 6 +++--- .../New-AzWorkloadsSapVirtualInstance.md | 6 +++--- 23 files changed, 64 insertions(+), 64 deletions(-) diff --git a/src/Support/Support.Autorest/test/utils.ps1 b/src/Support/Support.Autorest/test/utils.ps1 index b79a6677371e..23a5069a1e2a 100644 --- a/src/Support/Support.Autorest/test/utils.ps1 +++ b/src/Support/Support.Autorest/test/utils.ps1 @@ -70,7 +70,7 @@ function setupEnv() { $fileWorkspaceNameSubscription = "test-ps-$testGuid" $fileWorkspaceNameNoSubscription = "test-ps-$testGuid" - # File workpace names for create file tests + # File workspace names for create file tests $fileWorkspaceNameSubscriptionForCreate = "test-for-create-ps-$testGuid" $fileWorkspaceNameNoSubscriptionForCreate = "test-for-create-ps-$testGuid" diff --git a/src/Synapse/Synapse.Autorest/test/common.ps1 b/src/Synapse/Synapse.Autorest/test/common.ps1 index 8479def9832e..6ebdf24d4fa7 100644 --- a/src/Synapse/Synapse.Autorest/test/common.ps1 +++ b/src/Synapse/Synapse.Autorest/test/common.ps1 @@ -55,7 +55,7 @@ function Validate_PrincipalAssignment { <# .SYNOPSIS -Gets a kusto database soft delet perios in days parameter +Gets a kusto database soft delete period in days parameter #> function Get-Soft-Delete-Period-In-Days { diff --git a/src/Synapse/Synapse.Test/ScenarioTests/Common.ps1 b/src/Synapse/Synapse.Test/ScenarioTests/Common.ps1 index 68a97ca42f12..c68495047e25 100644 --- a/src/Synapse/Synapse.Test/ScenarioTests/Common.ps1 +++ b/src/Synapse/Synapse.Test/ScenarioTests/Common.ps1 @@ -14,7 +14,7 @@ <# .SYNOPSIS -Gets a passwrod +Gets a password #> function Get-TestPassword { diff --git a/src/Synapse/Synapse.Test/ScenarioTests/DataClassificationTests.ps1 b/src/Synapse/Synapse.Test/ScenarioTests/DataClassificationTests.ps1 index 8128ce938d49..c172b63c72fa 100644 --- a/src/Synapse/Synapse.Test/ScenarioTests/DataClassificationTests.ps1 +++ b/src/Synapse/Synapse.Test/ScenarioTests/DataClassificationTests.ps1 @@ -15,7 +15,7 @@ <# .SYNOPSIS Tests end to end scenario of Data Classification on a SQL pool. -TODO: currently ther is no Rank property in SDK model so we +TODO: currently there is no Rank property in SDK model so we comment some assertions out for now. #> function Test-DataClassificationOnSqlPool @@ -249,7 +249,7 @@ function Create-SqlDataClassificationTestEnvironment ($testSuffix, $location = " <# .SYNOPSIS -Tests enable and disable recommdations on columns in a SQL pool. +Tests enable and disable recommendations on columns in a SQL pool. #> function Test-EnableDisableRecommendationsOnSqlPool { @@ -295,7 +295,7 @@ function Test-EnableDisableRecommendationsOnSqlPool Assert-NotNullOrEmpty $secondInformationType Assert-NotNullOrEmpty $secondSensitivityLabel - # Disable first two recommdations, second recommdation is disabled using pipeline. + # Disable first two recommendations, second recommendation is disabled using pipeline. Disable-AzSynapseSqlPoolSensitivityRecommendation -ResourceGroupName $params.rgname -WorkspaceName $params.workspaceName -SqlPoolName $params.sqlPoolName -SchemaName $firstSchemaName -TableName $firstTableName -ColumnName $firstColumnName Get-AzSynapseSqlPool -ResourceGroupName $params.rgname -WorkspaceName $params.workspaceName -SqlPoolName $params.sqlPoolName | Disable-AzSynapseSqlPoolSensitivityRecommendation -SchemaName $secondSchemaName -TableName $secondTableName -ColumnName $secondColumnName @@ -306,13 +306,13 @@ function Test-EnableDisableRecommendationsOnSqlPool Assert-AreEqual $params.sqlPoolName $recommendations.SqlPoolName Assert-AreEqual 2 ($recommendations.SensitivityLabels).count - # Verify disabled recommdations are not part of the new recommdations. + # Verify disabled recommendations are not part of the new recommendations. Assert-AreNotEqual $firstColumnName ($recommendations.SensitivityLabels)[0].ColumnName Assert-AreNotEqual $firstColumnName ($recommendations.SensitivityLabels)[1].ColumnName Assert-AreNotEqual $secondColumnName ($recommendations.SensitivityLabels)[0].ColumnName Assert-AreNotEqual $secondColumnName ($recommendations.SensitivityLabels)[1].ColumnName - # Enable second disabled recommdation. + # Enable second disabled recommendation. Enable-AzSynapseSqlPoolSensitivityRecommendation -ResourceGroupName $params.rgname -WorkspaceName $params.workspaceName -SqlPoolName $params.sqlPoolName -SchemaName $secondSchemaName -TableName $secondTableName -ColumnName $secondColumnName # Get, using pipeline, recommended sensitivity labels, and verify. @@ -322,7 +322,7 @@ function Test-EnableDisableRecommendationsOnSqlPool Assert-AreEqual $params.workspaceName $recommendations.WorkspaceName Assert-AreEqual $params.sqlPoolName $recommendations.SqlPoolName - # Verify disabled recommdation is not part of the new recommdations. + # Verify disabled recommendation is not part of the new recommendations. Assert-AreNotEqual $firstColumnName ($recommendations.SensitivityLabels)[0].ColumnName Assert-AreNotEqual $firstColumnName ($recommendations.SensitivityLabels)[1].ColumnName Assert-AreNotEqual $firstColumnName ($recommendations.SensitivityLabels)[2].ColumnName @@ -330,17 +330,17 @@ function Test-EnableDisableRecommendationsOnSqlPool # Disable, using pipeline, all recommended columns. Get-AzSynapseSqlPool -ResourceGroupName $params.rgname -WorkspaceName $params.workspaceName -SqlPoolName $params.sqlPoolName | Get-AzSynapseSqlPoolSensitivityRecommendation | Disable-AzSynapseSqlPoolSensitivityRecommendation - # Verify no recommdations are retrieved since all are disabled. + # Verify no recommendations are retrieved since all are disabled. $recommendations = Get-AzSynapseSqlPool -ResourceGroupName $params.rgname -WorkspaceName $params.workspaceName -SqlPoolName $params.sqlPoolName | Get-AzSynapseSqlPoolSensitivityRecommendation Assert-AreEqual $params.rgname $recommendations.ResourceGroupName Assert-AreEqual $params.workspaceName $recommendations.WorkspaceName Assert-AreEqual $params.sqlPoolName $recommendations.SqlPoolName Assert-AreEqual 0 ($recommendations.SensitivityLabels).count - # Enable, using pipeline, second disabled recommdation and verify + # Enable, using pipeline, second disabled recommendation and verify Get-AzSynapseSqlPool -ResourceGroupName $params.rgname -WorkspaceName $params.workspaceName -SqlPoolName $params.sqlPoolName | Enable-AzSynapseSqlPoolSensitivityRecommendation -SchemaName $secondSchemaName -TableName $secondTableName -ColumnName $secondColumnName - # Verify enabled recommdation is now part of the recommendations. + # Verify enabled recommendation is now part of the recommendations. $recommendations = Get-AzSynapseSqlPool -ResourceGroupName $params.rgname -WorkspaceName $params.workspaceName -SqlPoolName $params.sqlPoolName | Get-AzSynapseSqlPoolSensitivityRecommendation Assert-AreEqual $params.rgname $recommendations.ResourceGroupName Assert-AreEqual $params.workspaceName $recommendations.WorkspaceName diff --git a/src/Synapse/Synapse/ChangeLog.md b/src/Synapse/Synapse/ChangeLog.md index 54061d25c45c..896ab091cc78 100644 --- a/src/Synapse/Synapse/ChangeLog.md +++ b/src/Synapse/Synapse/ChangeLog.md @@ -84,10 +84,10 @@ ## Version 2.2.0 * Added breaking change message for `-SparkConfigFilePath`. It will be deprecated around the middle of December. -* Updated `New-AzSynapseSparkPool` and `Update-AzSynapseSparkPool` to support for setting spark pool configuration artifact by `-SparkCongifuration`. `-SparkCongifuration` is an alternative of parameter `-SparkConfigFilePath`. +* Updated `New-AzSynapseSparkPool` and `Update-AzSynapseSparkPool` to support for setting spark pool configuration artifact by `-SparkConfiguration`. `-SparkConfiguration` is an alternative of parameter `-SparkConfigFilePath`. ## Version 2.1.0 -* Updated `Update-AzSynaspeWorkSpace` and `New-AzSynpaseWorkspace` to support for Workspace Encrytion Managed Identity setting +* Updated `Update-AzSynaspeWorkSpace` and `New-AzSynpaseWorkspace` to support for Workspace Encryption Managed Identity setting ## Version 2.0.0 * [Breaking Change] Updated models of Synapse Link for Azure Sql Database @@ -151,7 +151,7 @@ - Added `New-AzSynapseKqlScript` cmdlet * Updated `New-AzSynapseSqlPool` to support new parameter [-StorageAccountType] * Updated `Restore-AzSynapseSqlPool` to support new parameter [-Tag] and [-StorageAccountType] -* Renamed parameter FolderName in `Set-AzSynapseSqlScript` to FolderPath and keeped FolderName as alias +* Renamed parameter FolderName in `Set-AzSynapseSqlScript` to FolderPath and keep FolderName as alias * Updated `Set-AzSynapseNoteBook` and `Set-AzSynapseSparkJobDefinition` to support new parameter [-FolderPath] * Added cmdlets for Synapse Spark Configuration - Added `Get-AzSynapseSparkConfiguration` cmdlet @@ -219,7 +219,7 @@ * Updated `Set-AzSynapseSqlActiveDirectoryAdministrator` to support for setting SQL Admin by `DisplayName` or by `ObjectId` * Renamed `Update-AzSynapseWorkspaceKey` to `Enable-AzSynapseWorkspace` to activate a new synapse workspace without `-Activate` parameter * Added `New-AzSynapseGitRepositoryConfig` cmdlet to create Git repository configuration -* Updated `New-AzSynapseWorkspace` and `Update-AzSynapseWorkspace` to support for connecting a workspace to a Git reposirory +* Updated `New-AzSynapseWorkspace` and `Update-AzSynapseWorkspace` to support for connecting a workspace to a Git repository - Added parameters `-GitRepositoryType` * Added support for workspace package - Added `New-AzSynapseWorkspacePackage` cmdlet diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/IntegrationRuntimes/SetAzureSynapseIntegrationRuntime.cs b/src/Synapse/Synapse/Commands/ManagementCommands/IntegrationRuntimes/SetAzureSynapseIntegrationRuntime.cs index 8b97b9f8f8af..5c54991e161d 100644 --- a/src/Synapse/Synapse/Commands/ManagementCommands/IntegrationRuntimes/SetAzureSynapseIntegrationRuntime.cs +++ b/src/Synapse/Synapse/Commands/ManagementCommands/IntegrationRuntimes/SetAzureSynapseIntegrationRuntime.cs @@ -720,7 +720,7 @@ private void HandleManagedIntegrationRuntime(ManagedIntegrationRuntime integrati } else if (string.IsNullOrWhiteSpace(VNetId) ^ string.IsNullOrWhiteSpace(Subnet)) { - // Only one of the two pramaters is set + // Only one of the two parameters is set throw new PSArgumentException(string.Format( CultureInfo.InvariantCulture, Resources.IntegrationRuntimeInvalidVnet), diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/Workspace/GetAzureSynapseWorkspace.cs b/src/Synapse/Synapse/Commands/ManagementCommands/Workspace/GetAzureSynapseWorkspace.cs index f507a0f8bcf2..f53611e10402 100644 --- a/src/Synapse/Synapse/Commands/ManagementCommands/Workspace/GetAzureSynapseWorkspace.cs +++ b/src/Synapse/Synapse/Commands/ManagementCommands/Workspace/GetAzureSynapseWorkspace.cs @@ -62,7 +62,7 @@ public override void ExecuteCmdlet() } else { - // List all workspaces in given resource group if avaliable otherwise all workspaces in the subscription + // List all workspaces in given resource group if available otherwise all workspaces in the subscription WriteObject(SynapseAnalyticsClient.ListWorkspaces(ResourceGroupName).Select(element => new PSSynapseWorkspace(element)), true); } } diff --git a/src/Synapse/Synapse/Common/HelpMessages.cs b/src/Synapse/Synapse/Common/HelpMessages.cs index 95d6b4306707..755f32c53560 100644 --- a/src/Synapse/Synapse/Common/HelpMessages.cs +++ b/src/Synapse/Synapse/Common/HelpMessages.cs @@ -54,7 +54,7 @@ public static class HelpMessages Add Remove Set -Add means to add user assigned managed identities for workspace, Remove means to remove user assigned managed identities from workspace, Set can be used when you want to add and remove user assigned managed identities at the same time, current identities will be coverd by specified ones."; +Add means to add user assigned managed identities for workspace, Remove means to remove user assigned managed identities from workspace, Set can be used when you want to add and remove user assigned managed identities at the same time, current identities will be covered by specified ones."; public const string UserAssignedIdentityId = "User assigned managed identity Id for workspace."; @@ -218,13 +218,13 @@ public static class HelpMessages public const string StorageRedundancy = "Storage redundancy of the database."; - public const string BackupResourceGroupName = "The resource group name of bakcup SQL pool object to create from."; + public const string BackupResourceGroupName = "The resource group name of backup SQL pool object to create from."; - public const string BackupWorkspaceName = "The Synapse workspace name of bakcup SQL pool object to create from."; + public const string BackupWorkspaceName = "The Synapse workspace name of backup SQL pool object to create from."; - public const string BackupSqlPoolName = "The name of bakcup SQL pool object to create from."; + public const string BackupSqlPoolName = "The name of backup SQL pool object to create from."; - public const string BackupSqlPoolId = "The resource identifier of bakcup SQL pool object to create from."; + public const string BackupSqlPoolId = "The resource identifier of backup SQL pool object to create from."; public const string BackupSqlPoolResourceId = "The resource identifier of backup SQL pool object to restore from."; @@ -337,7 +337,7 @@ SELECT on dbo.myTable by public public const string TransparentDataEncryptionState = "The Azure Synapse Analytics Sql Pool Transparent Data Encryption state."; - public const string FirewallRuleName = "The firerwall rule name for the workspace."; + public const string FirewallRuleName = "The firewall rule name for the workspace."; public const string StartIpAddress = "The start IP address of the firewall rule. Must be IPv4 format."; @@ -503,7 +503,7 @@ SELECT on dbo.myTable by public public const string PreventDataExfiltration = "Indicates whether to prevent data exfiltration."; - public const string LinkedAccessCheckOnTargetResource = "Indicates whther to check linked access on target resource."; + public const string LinkedAccessCheckOnTargetResource = "Indicates whether to check linked access on target resource."; public const string AllowedAadTenantIdsForLinking = "The allowed AAD tenant IDs for linking."; diff --git a/src/Synapse/Synapse/Common/TaskOutputStream.cs b/src/Synapse/Synapse/Common/TaskOutputStream.cs index a8399f2666dc..28c371ae7970 100644 --- a/src/Synapse/Synapse/Common/TaskOutputStream.cs +++ b/src/Synapse/Synapse/Common/TaskOutputStream.cs @@ -25,17 +25,17 @@ namespace Microsoft.Azure.Commands.Synapse.Common { /// /// Task output stream in multithread environment - /// It's the multithread version of WriteOuput/WriterVerbose/WriteError and etc. + /// It's the multithread version of WriteOutput/WriterVerbose/WriteError and etc. /// internal class TaskOutputStream { /// - /// Ouput Stream which store all the output from sub-thread. + /// Output Stream which store all the output from sub-thread. /// Both the object and exception are the valid output. /// Key: Output id /// Value: OutputUnit object which store the output data /// It's thread safe to access the value even it's a Queue. - /// Don't use ConcurrentQueue for value since it'll cause a huge perfomance downgrade. + /// Don't use ConcurrentQueue for value since it'll cause a huge performance downgrade. /// private ConcurrentDictionary> OutputStream; diff --git a/src/Synapse/Synapse/Models/DataPlaneModels/Spark/SynapseAnalyticsSparkClient.cs b/src/Synapse/Synapse/Models/DataPlaneModels/Spark/SynapseAnalyticsSparkClient.cs index 3a1876672181..05008dbb5da4 100644 --- a/src/Synapse/Synapse/Models/DataPlaneModels/Spark/SynapseAnalyticsSparkClient.cs +++ b/src/Synapse/Synapse/Models/DataPlaneModels/Spark/SynapseAnalyticsSparkClient.cs @@ -259,7 +259,7 @@ private static T Poll( System.Threading.Thread.Sleep(pollingInMilliseconds); timeWaitedInMilliSeconds += pollingInMilliseconds; - // TODO: handle retryable excetpion + // TODO: handle retryable exception job = refresh(job); } diff --git a/src/Synapse/Synapse/Models/ManagementModels/Auditing/DefinitionsCommon.cs b/src/Synapse/Synapse/Models/ManagementModels/Auditing/DefinitionsCommon.cs index da65d5602566..76eae87bfc86 100644 --- a/src/Synapse/Synapse/Models/ManagementModels/Auditing/DefinitionsCommon.cs +++ b/src/Synapse/Synapse/Models/ManagementModels/Auditing/DefinitionsCommon.cs @@ -51,6 +51,6 @@ public static class DefinitionsCommon internal static readonly Exception WorkspaceResourceIdParameterException = new PSArgumentException("Workspace resource id is not provided", "WorkspaceResourceId"); internal static readonly Exception StorageAccountNameParameterException = - new PSArgumentException("Storage acount name is not provided", "StorageAccountName"); + new PSArgumentException("Storage account name is not provided", "StorageAccountName"); } } diff --git a/src/Synapse/Synapse/Models/ManagementModels/SynapseAnalyticsManagementClient.cs b/src/Synapse/Synapse/Models/ManagementModels/SynapseAnalyticsManagementClient.cs index 377cac2e6539..057b67ca2edc 100644 --- a/src/Synapse/Synapse/Models/ManagementModels/SynapseAnalyticsManagementClient.cs +++ b/src/Synapse/Synapse/Models/ManagementModels/SynapseAnalyticsManagementClient.cs @@ -2011,7 +2011,7 @@ selfHosted.LinkedInfo is LinkedIntegrationRuntimeKeyAuthorization } } - // Don't support get status for legacy integraiton runtime. + // Don't support get status for legacy integration runtime. throw new PSInvalidOperationException("This type of integration runtime is not supported by this version powershell cmdlets."); } diff --git a/src/Synapse/Synapse/Properties/Resources.Designer.cs b/src/Synapse/Synapse/Properties/Resources.Designer.cs index b6f10425c627..a6d38cfddab2 100644 --- a/src/Synapse/Synapse/Properties/Resources.Designer.cs +++ b/src/Synapse/Synapse/Properties/Resources.Designer.cs @@ -214,7 +214,7 @@ internal static string ConflictFirewallRuleName { } /// - /// Looks up a localized string similar to Continuing execution will renegerate the authentication key '{0}' of integration runtime {1}. This operation will invalidate the existing authentication key. + /// Looks up a localized string similar to Continuing execution will regenerate the authentication key '{0}' of integration runtime {1}. This operation will invalidate the existing authentication key. ///Are you sure you want to continue?. /// internal static string ContinueRegenerateAuthKey { @@ -503,7 +503,7 @@ internal static string FailedToDiscoverSparkPool { } /// - /// Looks up a localized string similar to Could not find Spark statement: '{0}' in any resource group in the currently selected workspace: '{1}' Spark pool: '{2}'. Please specifiy the session identifier explicitly.. + /// Looks up a localized string similar to Could not find Spark statement: '{0}' in any resource group in the currently selected workspace: '{1}' Spark pool: '{2}'. Please specify the session identifier explicitly.. /// internal static string FailedToDiscoverSparkStatement { get { @@ -703,7 +703,7 @@ internal static string IntegrationRuntimeVNetNotProvided { } /// - /// Looks up a localized string similar to The value for pramater 'Type' is different with existing integration runtime with name {0}.. + /// Looks up a localized string similar to The value for parameter 'Type' is different with existing integration runtime with name {0}.. /// internal static string IntegrationRuntimeWrongType { get { @@ -874,7 +874,7 @@ internal static string MissingMainClassName { } /// - /// Looks up a localized string similar to Pramater 'Type' must be provided when creating new integration runtime.. + /// Looks up a localized string similar to Parameter 'Type' must be provided when creating new integration runtime.. /// internal static string NeedIntegrationRuntimeType { get { @@ -928,7 +928,7 @@ internal static string PrincipalNotFound { } /// - /// Looks up a localized string similar to Renegerate the authentication key '{0}' of integration runtime {1}.. + /// Looks up a localized string similar to Regenerate the authentication key '{0}' of integration runtime {1}.. /// internal static string RegenerateAuthKey { get { @@ -937,7 +937,7 @@ internal static string RegenerateAuthKey { } /// - /// Looks up a localized string similar to Are you sure you want to remove filewall rule '{0}'?. + /// Looks up a localized string similar to Are you sure you want to remove firewall rule '{0}'?. /// internal static string RemoveFirewallRule { get { @@ -1819,7 +1819,7 @@ internal static string StopSynapseDataFlowDebugSession { } /// - /// Looks up a localized string similar to Storage acount name is not provided.. + /// Looks up a localized string similar to Storage account name is not provided.. /// internal static string StorageAccountNameParameterException { get { @@ -1976,7 +1976,7 @@ internal static string UpdatingManagedIdentity { } /// - /// Looks up a localized string similar to Updating threat protection settings in SQL pool '{0}' under worksapce '{1}'.. + /// Looks up a localized string similar to Updating threat protection settings in SQL pool '{0}' under workspace '{1}'.. /// internal static string UpdatingSqlPoolThreatProtectionSetting { get { @@ -2174,7 +2174,7 @@ internal static string WorkspacePackageExists { } /// - /// Looks up a localized string similar to More than one role assignment under workspace '{0}' was found: {1}. Please condiser using Remove-AzSynapseRoleAssignment -WorkspaceName <string> -RoleAssignmentId <string>. + /// Looks up a localized string similar to More than one role assignment under workspace '{0}' was found: {1}. Please consider using Remove-AzSynapseRoleAssignment -WorkspaceName <string> -RoleAssignmentId <string>. /// internal static string WorkspaceRoleAssignmentMoreThanOneFound { get { diff --git a/src/Synapse/Synapse/Properties/Resources.resx b/src/Synapse/Synapse/Properties/Resources.resx index 22a6e5e57c9c..df606b8a9fa6 100644 --- a/src/Synapse/Synapse/Properties/Resources.resx +++ b/src/Synapse/Synapse/Properties/Resources.resx @@ -169,7 +169,7 @@ Spark pool with name '{0}' in resource group '{1}' under parent workspace '{2}' does not exist. Please use New-AzSynapseSparkPool to create a Spark pool with these properties. - Could not find Spark statement: '{0}' in any resource group in the currently selected workspace: '{1}' Spark pool: '{2}'. Please specifiy the session identifier explicitly. + Could not find Spark statement: '{0}' in any resource group in the currently selected workspace: '{1}' Spark pool: '{2}'. Please specify the session identifier explicitly. Failed to discover restore points for SQL database with name '{0}' in resource group '{1}' under workspace '{2}' does not exist. @@ -328,11 +328,11 @@ Upgrading integration runtime '{0}'. - Continuing execution will renegerate the authentication key '{0}' of integration runtime {1}. This operation will invalidate the existing authentication key. + Continuing execution will regenerate the authentication key '{0}' of integration runtime {1}. This operation will invalidate the existing authentication key. Are you sure you want to continue? - Renegerate the authentication key '{0}' of integration runtime {1}. + Regenerate the authentication key '{0}' of integration runtime {1}. Are you sure you want to remove integration runtime '{0}' in workspace '{1}'? @@ -359,7 +359,7 @@ Are you sure you want to continue? Please provide a VNet resource ID and subnet name to bring static public IP addresses for your Azure-SSIS Integration Runtime. - The value for pramater 'Type' is different with existing integration runtime with name {0}. + The value for parameter 'Type' is different with existing integration runtime with name {0}. Only self-hosted integration runtime can be shared. @@ -368,7 +368,7 @@ Are you sure you want to continue? Please provide two static public IP addresses for your Azure-SSIS Integration Runtime. - Pramater 'Type' must be provided when creating new integration runtime. + Parameter 'Type' must be provided when creating new integration runtime. Updating the authentication key of linked integration runtime '{0}' is not allowed. @@ -460,7 +460,7 @@ Are you sure you want to continue? Creating a new SQL pool restored from '{0}' in resource group '{1}' under parent Workspace '{2}' with name '{3}'. - Are you sure you want to remove filewall rule '{0}'? + Are you sure you want to remove firewall rule '{0}'? Are you sure you want to remove data flow '{0}'? @@ -553,7 +553,7 @@ Are you sure you want to continue? Setting audit in workspace '{0}'. - Storage acount name is not provided. + Storage account name is not provided. Removing audit settings in SQL pool '{0}' under workspace '{1}'. @@ -601,7 +601,7 @@ Are you sure you want to continue? Are you sure you want to remove Synapse Sql Pool Restore Point '{0}'? - Updating threat protection settings in SQL pool '{0}' under worksapce '{1}'. + Updating threat protection settings in SQL pool '{0}' under workspace '{1}'. Removing threat protection settings in SQL pool '{0}' under workspace '{1}'. @@ -664,7 +664,7 @@ Are you sure you want to continue? A workspace key with name '{0}' in resource group '{1}' under workspace '{2}' already exists. Please use Update-AzSynapseWorkspaceKey to update an existing workspace key. - More than one role assignment under workspace '{0}' was found: {1}. Please condiser using Remove-AzSynapseRoleAssignment -WorkspaceName <string> -RoleAssignmentId <string> + More than one role assignment under workspace '{0}' was found: {1}. Please consider using Remove-AzSynapseRoleAssignment -WorkspaceName <string> -RoleAssignmentId <string> Cannot find role assignment under workspace '{0}'. diff --git a/src/Terraform/Terraform/ChangeLog.md b/src/Terraform/Terraform/ChangeLog.md index 5865bf2baaf4..9219ea7602c0 100644 --- a/src/Terraform/Terraform/ChangeLog.md +++ b/src/Terraform/Terraform/ChangeLog.md @@ -23,7 +23,7 @@ * Upgraded nuget package to signed package. ## Version 0.1.1 -* Fixed descrption for this module +* Fixed description for this module ## Version 0.1.0 * First preview release for module Az.Terraform diff --git a/src/TimeSeriesInsights/TimeSeriesInsights/ChangeLog.md b/src/TimeSeriesInsights/TimeSeriesInsights/ChangeLog.md index fecbd6666957..16c5836f745d 100644 --- a/src/TimeSeriesInsights/TimeSeriesInsights/ChangeLog.md +++ b/src/TimeSeriesInsights/TimeSeriesInsights/ChangeLog.md @@ -29,7 +29,7 @@ * Introduced secrets detection feature to safeguard sensitive data. ## Version 0.2.0 -* Upgraded API verision to 2020-05-15 +* Upgraded API version to 2020-05-15 ## Version 0.1.0 * the first preview release diff --git a/src/TrafficManager/TrafficManager/Properties/Resources.Designer.cs b/src/TrafficManager/TrafficManager/Properties/Resources.Designer.cs index ede6adb9ada1..3d8abc54ae10 100644 --- a/src/TrafficManager/TrafficManager/Properties/Resources.Designer.cs +++ b/src/TrafficManager/TrafficManager/Properties/Resources.Designer.cs @@ -169,7 +169,7 @@ internal static string Confirm_RemoveStatusCodeRange { } /// - /// Looks up a localized string similar to There is already an existing adress range starting with '{0}'.. + /// Looks up a localized string similar to There is already an existing address range starting with '{0}'.. /// internal static string Error_AddExistingAddressRange { get { diff --git a/src/TrafficManager/TrafficManager/Properties/Resources.resx b/src/TrafficManager/TrafficManager/Properties/Resources.resx index 78117cd8a39c..2a805e99f20c 100644 --- a/src/TrafficManager/TrafficManager/Properties/Resources.resx +++ b/src/TrafficManager/TrafficManager/Properties/Resources.resx @@ -154,7 +154,7 @@ Are you sure you want to remove the expected status code range starting with '{0}' from profile '{1}' in resource group '{2}'? - There is already an existing adress range starting with '{0}'. + There is already an existing address range starting with '{0}'. There is already an existing endpoint with name '{0}'. diff --git a/src/TrustedSigning/TrustedSigning/Commands/GetAzureTrustedSigningRootCert.cs b/src/TrustedSigning/TrustedSigning/Commands/GetAzureTrustedSigningRootCert.cs index 8e1304cdc768..1187ec52a445 100644 --- a/src/TrustedSigning/TrustedSigning/Commands/GetAzureTrustedSigningRootCert.cs +++ b/src/TrustedSigning/TrustedSigning/Commands/GetAzureTrustedSigningRootCert.cs @@ -107,7 +107,7 @@ private void WriteRootCert(Stream rootcert) rootcert.CopyTo(fileStream); fileStream.Dispose(); - //read thumbprint and subject namme + //read thumbprint and subject name byte[] rawData = File.ReadAllBytes(downloadPath); X509Certificate2 x509 = new X509Certificate2(rawData); diff --git a/src/WindowsIotServices/WindowsIotServices.Autorest/test/Update-AzWindowsIotServicesDevice.Tests.ps1 b/src/WindowsIotServices/WindowsIotServices.Autorest/test/Update-AzWindowsIotServicesDevice.Tests.ps1 index 53f9e967b092..60fd48950877 100644 --- a/src/WindowsIotServices/WindowsIotServices.Autorest/test/Update-AzWindowsIotServicesDevice.Tests.ps1 +++ b/src/WindowsIotServices/WindowsIotServices.Autorest/test/Update-AzWindowsIotServicesDevice.Tests.ps1 @@ -13,7 +13,7 @@ while(-not $mockingPath) { Describe 'Update-AzWindowsIotServicesDevice' { It 'UpdateExpanded' { - # Cannot update paramter tag and the azure portal cannot update it. + # Cannot update parameter tag and the azure portal cannot update it. $wis = Update-AzWindowsIotServicesDevice -ResourceGroupName $env.resourceGroup -Name $env.wis01 -Quantity 100 #-Tag @{'key1'=1;'key2'=1} $wis.Quantity | Should -Be 100 # $wis.Tag.Count | Should -be 2 diff --git a/src/Workloads/SapVirtualInstance.Autorest/custom/New-AzWorkloadsSapVirtualInstance/New-AzWorkloadsSapVirtualInstance_CreateWithJsonString.cs b/src/Workloads/SapVirtualInstance.Autorest/custom/New-AzWorkloadsSapVirtualInstance/New-AzWorkloadsSapVirtualInstance_CreateWithJsonString.cs index 116313ef9272..9532de130f99 100644 --- a/src/Workloads/SapVirtualInstance.Autorest/custom/New-AzWorkloadsSapVirtualInstance/New-AzWorkloadsSapVirtualInstance_CreateWithJsonString.cs +++ b/src/Workloads/SapVirtualInstance.Autorest/custom/New-AzWorkloadsSapVirtualInstance/New-AzWorkloadsSapVirtualInstance_CreateWithJsonString.cs @@ -21,13 +21,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Cmdlet public partial class NewAzWorkloadsSapVirtualInstance_CreateWithJsonString : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IEventListener { - /// A unique id generatd for the this cmdlet when it is instantiated. + /// A unique id generated for the this cmdlet when it is instantiated. private string __correlationId = System.Guid.NewGuid().ToString(); /// A copy of the Invocation Info (necessary to allow asJob to clone this cmdlet) private global::System.Management.Automation.InvocationInfo __invocationInfo; - /// A unique id generatd for the this cmdlet when ProcessRecord() is called. + /// A unique id generated for the this cmdlet when ProcessRecord() is called. private string __processRecordId; /// @@ -316,7 +316,7 @@ protected override void EndProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Initializes a new instance of the cmdlet class. /// public NewAzWorkloadsSapVirtualInstance_CreateWithJsonString() { diff --git a/src/Workloads/SapVirtualInstance.Autorest/docs/New-AzWorkloadsSapVirtualInstance.md b/src/Workloads/SapVirtualInstance.Autorest/docs/New-AzWorkloadsSapVirtualInstance.md index 52e44abed668..3a6a6338bbdf 100644 --- a/src/Workloads/SapVirtualInstance.Autorest/docs/New-AzWorkloadsSapVirtualInstance.md +++ b/src/Workloads/SapVirtualInstance.Autorest/docs/New-AzWorkloadsSapVirtualInstance.md @@ -88,7 +88,7 @@ Name ResourceGroupName Health Environment ProvisioningState SapProduct State SK1 PowerShell-CLI-TestRG NonProd Succeeded S4HANA RegistrationComplete eastus ``` -In this example, you Install the SAP software on the deployed infrastructure for a three tier distributed Highly Availabile SAP system with Transport directory and customized resource naming. +In this example, you Install the SAP software on the deployed infrastructure for a three tier distributed Highly Available SAP system with Transport directory and customized resource naming. ### Example 5: Register an existing SAP system as a VIS ```powershell @@ -117,7 +117,7 @@ L46 PowerShell-CLI-TestRG NonProd Succeeded S4HANA Regis Use the New-AzWorkloadsSapVirtualInstance cmdlet with the suggested input parameters to register an existing SAP system as a Virtual Instance for SAP solutions resource with a custom Managed Resource Group and Managed Storage Account Name, and specify the Managed Storage Account Network Access Type setting as per your security requirements. Learn More: https://go.microsoft.com/fwlink/?linkid=2256933 -### Example 7: Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallary Image +### Example 7: Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallery Image ```powershell New-AzWorkloadsSapVirtualInstance -ResourceGroupName 'PowerShell-CLI-TestRG' -Name SK1 -Location eastus -Environment 'NonProd' -SapProduct 'S4HANA' -Configuration .\CreatePayloadHACustomNames.json -IdentityType 'UserAssigned' -ManagedResourceGroupName "acss-mrg1" -UserAssignedIdentity @{'/subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourcegroups/SAP-E2ETest-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/E2E-RBAC-MSI'= @{}} ``` @@ -128,7 +128,7 @@ Name ResourceGroupName Health Environment ProvisioningState SapProduct State SK1 PowerShell-CLI-TestRG NonProd Succeeded S4HANA SoftwareInstallationPending eastus ``` -In this example, you Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallary Image. +In this example, you Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallery Image. See sample json payload here: https://go.microsoft.com/fwlink/?linkid=2263420 ## PARAMETERS diff --git a/src/Workloads/SapVirtualInstance.Autorest/examples/New-AzWorkloadsSapVirtualInstance.md b/src/Workloads/SapVirtualInstance.Autorest/examples/New-AzWorkloadsSapVirtualInstance.md index f710e3f54218..21cf06bcb144 100644 --- a/src/Workloads/SapVirtualInstance.Autorest/examples/New-AzWorkloadsSapVirtualInstance.md +++ b/src/Workloads/SapVirtualInstance.Autorest/examples/New-AzWorkloadsSapVirtualInstance.md @@ -48,7 +48,7 @@ Name ResourceGroupName Health Environment ProvisioningState SapProduct State SK1 PowerShell-CLI-TestRG NonProd Succeeded S4HANA RegistrationComplete eastus ``` -In this example, you Install the SAP software on the deployed infrastructure for a three tier distributed Highly Availabile SAP system with Transport directory and customized resource naming. +In this example, you Install the SAP software on the deployed infrastructure for a three tier distributed Highly Available SAP system with Transport directory and customized resource naming. ### Example 5: Register an existing SAP system as a VIS ```powershell @@ -76,7 +76,7 @@ L46 PowerShell-CLI-TestRG NonProd Succeeded S4HANA Regis Use the New-AzWorkloadsSapVirtualInstance cmdlet with the suggested input parameters to register an existing SAP system as a Virtual Instance for SAP solutions resource with a custom Managed Resource Group and Managed Storage Account Name, and specify the Managed Storage Account Network Access Type setting as per your security requirements. Learn More: https://go.microsoft.com/fwlink/?linkid=2256933 -### Example 7: Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallary Image +### Example 7: Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallery Image ```powershell New-AzWorkloadsSapVirtualInstance -ResourceGroupName 'PowerShell-CLI-TestRG' -Name SK1 -Location eastus -Environment 'NonProd' -SapProduct 'S4HANA' -Configuration .\CreatePayloadHACustomNames.json -IdentityType 'UserAssigned' -ManagedResourceGroupName "acss-mrg1" -UserAssignedIdentity @{'/subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourcegroups/SAP-E2ETest-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/E2E-RBAC-MSI'= @{}} ``` @@ -87,4 +87,4 @@ Name ResourceGroupName Health Environment ProvisioningState SapProduct State SK1 PowerShell-CLI-TestRG NonProd Succeeded S4HANA SoftwareInstallationPending eastus ``` -In this example, you Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallary Image. See sample json payload here: https://go.microsoft.com/fwlink/?linkid=2263420 \ No newline at end of file +In this example, you Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallery Image. See sample json payload here: https://go.microsoft.com/fwlink/?linkid=2263420 \ No newline at end of file