hi-ml/create_config.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 строки
172 B
Bash
Исходник Обычный вид История

cat >config.json <<EOL
{
"subscription_id": "$HIML_SUBSCRIPTION_ID",
"resource_group": "$HIML_RESOURCE_GROUP",
"workspace_name": "$HIML_WORKSPACE_NAME"
}
EOL