Skip to content

Commit a68989f

Browse files
committed
Add back deprecation warnings
1 parent 27bc0d4 commit a68989f

4 files changed

+16
-0
lines changed

specification/_json_spec/search_application.delete_behavioral_analytics.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
},
77
"stability": "experimental",
88
"visibility": "public",
9+
"deprecated": {
10+
"version": "9.0.0",
11+
"description": "Behavioral Analytics has been deprecated and will be removed in a future release."
12+
},
913
"headers": {
1014
"accept": ["application/json"]
1115
},

specification/_json_spec/search_application.get_behavioral_analytics.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
},
77
"stability": "experimental",
88
"visibility": "public",
9+
"deprecated": {
10+
"version": "9.0.0",
11+
"description": "Behavioral Analytics has been deprecated and will be removed in a future release."
12+
},
913
"headers": {
1014
"accept": ["application/json"]
1115
},

specification/_json_spec/search_application.post_behavioral_analytics_event.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
},
77
"stability": "experimental",
88
"visibility": "public",
9+
"deprecated": {
10+
"version": "9.0.0",
11+
"description": "Behavioral Analytics has been deprecated and will be removed in a future release."
12+
},
913
"headers": {
1014
"accept": ["application/json"],
1115
"content_type": ["application/json"]

specification/_json_spec/search_application.put_behavioral_analytics.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
},
77
"stability": "experimental",
88
"visibility": "public",
9+
"deprecated": {
10+
"version": "9.0.0",
11+
"description": "Behavioral Analytics has been deprecated and will be removed in a future release."
12+
},
913
"headers": {
1014
"accept": ["application/json"]
1115
},

0 commit comments

Comments
 (0)