mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
5e2e03a90c
commit
0253039aa2
|
@ -5,10 +5,10 @@ Pattern = "POST /telemetry-ext"
|
|||
Response.Body = '''
|
||||
{
|
||||
"error_code": "ERROR_CODE",
|
||||
"message": "Endpoint not found."
|
||||
"message": "Endpoint not implemented."
|
||||
}
|
||||
'''
|
||||
Response.StatusCode = 404
|
||||
Response.StatusCode = 501
|
||||
|
||||
[[Repls]]
|
||||
Old = '17\d{11}'
|
||||
|
|
Loading…
Reference in New Issue