Skip to content

Commit 32edc76

Browse files
authored
fix spelling (#3639)
1 parent e623bb6 commit 32edc76

24 files changed

+57
-57
lines changed

azps-12.5.0/Az.Synapse/Add-AzSynapseDataFlowDebugSessionPackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Stop-AzSynapseDataFlowDebugSession
4343
Add-AzSynapseDataFlowDebugSessionPackage -WorkspaceName ContosoWorkspace -PackageFile "D:\dataflowps\addpackage.json" -SessionId 3afb278e-ac5f-469f-a0b6-2f04c3ab59bc
4444
```
4545

46-
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.
46+
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.
4747

4848
### Example 2
4949
```powershell

azps-12.5.0/Az.Synapse/Add-AzSynapseTriggerSubscription.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add-AzSynapseTriggerSubscription -InputObject <PSTriggerResource> [-AsJob]
3636
```
3737

3838
## DESCRIPTION
39-
The **Add-AzSynapseTriggerSubscription** cmdlet subscribes the event trigger to the specified external service events from the trigger defintion.
39+
The **Add-AzSynapseTriggerSubscription** cmdlet subscribes the event trigger to the specified external service events from the trigger definition.
4040

4141
## EXAMPLES
4242

@@ -45,23 +45,23 @@ The **Add-AzSynapseTriggerSubscription** cmdlet subscribes the event trigger to
4545
Add-AzSynapseTriggerSubscription -WorkspaceName ContosoWorkspace -Name ContosoTrigger
4646
```
4747

48-
This command will subscribe trigger called ContosoTrigger to the specified events from the trigger defintion.
48+
This command will subscribe trigger called ContosoTrigger to the specified events from the trigger definition.
4949

5050
### Example 2
5151
```powershell
5252
$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
5353
$ws | Add-AzSynapseTriggerSubscription -Name ContosoTrigger
5454
```
5555

56-
This command will subscribe trigger called ContosoTrigger to the specified events from the trigger defintion through pipeline.
56+
This command will subscribe trigger called ContosoTrigger to the specified events from the trigger definition through pipeline.
5757

5858
### Example 3
5959
```powershell
6060
$trigger = Get-AzSynapseTrigger -WorkspaceName ContosoWorkspace -Name ContosoTrigger
6161
$trigger | Add-AzSynapseTriggerSubscription
6262
```
6363

64-
This command will subscribe trigger called ContosoTrigger to the specified events from the trigger defintion through pipeline.
64+
This command will subscribe trigger called ContosoTrigger to the specified events from the trigger definition through pipeline.
6565

6666
## PARAMETERS
6767

azps-12.5.0/Az.Synapse/Az.Synapse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When creating an Azure Synapse Analytics workspace, you can choose to encrypt al
5353
Exports KQL script.
5454

5555
### [Export-AzSynapseNotebook](Export-AzSynapseNotebook.md)
56-
Exports notbooks.
56+
Exports netbooks.
5757

5858
### [Export-AzSynapseSparkConfiguration](Export-AzSynapseSparkConfiguration.md)
5959
Exports a Synapse spark configuration to an output folder.
@@ -143,7 +143,7 @@ Gets information about linked services in workspace.
143143
Gets Managed Identity Sql Control Settings.
144144

145145
### [Get-AzSynapseManagedPrivateEndpoint](Get-AzSynapseManagedPrivateEndpoint.md)
146-
Gets information about mananged private endpoints in a workspace
146+
Gets information about managed private endpoints in a workspace
147147

148148
### [Get-AzSynapseNotebook](Get-AzSynapseNotebook.md)
149149
Gets information about notebooks in a workspace.

azps-12.5.0/Az.Synapse/Export-AzSynapseKqlScript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ The name of the KQL script becomes the name of the exported file. If you specify
4040

4141
### Example 1
4242
```powershell
43-
Export-AzSynapseKqlScript -WorkspaceName ContosoWorkspace -OutputFolder "C:\KqlScirpt"
43+
Export-AzSynapseKqlScript -WorkspaceName ContosoWorkspace -OutputFolder "C:\KqlScript"
4444
```
4545

46-
Exports all KQL scripts in the workspace ContosoWorkspace to the folder "C:\KqlScirpt".
46+
Exports all KQL scripts in the workspace ContosoWorkspace to the folder "C:\KqlScript".
4747

4848
### Example 2
4949
```powershell

azps-12.5.0/Az.Synapse/Export-AzSynapseNotebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1010
# Export-AzSynapseNotebook
1111

1212
## SYNOPSIS
13-
Exports notbooks.
13+
Exports netbooks.
1414

1515
## SYNTAX
1616

azps-12.5.0/Az.Synapse/Get-AzSynapseDroppedSqlPool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Accept wildcard characters: False
6464
```
6565
6666
### -DeletionDate
67-
The deletion date of the Azure Synaspe SQL Database to retrieve backups for, with millisecond precision (e.g. 2016-02-23T00:21:22.847Z)
67+
The deletion date of the Azure Synapse SQL Database to retrieve backups for, with millisecond precision (e.g. 2016-02-23T00:21:22.847Z)
6868
6969
```yaml
7070
Type: System.Nullable`1[System.DateTime]

azps-12.5.0/Az.Synapse/Get-AzSynapseFirewallRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Accept wildcard characters: False
7272
```
7373
7474
### -Name
75-
The firerwall rule name for the workspace.
75+
The firewall rule name for the workspace.
7676
7777
```yaml
7878
Type: System.String

azps-12.5.0/Az.Synapse/Get-AzSynapseManagedPrivateEndpoint.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1010
# Get-AzSynapseManagedPrivateEndpoint
1111

1212
## SYNOPSIS
13-
Gets information about mananged private endpoints in a workspace
13+
Gets information about managed private endpoints in a workspace
1414

1515
## SYNTAX
1616

@@ -28,7 +28,7 @@ Get-AzSynapseManagedPrivateEndpoint -WorkspaceObject <PSSynapseWorkspace> [-Name
2828
```
2929

3030
## DESCRIPTION
31-
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.
31+
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.
3232

3333
## EXAMPLES
3434

@@ -37,22 +37,22 @@ The **Get-AzSynapseManagedPrivateEndpoint** cmdlet gets information about manang
3737
Get-AzSynapseManagedPrivateEndpoint -WorkspaceName ContosoWorkspace -Name ContosoManagedPrivateEndpoint
3838
```
3939

40-
Gets a single mananged private endpoint called ContosoManagedPrivateEndpoint in the workspace ContosoWorkspace.
40+
Gets a single managed private endpoint called ContosoManagedPrivateEndpoint in the workspace ContosoWorkspace.
4141

4242
### Example 2
4343
```powershell
4444
Get-AzSynapseManagedPrivateEndpoint -WorkspaceName ContosoWorkspace
4545
```
4646

47-
Gets a list of all mananged private endpoints in the workspace ContosoWorkspace.
47+
Gets a list of all managed private endpoints in the workspace ContosoWorkspace.
4848

4949
### Example 3
5050
```powershell
5151
$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
5252
$ws | Get-AzSynapseManagedPrivateEndpoint -Name ContosoManagedPrivateEndpoint
5353
```
5454

55-
Gets a single mananged private endpoint called ContosoManagedPrivateEndpoint in the workspace ContosoWorkspace through pipeline.
55+
Gets a single managed private endpoint called ContosoManagedPrivateEndpoint in the workspace ContosoWorkspace through pipeline.
5656

5757
## PARAMETERS
5858

azps-12.5.0/Az.Synapse/Get-AzSynapseTriggerSubscriptionStatus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ The **Get-AzSynapseTriggerSubscriptionStatus** cmdlet gets the status of the sub
4242
Get-AzSynapseTriggerSubscriptionStatus -WorkspaceName ContosoWorkspace -Name ContosoTrigger
4343
```
4444

45-
This command will get the status of the subscribtion for trigger called ContosoTrigger to the external service events.
45+
This command will get the status of the subscription for trigger called ContosoTrigger to the external service events.
4646

4747
### Example 2
4848
```powershell
4949
$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
5050
$ws | Get-AzSynapseTriggerSubscriptionStatus -Name ContosoTrigger
5151
```
5252

53-
This command will get the status of the subscribtion for trigger called ContosoTrigger to the external service events through pipeline.
53+
This command will get the status of the subscription for trigger called ContosoTrigger to the external service events through pipeline.
5454

5555
### Example 3
5656
```powershell
5757
$trigger = Get-AzSynapseTrigger -WorkspaceName ContosoWorkspace -Name ContosoTrigger
5858
$trigger | Get-AzSynapseTriggerSubscriptionStatus
5959
```
6060

61-
This command will get the status of the subscribtion for trigger called ContosoTrigger to the external service events through pipeline.
61+
This command will get the status of the subscription for trigger called ContosoTrigger to the external service events through pipeline.
6262

6363
## PARAMETERS
6464

azps-12.5.0/Az.Synapse/Invoke-AzSynapseTriggerRun.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Invoke-AzSynapseTriggerRun -WorkspaceName <String> -Name <String> -TriggerRunId
2121
[<CommonParameters>]
2222
```
2323

24-
### InvokByInputObject
24+
### InvokeByInputObject
2525
```
2626
Invoke-AzSynapseTriggerRun -InputObject <PSTriggerRun> [-PassThru] [-DefaultProfile <IAzureContextContainer>]
2727
[-WhatIf] [-Confirm] [<CommonParameters>]
@@ -84,7 +84,7 @@ The information about the trigger run.
8484
8585
```yaml
8686
Type: Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun
87-
Parameter Sets: InvokByInputObject
87+
Parameter Sets: InvokeByInputObject
8888
Aliases:
8989

9090
Required: True

azps-12.5.0/Az.Synapse/New-AzSynapseFirewallRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Accept wildcard characters: False
163163
```
164164
165165
### -Name
166-
The firerwall rule name for the workspace.
166+
The firewall rule name for the workspace.
167167
168168
```yaml
169169
Type: System.String

azps-12.5.0/Az.Synapse/New-AzSynapseWorkspacePackage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The **New-AzSynapseWorkspacePackage** uploads a local workspace package file to
3838
New-AzSynapseWorkspacePackage -WorkspaceName ContosoWorkspace -Package ".\ContosoPackage.whl"
3939
```
4040

41-
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.
41+
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.
4242

4343
### Example 2: Upload all workspace packages under the current folder
4444
```powershell
@@ -53,7 +53,7 @@ $package = New-AzSynapseWorkspacePackage -WorkspaceName ContosoWorkspace -Packag
5353
Update-AzSynapseSparkPool -WorkspaceName ContosoWorkspace -Name ContosoSparkPool -PackageAction Add -Package $package
5454
```
5555

56-
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.
56+
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 adds the package to a given Apache Spark pool named ContosoSparkPool.
5757

5858
## PARAMETERS
5959

azps-12.5.0/Az.Synapse/Remove-AzSynapseFirewallRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Accept wildcard characters: False
9696
```
9797
9898
### -Name
99-
The firerwall rule name for the workspace.
99+
The firewall rule name for the workspace.
100100
101101
```yaml
102102
Type: System.String

azps-12.5.0/Az.Synapse/Remove-AzSynapseLinkConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Remove-AzSynapseLinkConnection -InputObject <PSLinkConnectionResource> [-PassThr
3636
```
3737

3838
## DESCRIPTION
39-
The **Remove-AzSynapseLinkConnection** cmdlet removes a link connection from workspace. Only link connections in initial or stpped status can be removed.
39+
The **Remove-AzSynapseLinkConnection** cmdlet removes a link connection from workspace. Only link connections in initial or stopped status can be removed.
4040

4141
## EXAMPLES
4242

azps-12.5.0/Az.Synapse/Remove-AzSynapseTriggerSubscription.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Remove-AzSynapseTriggerSubscription -InputObject <PSTriggerResource> [-PassThru]
3636
```
3737

3838
## DESCRIPTION
39-
The **Remove-AzSynapseTriggerSubscription** cmdlet unsubscribes the event trigger to the specified external service events from the trigger defintion.
39+
The **Remove-AzSynapseTriggerSubscription** cmdlet unsubscribes the event trigger to the specified external service events from the trigger definition.
4040

4141
## EXAMPLES
4242

@@ -45,23 +45,23 @@ The **Remove-AzSynapseTriggerSubscription** cmdlet unsubscribes the event trigge
4545
Remove-AzSynapseTriggerSubscription -WorkspaceName ContosoWorkspace -Name ContosoTrigger
4646
```
4747

48-
This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger defintion.
48+
This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger definition.
4949

5050
### Example 2
5151
```powershell
5252
$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
5353
$ws | Remove-AzSynapseTriggerSubscription -Name ContosoTrigger
5454
```
5555

56-
This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger defintion through pipeline.
56+
This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger definition through pipeline.
5757

5858
### Example 3
5959
```powershell
6060
$trigger = Get-AzSynapseTrigger -WorkspaceName ContosoWorkspace -Name ContosoTrigger
6161
$trigger | Remove-AzSynapseTriggerSubscription
6262
```
6363

64-
This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger defintion through pipeline.
64+
This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger definition through pipeline.
6565

6666
## PARAMETERS
6767

azps-12.5.0/Az.Synapse/Restore-AzSynapseSqlPool.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The restored SQL pool is created as a new SQL pool.
7171
### Example 1
7272
```powershell
7373
# Transform Synapse SQL pool resource ID to SQL database ID because
74-
# currently the command only accepts the SQL databse ID. For example: /subscriptions/<SubscriptionId>/resourceGroups/<ResourceGroupName>/providers/Microsoft.Sql/servers/<WorkspaceName>/databases/<DatabaseName>
74+
# currently the command only accepts the SQL database ID. For example: /subscriptions/<SubscriptionId>/resourceGroups/<ResourceGroupName>/providers/Microsoft.Sql/servers/<WorkspaceName>/databases/<DatabaseName>
7575
$pool = Get-AzSynapseSqlPool -ResourceGroupName ContosoResourceGroup -WorkspaceName ContosoWorkspace -Name ContosoSqlPool
7676
$databaseId = $pool.Id -replace "Microsoft.Synapse", "Microsoft.Sql" `
7777
-replace "workspaces", "servers" `
@@ -89,7 +89,7 @@ This command creates an Azure Synapse Analytics SQL pool by leveraging a restore
8989
### Example 2
9090
```powershell
9191
# Transform Synapse SQL pool resource ID to SQL database ID because
92-
# currently the command only accepts the SQL databse ID. For example: /subscriptions/<SubscriptionId>/resourceGroups/<ResourceGroupName>/providers/Microsoft.Sql/servers/<WorkspaceName>/recoverabledatabases/<DatabaseName>
92+
# currently the command only accepts the SQL database ID. For example: /subscriptions/<SubscriptionId>/resourceGroups/<ResourceGroupName>/providers/Microsoft.Sql/servers/<WorkspaceName>/recoverabledatabases/<DatabaseName>
9393
$pool = Get-AzSynapseSqlPoolGeoBackup -ResourceGroupName ContosoResourceGroup -WorkspaceName ContosoWorkspace -Name ContosoSqlPool
9494
$databaseId = $pool.Id -replace "Microsoft.Synapse", "Microsoft.Sql" `
9595
-replace "workspaces", "servers"
@@ -116,7 +116,7 @@ This command creates an Azure Synapse Analytics SQL pool which restores from the
116116
### Example 4
117117
```powershell
118118
# Transform Synapse SQL pool resource ID to SQL database ID because
119-
# currently the command only accepts the SQL databse ID. For example: /subscriptions/<SubscriptionId>/resourceGroups/<ResourceGroupName>/providers/Microsoft.Sql/servers/<WorkspaceName>/databases/<DatabaseName>
119+
# currently the command only accepts the SQL database ID. For example: /subscriptions/<SubscriptionId>/resourceGroups/<ResourceGroupName>/providers/Microsoft.Sql/servers/<WorkspaceName>/databases/<DatabaseName>
120120
$pool = Get-AzSynapseSqlPool -ResourceGroupName ContosoResourceGroup -WorkspaceName ContosoWorkspace -Name ContosoSqlPool
121121
$databaseId = $pool.Id -replace "Microsoft.Synapse", "Microsoft.Sql" `
122122
-replace "workspaces", "servers" `
@@ -164,7 +164,7 @@ Accept wildcard characters: False
164164
```
165165
166166
### -DeletionDate
167-
The deletion date of the Azure Synaspe SQL Database to retrieve backups for, with millisecond precision (e.g. 2016-02-23T00:21:22.847Z)
167+
The deletion date of the Azure Synapse SQL Database to retrieve backups for, with millisecond precision (e.g. 2016-02-23T00:21:22.847Z)
168168
169169
```yaml
170170
Type: System.DateTime

azps-12.5.0/Az.Synapse/Update-AzSynapseFirewallRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Update-AzSynapseFirewallRule -WorkspaceObject <PSSynapseWorkspace> -Name <String
2929
```
3030

3131
## DESCRIPTION
32-
The **Update-AzSynapseFirewallRule** cmdlet modifys an Azure Synapse Analytics Firewall Rule.
32+
The **Update-AzSynapseFirewallRule** cmdlet modifies an Azure Synapse Analytics Firewall Rule.
3333

3434
## EXAMPLES
3535

@@ -98,7 +98,7 @@ Accept wildcard characters: False
9898
```
9999
100100
### -Name
101-
The firerwall rule name for the workspace.
101+
The firewall rule name for the workspace.
102102
103103
```yaml
104104
Type: System.String

azps-12.5.0/Az.Synapse/Update-AzSynapseSparkPool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ $new_pool_packages = @($workspace_packages | Where-Object {$_.name -in $library_
184184
Update-AzSynapseSparkPool -ResourceGroupName ContosoResourceGroup -WorkspaceName ContosoWorkspace -Name ContosoSparkPool -PackageAction Set -Package $new_pool_packages
185185
```
186186

187-
The first command retrieves the packages available in the workspace. The second command group retrieves the spark pool to get the packages currently linked to this pool and removes all versions of the package starting with `new_package-` from the retrieved list. The new version of the package is then added to this list. In the third group of commands the package list, containing only package names, is tranformed into a list of workspace packages by filtering the list of available workspace_packages accordingly and is then linked to the spark pool.
187+
The first command retrieves the packages available in the workspace. The second command group retrieves the spark pool to get the packages currently linked to this pool and removes all versions of the package starting with `new_package-` from the retrieved list. The new version of the package is then added to this list. In the third group of commands the package list, containing only package names, is transformed into a list of workspace packages by filtering the list of available workspace_packages accordingly and is then linked to the spark pool.
188188

189189
### Example 15
190190
```powershell

0 commit comments

Comments
 (0)