Related command
az synapse workspace create --name $synapseWorkspaceName --resource-group $resourceGroupName --storage-account $storageAccountName --file-system $fileShareName --location $location
Found here: https://learn.microsoft.com/en-us/azure/synapse-analytics/quickstart-create-workspace-cli
Is your feature request related to a problem? Please describe.
It is obligatory to give a user and pwd which is not secure. I want entra id only.
--sql-admin-login-user $SqlUser
--sql-admin-login-password $SqlPassword \
Describe the solution you'd like
Ability to script without user and pwd and have only entra id authentication
Describe alternatives you've considered
None
Additional context
Image added

Related command
az synapse workspace create --name $synapseWorkspaceName --resource-group $resourceGroupName --storage-account $storageAccountName --file-system $fileShareName --location $location
Found here: https://learn.microsoft.com/en-us/azure/synapse-analytics/quickstart-create-workspace-cli
Is your feature request related to a problem? Please describe.
It is obligatory to give a user and pwd which is not secure. I want entra id only.
--sql-admin-login-user $SqlUser
--sql-admin-login-password $SqlPassword \
Describe the solution you'd like
Ability to script without user and pwd and have only entra id authentication
Describe alternatives you've considered
None
Additional context

Image added