Skip to content

Commit ca6ab36

Browse files
authored
Mark Behavioral Analytics CRUD APIs as deprecated in 9.0.0 (#3798)
1 parent 25841a6 commit ca6ab36

File tree

9 files changed

+56
-4
lines changed

9 files changed

+56
-4
lines changed

output/schema/schema.json

Lines changed: 36 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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
},

specification/search_application/delete_behavioral_analytics/BehavioralAnalyticsDeleteRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import { Name } from '@_types/common'
2727
* @availability serverless stability=experimental visibility=public
2828
* @doc_tag analytics
2929
* @doc_id delete-analytics-collection
30+
* @deprecated 9.0.0
3031
*/
3132
export interface Request extends RequestBase {
3233
urls: [

specification/search_application/get_behavioral_analytics/BehavioralAnalyticsGetRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { Name } from '@_types/common'
2626
* @availability serverless stability=experimental visibility=public
2727
* @doc_tag analytics
2828
* @doc_id list-analytics-collection
29+
* @deprecated 9.0.0
2930
*/
3031
export interface Request extends RequestBase {
3132
urls: [

specification/search_application/post_behavioral_analytics_event/BehavioralAnalyticsEventPostRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { EventType } from '../_types/AnalyticsEvent'
2828
* @doc_tag analytics
2929
* @doc_id behavioral-analytics-collection-event
3030
* @ext_doc_id behavioral-analytics-event-reference
31+
* @deprecated 9.0.0
3132
*/
3233
export interface Request extends RequestBase {
3334
urls: [

specification/search_application/put_behavioral_analytics/BehavioralAnalyticsPutRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { Name } from '@_types/common'
2626
* @availability serverless stability=experimental visibility=public
2727
* @doc_tag analytics
2828
* @doc_id put-analytics-collection
29+
* @deprecated 9.0.0
2930
*/
3031
export interface Request extends RequestBase {
3132
urls: [

0 commit comments

Comments
 (0)