Skip to content

Commit 6167e48

Browse files
authored
Merge pull request #3642 from MicrosoftDocs/main
6/5/2025 PM Publish
2 parents 3189e6c + 8e70a9f commit 6167e48

34 files changed

+79
-79
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

0 commit comments

Comments
 (0)