name: "Azure Machine Learning Workspace" description: "Connect to or create an Azure Machine Learning Workspace with this GitHub Action" author: "azure/gh-aml" inputs: azure_credentials: description: "Paste output of `az ad sp create-for-rbac --name --role contributor --scopes /subscriptions//resourceGroups/ --sdk-auth` as value of secret variable: AZURE_CREDENTIALS" required: true parameters_file: description: "JSON file including the parameters of the workspace." required: false default: "workspace.json" branding: icon: chevron-up color: "blue" runs: using: "docker" image: "Dockerfile"