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.
83
90
## PARAMETERS
84
91
85
92
### -AsJob
@@ -322,6 +329,36 @@ Accept pipeline input: False
322
329
Accept wildcard characters: False
323
330
```
324
331
332
+
### -UserAssignedIdentityInEncryption
333
+
User assigned identity resource Id used in Workspace Encryption
334
+
335
+
```yaml
336
+
Type: System.String
337
+
Parameter Sets: (All)
338
+
Aliases:
339
+
340
+
Required: False
341
+
Position: Named
342
+
Default value: None
343
+
Accept pipeline input: False
344
+
Accept wildcard characters: False
345
+
```
346
+
347
+
### -UseSystemAssignedIdentityInEncryption
348
+
specifying whether to use system assigned identity in Workspace Encryption or not
349
+
350
+
```yaml
351
+
Type: System.Object
352
+
Parameter Sets: (All)
353
+
Aliases:
354
+
355
+
Required: False
356
+
Position: Named
357
+
Default value: None
358
+
Accept pipeline input: False
359
+
Accept wildcard characters: False
360
+
```
361
+
325
362
### -Confirm
326
363
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.
141
+
126
142
## PARAMETERS
127
143
128
144
### -AsJob
@@ -341,6 +357,36 @@ Accept pipeline input: False
341
357
Accept wildcard characters: False
342
358
```
343
359
360
+
### -UserAssignedIdentityInEncryption
361
+
User assigned identity resource Id used in Workspace Encryption
362
+
363
+
```yaml
364
+
Type: System.String
365
+
Parameter Sets: (All)
366
+
Aliases:
367
+
368
+
Required: False
369
+
Position: Named
370
+
Default value: None
371
+
Accept pipeline input: False
372
+
Accept wildcard characters: False
373
+
```
374
+
375
+
### -UseSystemAssignedIdentityInEncryption
376
+
specifying whether to use system assigned identity in Workspace Encryption or not
377
+
378
+
```yaml
379
+
Type: System.Object
380
+
Parameter Sets: (All)
381
+
Aliases:
382
+
383
+
Required: False
384
+
Position: Named
385
+
Default value: None
386
+
Accept pipeline input: False
387
+
Accept wildcard characters: False
388
+
```
389
+
344
390
### -Confirm
345
391
Prompts you for confirmation before running the cmdlet.
0 commit comments