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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Accept wildcard characters: False
157157
```
158158
159159
### -Name
160-
The firerwall rule name for the workspace.
160+
The firewall rule name for the workspace.
161161
162162
```yaml
163163
Type: System.String

src/Synapse/Synapse/help/New-AzSynapseWorkspacePackage.md

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

38-
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.
38+
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.
3939

4040
### Example 2: Upload all workspace packages under the current folder
4141
```powershell
@@ -50,7 +50,7 @@ $package = New-AzSynapseWorkspacePackage -WorkspaceName ContosoWorkspace -Packag
5050
Update-AzSynapseSparkPool -WorkspaceName ContosoWorkspace -Name ContosoSparkPool -PackageAction Add -Package $package
5151
```
5252

53-
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.
53+
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.
5454

5555
## PARAMETERS
5656

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

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

src/Synapse/Synapse/help/Remove-AzSynapseLinkConnection.md

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

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

3636
## EXAMPLES
3737

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Remove a managed private endpoint called ContosoManagedPrivateEndpoint from the
5555

5656
### Example 3
5757
```powershell
58-
$privateendpint = Get-AzSynapseManagedPrivateEndpoint -WorkspaceName ContosoWorkspace -Name ContosoManagedPrivateEndpoint
59-
$privateendpint | Remove-AzSynapseManagedPrivateEndpoint
58+
$privateendpoint = Get-AzSynapseManagedPrivateEndpoint -WorkspaceName ContosoWorkspace -Name ContosoManagedPrivateEndpoint
59+
$privateendpoint | Remove-AzSynapseManagedPrivateEndpoint
6060
```
6161

6262
Remove a managed private endpoint called ContosoManagedPrivateEndpoint from the workspace ContosoWorkspace through pipeline.

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

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

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

3636
## EXAMPLES
3737

@@ -40,23 +40,23 @@ The **Remove-AzSynapseTriggerSubscription** cmdlet unsubscribes the event trigge
4040
Remove-AzSynapseTriggerSubscription -WorkspaceName ContosoWorkspace -Name ContosoTrigger
4141
```
4242

43-
This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger defintion.
43+
This command will unsubscribe 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 | Remove-AzSynapseTriggerSubscription -Name ContosoTrigger
4949
```
5050

51-
This command will unsubscribe trigger called ContosoTrigger to the specified events from the trigger defintion through pipeline.
51+
This command will unsubscribe 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 | Remove-AzSynapseTriggerSubscription
5757
```
5858

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

6161
## PARAMETERS
6262

src/Synapse/Synapse/help/Restore-AzSynapseSqlPool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Accept wildcard characters: False
142142
```
143143
144144
### -DeletionDate
145-
The deletion date of the Azure Synaspe SQL Database to retrieve backups for, with millisecond precision (e.g. 2016-02-23T00:21:22.847Z)
145+
The deletion date of the Azure Synapse SQL Database to retrieve backups for, with millisecond precision (e.g. 2016-02-23T00:21:22.847Z)
146146
147147
```yaml
148148
Type: System.DateTime

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

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

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

3232
## EXAMPLES
3333

@@ -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

src/Synapse/Synapse/help/Update-AzSynapseSparkPool.md

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

185-
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.
185+
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.
186186

187187
### Example 15
188188
```powershell

src/Synapse/Synapse/help/Update-AzSynapseWorkspace.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,37 +58,37 @@ The **Update-AzSynapseWorkspace** cmdlet updates an Azure Synapse Analytics work
5858
Update-AzSynapseWorkspace -Name ContosoWorkspace -Tag @{'key'='value'}
5959
```
6060

61-
This commands updates tags for the specififed Azure Synapse Analytics workspace.
61+
This command updates tags for the specified Azure Synapse Analytics workspace.
6262

6363
### Example 2
6464
```powershell
6565
$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
6666
$ws | Update-AzSynapseWorkspace -Tag @{'key'='value1'}
6767
```
6868

69-
This commands updates tags for the specififed Azure Synapse Analytics workspace through pipeline.
69+
This commands updates tags for the specified Azure Synapse Analytics workspace through pipeline.
7070

7171
### Example 3
7272
```powershell
7373
Update-AzSynapseWorkspace -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace -Tag @{'key'='value2'}
7474
```
7575

76-
This commands updates tags for the specififed Azure Synapse Analytics workspace through pipeline with resource ID.
76+
This commands updates tags for the specified Azure Synapse Analytics workspace through pipeline with resource ID.
7777

7878
### Example 4
7979
```powershell
8080
$config = New-AzSynapseGitRepositoryConfig -RepositoryType GitHub -AccountName ContosoAccount -RepositoryName ContosoRepo -CollaborationBranch main
8181
Update-AzSynapseWorkspace -Name ContosoWorkspace -GitRepository $config
8282
```
8383

84-
This commands updates Git repository which workspace is conneceted to for the specififed Azure Synapse Analytics workspace.
84+
This commands updates Git repository which workspace is connected to for the specified Azure Synapse Analytics workspace.
8585

8686
### Example 5
8787
```powershell
8888
Update-AzSynapseWorkspace -Name ContosoWorkspace -EnablePublicNetworkAccess $True
8989
```
9090

91-
This commands updates the specififed Azure Synapse Analytics workspace to enable public network access.
91+
This commands updates the specified Azure Synapse Analytics workspace to enable public network access.
9292

9393
### Example 6
9494
```powershell
@@ -101,7 +101,7 @@ foreach($uami in $uamis){
101101
Update-AzSynapseWorkspace -Name ContosoWorkspace -UserAssignedIdentityAction Add -UserAssignedIdentityId $uamilist
102102
```
103103

104-
This commands updates workspace to add user assigned managed identites in $uamilist.
104+
This commands updates workspace to add user assigned managed identities in $uamilist.
105105

106106
### Example 7
107107
```powershell
@@ -114,7 +114,7 @@ foreach($uami in $uamis){
114114
Update-AzSynapseWorkspace -Name ContosoWorkspace -UserAssignedIdentityAction Remove -UserAssignedIdentityId $uamilist[0]
115115
```
116116

117-
This commands removes user assigned managed identites $uamilist[0] from workspace.
117+
This commands removes user assigned managed identities $uamilist[0] from workspace.
118118

119119
### Example 8
120120
```powershell
@@ -127,7 +127,7 @@ foreach($uami in $uamis){
127127
Update-AzSynapseWorkspace -Name ContosoWorkspace -UserAssignedIdentityAction Set -UserAssignedIdentityId $uamilist
128128
```
129129

130-
This commands updates workspace with user assigned managed identites $uamilist that will cover current identities.
130+
This commands updates workspace with user assigned managed identities $uamilist that will cover current identities.
131131

132132
### Example 9
133133
```powershell
@@ -137,7 +137,7 @@ New-AzSynapseWorkspaceKey -ResourceGroupName ContosoResourceGroup -WorkspaceName
137137
##Update the workspace and set the temp key as the TDE protector
138138
Update-AzSynapseWorkspace -WorkspaceName ContosoWorkspace -EncryptionKeyName TempKey -UseSystemAssignedIdentityInEncryption $true
139139
140-
##Note, we need to create a new key version for the original encrytion key of the Azure key vault before moving to next steps.
140+
##Note, we need to create a new key version for the original encryption key of the Azure key vault before moving to next steps.
141141
142142
##Update the workspace and set the encryption key back after we created a new key version.
143143
Update-AzSynapseWorkspace -WorkspaceName ContosoWorkspace -EncryptionKeyName default -UseSystemAssignedIdentityInEncryption $true

0 commit comments

Comments
 (0)