diff --git a/src/Synapse/Synapse/help/Add-AzSynapseDataFlowDebugSessionPackage.md b/src/Synapse/Synapse/help/Add-AzSynapseDataFlowDebugSessionPackage.md index 1ffcbc309edc..9a39c11e7f9c 100644 --- a/src/Synapse/Synapse/help/Add-AzSynapseDataFlowDebugSessionPackage.md +++ b/src/Synapse/Synapse/help/Add-AzSynapseDataFlowDebugSessionPackage.md @@ -39,7 +39,7 @@ Stop-AzSynapseDataFlowDebugSession Add-AzSynapseDataFlowDebugSessionPackage -WorkspaceName ContosoWorkspace -PackageFile "D:\dataflowps\addpackage.json" -SessionId 3afb278e-ac5f-469f-a0b6-2f04c3ab59bc ``` -Add data flow package into debug session "3afb278e-ac5f-469f-a0b6-2f04c3ab59bc" under Synapse workspace "ContosoWorkspace". Pakcage file contains data flow debug resource, list of dataset debug resource, list of linked service debug resource, debug setting and session ID. [-SessionId] parameter is optional, if it is specified, it will replace the existing sessionId property in the package file. +Add data flow package into debug session "3afb278e-ac5f-469f-a0b6-2f04c3ab59bc" under Synapse workspace "ContosoWorkspace". Package file contains data flow debug resource, list of dataset debug resource, list of linked service debug resource, debug setting and session ID. [-SessionId] parameter is optional, if it is specified, it will replace the existing sessionId property in the package file. ### Example 2 ```powershell diff --git a/src/Synapse/Synapse/help/Add-AzSynapseTriggerSubscription.md b/src/Synapse/Synapse/help/Add-AzSynapseTriggerSubscription.md index 3106864d0998..069e082c2635 100644 --- a/src/Synapse/Synapse/help/Add-AzSynapseTriggerSubscription.md +++ b/src/Synapse/Synapse/help/Add-AzSynapseTriggerSubscription.md @@ -31,7 +31,7 @@ Add-AzSynapseTriggerSubscription -InputObject [-AsJob] ``` ## DESCRIPTION -The **Add-AzSynapseTriggerSubscription** cmdlet subscribes the event trigger to the specified external service events from the trigger defintion. +The **Add-AzSynapseTriggerSubscription** cmdlet subscribes the event trigger to the specified external service events from the trigger definition. ## EXAMPLES @@ -40,7 +40,7 @@ The **Add-AzSynapseTriggerSubscription** cmdlet subscribes the event trigger to Add-AzSynapseTriggerSubscription -WorkspaceName ContosoWorkspace -Name ContosoTrigger ``` -This command will subscribe trigger called ContosoTrigger to the specified events from the trigger defintion. +This command will subscribe trigger called ContosoTrigger to the specified events from the trigger definition. ### Example 2 ```powershell @@ -48,7 +48,7 @@ $ws = Get-AzSynapseWorkspace -Name ContosoWorkspace $ws | Add-AzSynapseTriggerSubscription -Name ContosoTrigger ``` -This command will subscribe trigger called ContosoTrigger to the specified events from the trigger defintion through pipeline. +This command will subscribe trigger called ContosoTrigger to the specified events from the trigger definition through pipeline. ### Example 3 ```powershell @@ -56,7 +56,7 @@ $trigger = Get-AzSynapseTrigger -WorkspaceName ContosoWorkspace -Name ContosoTri $trigger | Add-AzSynapseTriggerSubscription ``` -This command will subscribe trigger called ContosoTrigger to the specified events from the trigger defintion through pipeline. +This command will subscribe trigger called ContosoTrigger to the specified events from the trigger definition through pipeline. ## PARAMETERS diff --git a/src/Synapse/Synapse/help/Az.Synapse.md b/src/Synapse/Synapse/help/Az.Synapse.md index e365912392b4..60a7b70541b3 100644 --- a/src/Synapse/Synapse/help/Az.Synapse.md +++ b/src/Synapse/Synapse/help/Az.Synapse.md @@ -51,7 +51,7 @@ When creating an Azure Synapse Analytics workspace, you can choose to encrypt al Exports KQL script. ### [Export-AzSynapseNotebook](Export-AzSynapseNotebook.md) -Exports notbooks. +Exports notebooks. ### [Export-AzSynapseSparkConfiguration](Export-AzSynapseSparkConfiguration.md) Exports a Synapse spark configuration to an output folder. @@ -141,7 +141,7 @@ Gets information about linked services in workspace. Gets Managed Identity Sql Control Settings. ### [Get-AzSynapseManagedPrivateEndpoint](Get-AzSynapseManagedPrivateEndpoint.md) -Gets information about mananged private endpoints in a workspace +Gets information about managed private endpoints in a workspace ### [Get-AzSynapseNotebook](Get-AzSynapseNotebook.md) Gets information about notebooks in a workspace. diff --git a/src/Synapse/Synapse/help/Export-AzSynapseKqlScript.md b/src/Synapse/Synapse/help/Export-AzSynapseKqlScript.md index 2b3efc0ff22e..be00e1fd75e8 100644 --- a/src/Synapse/Synapse/help/Export-AzSynapseKqlScript.md +++ b/src/Synapse/Synapse/help/Export-AzSynapseKqlScript.md @@ -38,10 +38,10 @@ The name of the KQL script becomes the name of the exported file. If you specify ### Example 1 ```powershell -Export-AzSynapseKqlScript -WorkspaceName ContosoWorkspace -OutputFolder "C:\KqlScirpt" +Export-AzSynapseKqlScript -WorkspaceName ContosoWorkspace -OutputFolder "C:\KqlScript" ``` -Exports all KQL scripts in the workspace ContosoWorkspace to the folder "C:\KqlScirpt". +Exports all KQL scripts in the workspace ContosoWorkspace to the folder "C:\KqlScript". ### Example 2 ```powershell diff --git a/src/Synapse/Synapse/help/Export-AzSynapseNotebook.md b/src/Synapse/Synapse/help/Export-AzSynapseNotebook.md index ec7f0f5dcdfa..fc021f487d84 100644 --- a/src/Synapse/Synapse/help/Export-AzSynapseNotebook.md +++ b/src/Synapse/Synapse/help/Export-AzSynapseNotebook.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Export-AzSynapseNotebook ## SYNOPSIS -Exports notbooks. +Exports notebooks. ## SYNTAX diff --git a/src/Synapse/Synapse/help/Get-AzSynapseDroppedSqlPool.md b/src/Synapse/Synapse/help/Get-AzSynapseDroppedSqlPool.md index 2c607bc02f7c..44314f4cc9be 100644 --- a/src/Synapse/Synapse/help/Get-AzSynapseDroppedSqlPool.md +++ b/src/Synapse/Synapse/help/Get-AzSynapseDroppedSqlPool.md @@ -61,7 +61,7 @@ Accept wildcard characters: False ``` ### -DeletionDate -The deletion date of the Azure Synaspe SQL Database to retrieve backups for, with millisecond precision (e.g. 2016-02-23T00:21:22.847Z) +The deletion date of the Azure Synapse SQL Database to retrieve backups for, with millisecond precision (e.g. 2016-02-23T00:21:22.847Z) ```yaml Type: System.Nullable`1[System.DateTime] diff --git a/src/Synapse/Synapse/help/Get-AzSynapseFirewallRule.md b/src/Synapse/Synapse/help/Get-AzSynapseFirewallRule.md index 5841a875e104..fdd108774079 100644 --- a/src/Synapse/Synapse/help/Get-AzSynapseFirewallRule.md +++ b/src/Synapse/Synapse/help/Get-AzSynapseFirewallRule.md @@ -70,7 +70,7 @@ Accept wildcard characters: False ``` ### -Name -The firerwall rule name for the workspace. +The firewall rule name for the workspace. ```yaml Type: System.String diff --git a/src/Synapse/Synapse/help/Get-AzSynapseManagedPrivateEndpoint.md b/src/Synapse/Synapse/help/Get-AzSynapseManagedPrivateEndpoint.md index 794b5ea45ffb..0ececd97d171 100644 --- a/src/Synapse/Synapse/help/Get-AzSynapseManagedPrivateEndpoint.md +++ b/src/Synapse/Synapse/help/Get-AzSynapseManagedPrivateEndpoint.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-AzSynapseManagedPrivateEndpoint ## SYNOPSIS -Gets information about mananged private endpoints in a workspace +Gets information about managed private endpoints in a workspace ## SYNTAX @@ -25,7 +25,7 @@ Get-AzSynapseManagedPrivateEndpoint -WorkspaceObject [-Name ``` ## DESCRIPTION -The **Get-AzSynapseManagedPrivateEndpoint** cmdlet gets information about mananged private endpoints in a workspace. If you specify the name of a mananged private endpoint, the cmdlet gets information about that mananged private endpoint. If you do not specify a name, the cmdlet gets information about all mananged private endpoints in the workspace. +The **Get-AzSynapseManagedPrivateEndpoint** cmdlet gets information about managed private endpoints in a workspace. If you specify the name of a managed private endpoint, the cmdlet gets information about that managed private endpoint. If you do not specify a name, the cmdlet gets information about all managed private endpoints in the workspace. ## EXAMPLES @@ -34,14 +34,14 @@ The **Get-AzSynapseManagedPrivateEndpoint** cmdlet gets information about manang Get-AzSynapseManagedPrivateEndpoint -WorkspaceName ContosoWorkspace -Name ContosoManagedPrivateEndpoint ``` -Gets a single mananged private endpoint called ContosoManagedPrivateEndpoint in the workspace ContosoWorkspace. +Gets a single managed private endpoint called ContosoManagedPrivateEndpoint in the workspace ContosoWorkspace. ### Example 2 ```powershell Get-AzSynapseManagedPrivateEndpoint -WorkspaceName ContosoWorkspace ``` -Gets a list of all mananged private endpoints in the workspace ContosoWorkspace. +Gets a list of all managed private endpoints in the workspace ContosoWorkspace. ### Example 3 ```powershell @@ -49,7 +49,7 @@ $ws = Get-AzSynapseWorkspace -Name ContosoWorkspace $ws | Get-AzSynapseManagedPrivateEndpoint -Name ContosoManagedPrivateEndpoint ``` -Gets a single mananged private endpoint called ContosoManagedPrivateEndpoint in the workspace ContosoWorkspace through pipeline. +Gets a single managed private endpoint called ContosoManagedPrivateEndpoint in the workspace ContosoWorkspace through pipeline. ## PARAMETERS diff --git a/src/Synapse/Synapse/help/Get-AzSynapseTriggerSubscriptionStatus.md b/src/Synapse/Synapse/help/Get-AzSynapseTriggerSubscriptionStatus.md index 3e51eff55d8c..fe69714ea60e 100644 --- a/src/Synapse/Synapse/help/Get-AzSynapseTriggerSubscriptionStatus.md +++ b/src/Synapse/Synapse/help/Get-AzSynapseTriggerSubscriptionStatus.md @@ -40,7 +40,7 @@ The **Get-AzSynapseTriggerSubscriptionStatus** cmdlet gets the status of the sub Get-AzSynapseTriggerSubscriptionStatus -WorkspaceName ContosoWorkspace -Name ContosoTrigger ``` -This command will get the status of the subscribtion for trigger called ContosoTrigger to the external service events. +This command will get the status of the subscription for trigger called ContosoTrigger to the external service events. ### Example 2 ```powershell @@ -48,7 +48,7 @@ $ws = Get-AzSynapseWorkspace -Name ContosoWorkspace $ws | Get-AzSynapseTriggerSubscriptionStatus -Name ContosoTrigger ``` -This command will get the status of the subscribtion for trigger called ContosoTrigger to the external service events through pipeline. +This command will get the status of the subscription for trigger called ContosoTrigger to the external service events through pipeline. ### Example 3 ```powershell @@ -56,7 +56,7 @@ $trigger = Get-AzSynapseTrigger -WorkspaceName ContosoWorkspace -Name ContosoTri $trigger | Get-AzSynapseTriggerSubscriptionStatus ``` -This command will get the status of the subscribtion for trigger called ContosoTrigger to the external service events through pipeline. +This command will get the status of the subscription for trigger called ContosoTrigger to the external service events through pipeline. ## PARAMETERS diff --git a/src/Synapse/Synapse/help/Invoke-AzSynapseTriggerRun.md b/src/Synapse/Synapse/help/Invoke-AzSynapseTriggerRun.md index 03cf4c41313f..97f45ce0c34f 100644 --- a/src/Synapse/Synapse/help/Invoke-AzSynapseTriggerRun.md +++ b/src/Synapse/Synapse/help/Invoke-AzSynapseTriggerRun.md @@ -18,7 +18,7 @@ Invoke-AzSynapseTriggerRun -WorkspaceName -Name -TriggerRunId [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` -### InvokByInputObject +### InvokeByInputObject ``` Invoke-AzSynapseTriggerRun -InputObject [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] @@ -80,7 +80,7 @@ The information about the trigger run. ```yaml Type: Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun -Parameter Sets: InvokByInputObject +Parameter Sets: InvokeByInputObject Aliases: Required: True diff --git a/src/Synapse/Synapse/help/New-AzSynapseFirewallRule.md b/src/Synapse/Synapse/help/New-AzSynapseFirewallRule.md index a1f529c2978d..487ab40448ed 100644 --- a/src/Synapse/Synapse/help/New-AzSynapseFirewallRule.md +++ b/src/Synapse/Synapse/help/New-AzSynapseFirewallRule.md @@ -157,7 +157,7 @@ Accept wildcard characters: False ``` ### -Name -The firerwall rule name for the workspace. +The firewall rule name for the workspace. ```yaml Type: System.String diff --git a/src/Synapse/Synapse/help/New-AzSynapseWorkspacePackage.md b/src/Synapse/Synapse/help/New-AzSynapseWorkspacePackage.md index f6ae2f8996e3..9e308de0af54 100644 --- a/src/Synapse/Synapse/help/New-AzSynapseWorkspacePackage.md +++ b/src/Synapse/Synapse/help/New-AzSynapseWorkspacePackage.md @@ -35,7 +35,7 @@ The **New-AzSynapseWorkspacePackage** uploads a local workspace package file to New-AzSynapseWorkspacePackage -WorkspaceName ContosoWorkspace -Package ".\ContosoPackage.whl" ``` -This command uploads the workspace package whose location is ".\ContosoPackage.whl" to an Azure Synapse workspace named ContosoWorkspace. The workspace pacakge can be either wheel or jar files. +This command uploads the workspace package whose location is ".\ContosoPackage.whl" to an Azure Synapse workspace named ContosoWorkspace. The workspace package can be either wheel or jar files. ### Example 2: Upload all workspace packages under the current folder ```powershell @@ -50,7 +50,7 @@ $package = New-AzSynapseWorkspacePackage -WorkspaceName ContosoWorkspace -Packag Update-AzSynapseSparkPool -WorkspaceName ContosoWorkspace -Name ContosoSparkPool -PackageAction Add -Package $package ``` -This first command uploads the workspace package whose location is ".\ContosoPackage.whl" to an Azure Synapse workspace named ContosoWorkspace. The workspace pacakge can be either wheel or jar files. Then the second command addes the package to a given Apache Spark pool named ContotoSparkPool. +This first command uploads the workspace package whose location is ".\ContosoPackage.whl" to an Azure Synapse workspace named ContosoWorkspace. The workspace package can be either wheel or jar files. Then the second command addes the package to a given Apache Spark pool named ContosoSparkPool. ## PARAMETERS diff --git a/src/Synapse/Synapse/help/Remove-AzSynapseFirewallRule.md b/src/Synapse/Synapse/help/Remove-AzSynapseFirewallRule.md index febf2b37d1c1..bf66e87bf1f9 100644 --- a/src/Synapse/Synapse/help/Remove-AzSynapseFirewallRule.md +++ b/src/Synapse/Synapse/help/Remove-AzSynapseFirewallRule.md @@ -92,7 +92,7 @@ Accept wildcard characters: False ``` ### -Name -The firerwall rule name for the workspace. +The firewall rule name for the workspace. ```yaml Type: System.String diff --git a/src/Synapse/Synapse/help/Remove-AzSynapseLinkConnection.md b/src/Synapse/Synapse/help/Remove-AzSynapseLinkConnection.md index 0d6ce43f6d17..b1f78dea2f41 100644 --- a/src/Synapse/Synapse/help/Remove-AzSynapseLinkConnection.md +++ b/src/Synapse/Synapse/help/Remove-AzSynapseLinkConnection.md @@ -31,7 +31,7 @@ Remove-AzSynapseLinkConnection -InputObject [-PassThr ``` ## DESCRIPTION -The **Remove-AzSynapseLinkConnection** cmdlet removes a link connection from workspace. Only link connections in initial or stpped status can be removed. +The **Remove-AzSynapseLinkConnection** cmdlet removes a link connection from workspace. Only link connections in initial or stopped status can be removed. ## EXAMPLES diff --git a/src/Synapse/Synapse/help/Remove-AzSynapseManagedPrivateEndpoint.md b/src/Synapse/Synapse/help/Remove-AzSynapseManagedPrivateEndpoint.md index d4639c1e1bca..4e509718738e 100644 --- a/src/Synapse/Synapse/help/Remove-AzSynapseManagedPrivateEndpoint.md +++ b/src/Synapse/Synapse/help/Remove-AzSynapseManagedPrivateEndpoint.md @@ -55,8 +55,8 @@ Remove a managed private endpoint called ContosoManagedPrivateEndpoint from the ### Example 3 ```powershell -$privateendpint = Get-AzSynapseManagedPrivateEndpoint -WorkspaceName ContosoWorkspace -Name ContosoManagedPrivateEndpoint -$privateendpint | Remove-AzSynapseManagedPrivateEndpoint +$privateendpoint = Get-AzSynapseManagedPrivateEndpoint -WorkspaceName ContosoWorkspace -Name ContosoManagedPrivateEndpoint +$privateendpoint | Remove-AzSynapseManagedPrivateEndpoint ``` Remove a managed private endpoint called ContosoManagedPrivateEndpoint from the workspace ContosoWorkspace through pipeline. diff --git a/src/Synapse/Synapse/help/Remove-AzSynapseTriggerSubscription.md b/src/Synapse/Synapse/help/Remove-AzSynapseTriggerSubscription.md index 444950174fcb..1a38bc174c74 100644 --- a/src/Synapse/Synapse/help/Remove-AzSynapseTriggerSubscription.md +++ b/src/Synapse/Synapse/help/Remove-AzSynapseTriggerSubscription.md @@ -31,7 +31,7 @@ Remove-AzSynapseTriggerSubscription -InputObject [-PassThru] ``` ## DESCRIPTION -The **Remove-AzSynapseTriggerSubscription** cmdlet unsubscribes the event trigger to the specified external service events from the trigger defintion. +The **Remove-AzSynapseTriggerSubscription** cmdlet unsubscribes the event trigger to the specified external service events from the trigger definition. ## EXAMPLES @@ -40,7 +40,7 @@ The **Remove-AzSynapseTriggerSubscription** cmdlet unsubscribes the event trigge Remove-AzSynapseTriggerSubscription -WorkspaceName ContosoWorkspace -Name ContosoTrigger ``` -This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger defintion. +This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger definition. ### Example 2 ```powershell @@ -48,7 +48,7 @@ $ws = Get-AzSynapseWorkspace -Name ContosoWorkspace $ws | Remove-AzSynapseTriggerSubscription -Name ContosoTrigger ``` -This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger defintion through pipeline. +This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger definition through pipeline. ### Example 3 ```powershell @@ -56,7 +56,7 @@ $trigger = Get-AzSynapseTrigger -WorkspaceName ContosoWorkspace -Name ContosoTri $trigger | Remove-AzSynapseTriggerSubscription ``` -This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger defintion through pipeline. +This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger definition through pipeline. ## PARAMETERS diff --git a/src/Synapse/Synapse/help/Restore-AzSynapseSqlPool.md b/src/Synapse/Synapse/help/Restore-AzSynapseSqlPool.md index 30de285c4148..d141e22fdc5a 100644 --- a/src/Synapse/Synapse/help/Restore-AzSynapseSqlPool.md +++ b/src/Synapse/Synapse/help/Restore-AzSynapseSqlPool.md @@ -142,7 +142,7 @@ Accept wildcard characters: False ``` ### -DeletionDate -The deletion date of the Azure Synaspe SQL Database to retrieve backups for, with millisecond precision (e.g. 2016-02-23T00:21:22.847Z) +The deletion date of the Azure Synapse SQL Database to retrieve backups for, with millisecond precision (e.g. 2016-02-23T00:21:22.847Z) ```yaml Type: System.DateTime diff --git a/src/Synapse/Synapse/help/Update-AzSynapseFirewallRule.md b/src/Synapse/Synapse/help/Update-AzSynapseFirewallRule.md index 2b1082877f6a..8b0ba0e2b3d2 100644 --- a/src/Synapse/Synapse/help/Update-AzSynapseFirewallRule.md +++ b/src/Synapse/Synapse/help/Update-AzSynapseFirewallRule.md @@ -27,7 +27,7 @@ Update-AzSynapseFirewallRule -WorkspaceObject -Name