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 = '''
|
Response.Body = '''
|
||||||
{
|
{
|
||||||
"error_code": "ERROR_CODE",
|
"error_code": "ERROR_CODE",
|
||||||
"message": "Endpoint not found."
|
"message": "Endpoint not implemented."
|
||||||
}
|
}
|
||||||
'''
|
'''
|
||||||
Response.StatusCode = 404
|
Response.StatusCode = 501
|
||||||
|
|
||||||
[[Repls]]
|
[[Repls]]
|
||||||
Old = '17\d{11}'
|
Old = '17\d{11}'
|
||||||
|
|
Loading…
Reference in New Issue