Azure / Azure/azure-cli

Add credential support for Azure Data Factory in CLI

Open
#27,188 3 comments 2 reactions 1 assignee Claimed by @evelyn-ys View on GitHub
act-codegen-extensibility-squad Auto-Assign customer-reported Data Factory Service Attention
Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
3d 2h
Merged PRs (30d)
60

Description

**Related command**
az datafactory

**Describe the solution you'd like**
support for creating, deleting, getting, and listing credentials by factory, similar to existing REST API support: https://learn.microsoft.com/en-us/rest/api/datafactory/credential-operations

**Describe alternatives you've considered**
REST API support exists, but is a bit cumbersome to implement. Alternatively, the portal can be used to create creds manually; however, that does not work well for cross-subscription managed identities (MIs), as subscription-level access is required to view MIs in another subscription.

**Additional context**
This will assist in providing a more familiar interface to create credentials in ADF via the CLI, as well as the ability to easily attach cross-subscription MIs by providing just the resource ID.

If possible, I would be happy to contribute to this feature.

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.