Azure / Azure/azure-cli

Use only Microsoft Entra ID authentication is missing in the Azure CLI of Azure Synapse

Open
#28,350 4 comments 0 reactions 0 assignees View on GitHub
act-codegen-extensibility-squad Auto-Assign customer-reported Service Attention Synapse
Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
3d 2h
Merged PRs (30d)
60

Description

**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
![image](https://github.com/Azure/azure-cli/assets/9630343/5045263f-35af-415d-8682-12fd54ad1e97)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.