Azure ListDataVersions

Azure ListDataVersions

Certified

List the versions of an Azure Machine Learning data asset

Lists every registered version of a data asset, most recent first.

yaml
type: io.kestra.plugin.azure.ml.ListDataVersions
yaml
id: azure_ml_list_data_versions
namespace: company.team

tasks:
  - id: list_versions
    type: io.kestra.plugin.azure.ml.ListDataVersions
    tenantId: "{{ secret('AZURE_TENANT_ID') }}"
    clientId: "{{ secret('AZURE_CLIENT_ID') }}"
    clientSecret: "{{ secret('AZURE_CLIENT_SECRET') }}"
    subscriptionId: "{{ secret('AZURE_SUBSCRIPTION_ID') }}"
    resourceGroupName: ml-rg
    workspaceName: ml-workspace
    dataName: training-dataset
Properties

Data asset name

Resource group name

Resource group containing the Machine Learning workspace

Subscription ID

Azure subscription GUID that owns the Machine Learning workspace

Azure AD tenant ID (GUID)

Workspace name

Name of the Azure Machine Learning workspace

Client ID of the Azure AD application

Application (client) ID used for service principal authentication.

Client secret for the Azure AD application

Secret value associated with the client ID; store in a Kestra secret.

PEM-encoded certificate content for client authentication

PEM text for certificate-based auth; alternative to clientSecret.

Data asset name

Versions

Every registered version of the data asset, most recent first

Definitions
uristring
Formaturi

Data URI

Storage URI backing this data asset version

versionstring

Data asset version