You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command creates a Synapse Analytics workspace named ContosoWorkspace that uses the ContosoAdlGenStorage Data Store, in the resource group named ContosoResourceGroup, and add user assigned managed identities that get from ResourceGroup ContosoResourceGroup to workspace.
This command creates a Synapse Analytics workspace named ContosoWorkspace that uses the ContosoAdlGenStorage Data Store, in the resource group named ContosoResourceGroup, and enable double encryption with customer-managed key with specified key identifier and set Managed Identity as System Assigned. After creation, we can call `Get-AzSynapseWorkspace` to get Encryption properties of workspace.
109
+
83
110
## PARAMETERS
84
111
85
112
### -AsJob
@@ -322,6 +349,36 @@ Accept pipeline input: False
322
349
Accept wildcard characters: False
323
350
```
324
351
352
+
### -UserAssignedIdentityInEncryption
353
+
User assigned identity resource Id used in Workspace Encryption
354
+
355
+
```yaml
356
+
Type: System.String
357
+
Parameter Sets: (All)
358
+
Aliases:
359
+
360
+
Required: False
361
+
Position: Named
362
+
Default value: None
363
+
Accept pipeline input: False
364
+
Accept wildcard characters: False
365
+
```
366
+
367
+
### -UseSystemAssignedIdentityInEncryption
368
+
specifying whether to use system assigned identity in Workspace Encryption or not
369
+
370
+
```yaml
371
+
Type: System.Object
372
+
Parameter Sets: (All)
373
+
Aliases:
374
+
375
+
Required: False
376
+
Position: Named
377
+
Default value: None
378
+
Accept pipeline input: False
379
+
Accept wildcard characters: False
380
+
```
381
+
325
382
### -Confirm
326
383
Prompts you for confirmation before running the cmdlet.
This commands updates workspace Encryption Managed Identity as User Assigned and specify an user assigned identity Id to access your customer-managed key stored in key vault. After updating, we can call `Get-AzSynapseWorkspace` to get Encryption properties of workspace.
160
+
126
161
## PARAMETERS
127
162
128
163
### -AsJob
@@ -341,6 +376,36 @@ Accept pipeline input: False
341
376
Accept wildcard characters: False
342
377
```
343
378
379
+
### -UserAssignedIdentityInEncryption
380
+
User assigned identity resource Id used in Workspace Encryption
381
+
382
+
```yaml
383
+
Type: System.String
384
+
Parameter Sets: (All)
385
+
Aliases:
386
+
387
+
Required: False
388
+
Position: Named
389
+
Default value: None
390
+
Accept pipeline input: False
391
+
Accept wildcard characters: False
392
+
```
393
+
394
+
### -UseSystemAssignedIdentityInEncryption
395
+
specifying whether to use system assigned identity in Workspace Encryption or not
396
+
397
+
```yaml
398
+
Type: System.Object
399
+
Parameter Sets: (All)
400
+
Aliases:
401
+
402
+
Required: False
403
+
Position: Named
404
+
Default value: None
405
+
Accept pipeline input: False
406
+
Accept wildcard characters: False
407
+
```
408
+
344
409
### -Confirm
345
410
Prompts you for confirmation before running the cmdlet.
0 commit comments