Skip to content

Commit 22bd96b

Browse files
ArieHeinCopilotvidai-msft
authored
Spelling Fixes (#27950)
Co-authored-by: Copilot <[email protected]> Co-authored-by: Vincent Dai <[email protected]>
1 parent 095fd27 commit 22bd96b

27 files changed

+56
-56
lines changed

src/Synapse/Synapse/help/Add-AzSynapseDataFlowDebugSessionPackage.md

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

42-
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.
42+
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.
4343

4444
### Example 2
4545
```powershell

src/Synapse/Synapse/help/Add-AzSynapseTriggerSubscription.md

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

3333
## DESCRIPTION
34-
The **Add-AzSynapseTriggerSubscription** cmdlet subscribes the event trigger to the specified external service events from the trigger defintion.
34+
The **Add-AzSynapseTriggerSubscription** cmdlet subscribes the event trigger to the specified external service events from the trigger definition.
3535

3636
## EXAMPLES
3737

@@ -40,23 +40,23 @@ The **Add-AzSynapseTriggerSubscription** cmdlet subscribes the event trigger to
4040
Add-AzSynapseTriggerSubscription -WorkspaceName ContosoWorkspace -Name ContosoTrigger
4141
```
4242

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

4545
### Example 2
4646
```powershell
4747
$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
4848
$ws | Add-AzSynapseTriggerSubscription -Name ContosoTrigger
4949
```
5050

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

5353
### Example 3
5454
```powershell
5555
$trigger = Get-AzSynapseTrigger -WorkspaceName ContosoWorkspace -Name ContosoTrigger
5656
$trigger | Add-AzSynapseTriggerSubscription
5757
```
5858

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

6161
## PARAMETERS
6262

src/Synapse/Synapse/help/Az.Synapse.md

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

5353
### [Export-AzSynapseNotebook](Export-AzSynapseNotebook.md)
54-
Exports notbooks.
54+
Exports notebooks.
5555

5656
### [Export-AzSynapseSparkConfiguration](Export-AzSynapseSparkConfiguration.md)
5757
Exports a Synapse spark configuration to an output folder.
@@ -141,7 +141,7 @@ Gets information about linked services in workspace.
141141
Gets Managed Identity Sql Control Settings.
142142

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

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

src/Synapse/Synapse/help/Export-AzSynapseKqlScript.md

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

3939
### Example 1
4040
```powershell
41-
Export-AzSynapseKqlScript -WorkspaceName ContosoWorkspace -OutputFolder "C:\KqlScirpt"
41+
Export-AzSynapseKqlScript -WorkspaceName ContosoWorkspace -OutputFolder "C:\KqlScript"
4242
```
4343

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

4646
### Example 2
4747
```powershell

src/Synapse/Synapse/help/Export-AzSynapseNotebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Export-AzSynapseNotebook
99

1010
## SYNOPSIS
11-
Exports notbooks.
11+
Exports notebooks.
1212

1313
## SYNTAX
1414

src/Synapse/Synapse/help/Get-AzSynapseDroppedSqlPool.md

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

src/Synapse/Synapse/help/Get-AzSynapseFirewallRule.md

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

src/Synapse/Synapse/help/Get-AzSynapseManagedPrivateEndpoint.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-AzSynapseManagedPrivateEndpoint
99

1010
## SYNOPSIS
11-
Gets information about mananged private endpoints in a workspace
11+
Gets information about managed private endpoints in a workspace
1212

1313
## SYNTAX
1414

@@ -25,7 +25,7 @@ Get-AzSynapseManagedPrivateEndpoint -WorkspaceObject <PSSynapseWorkspace> [-Name
2525
```
2626

2727
## DESCRIPTION
28-
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.
28+
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.
2929

3030
## EXAMPLES
3131

@@ -34,22 +34,22 @@ The **Get-AzSynapseManagedPrivateEndpoint** cmdlet gets information about manang
3434
Get-AzSynapseManagedPrivateEndpoint -WorkspaceName ContosoWorkspace -Name ContosoManagedPrivateEndpoint
3535
```
3636

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

3939
### Example 2
4040
```powershell
4141
Get-AzSynapseManagedPrivateEndpoint -WorkspaceName ContosoWorkspace
4242
```
4343

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

4646
### Example 3
4747
```powershell
4848
$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
4949
$ws | Get-AzSynapseManagedPrivateEndpoint -Name ContosoManagedPrivateEndpoint
5050
```
5151

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

5454
## PARAMETERS
5555

src/Synapse/Synapse/help/Get-AzSynapseTriggerSubscriptionStatus.md

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

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

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

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

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

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

6161
## PARAMETERS
6262

src/Synapse/Synapse/help/Invoke-AzSynapseTriggerRun.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Invoke-AzSynapseTriggerRun -WorkspaceName <String> -Name <String> -TriggerRunId
1818
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

21-
### InvokByInputObject
21+
### InvokeByInputObject
2222
```
2323
Invoke-AzSynapseTriggerRun -InputObject <PSTriggerRun> [-PassThru] [-DefaultProfile <IAzureContextContainer>]
2424
[-WhatIf] [-Confirm] [<CommonParameters>]
@@ -80,7 +80,7 @@ The information about the trigger run.
8080
8181
```yaml
8282
Type: Microsoft.Azure.Commands.Synapse.Models.PSTriggerRun
83-
Parameter Sets: InvokByInputObject
83+
Parameter Sets: InvokeByInputObject
8484
Aliases:
8585

8686
Required: True

0 commit comments

Comments
 (0)