databricks-cli/acceptance/cmd/workspace/apps/test.toml

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

32 lines
651 B
TOML
Raw Normal View History

LocalOnly = true
RecordRequests = true
[[Server]]
Pattern = "PATCH /api/2.0/apps/test-name"
Response.Body = '''
{
"name": "test-name",
"description": "My app description.",
"compute_status": {
"state": "ERROR",
"message": "App compute is active."
},
"app_status": {
"state": "DEPLOYING",
"message": "Application is running."
},
"url": "test-name-123.cloud.databricksapps.com",
"resources": [
{
"name": "api-key",
"description": "API key for external service.",
"secret": {
"scope": "my-scope",
"key": "my-key",
"permission": "READ"
}
}
],
"id": "12345"
}'''