File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.110.0 (Unreleased)
2
+
3
+ ### Added
4
+ - adding examples for ADG and CADG, fixing is_dataguard_enabled appearing twice
5
+ ### Bug Fix
6
+ - Added Resource discovery support for datascience model resource
7
+ - fix list repositories failure
8
+ - Enabling resource discovery for core - Compute Imaging CP resources
9
+
1
10
## 4.109.0 (February 22, 2023)
2
11
3
12
### Added
Original file line number Diff line number Diff line change 7
7
"log"
8
8
)
9
9
10
- const Version = "4.108.1 "
11
- const ReleaseDate = "2023-02-21 "
10
+ const Version = "4.110.0 "
11
+ const ReleaseDate = "2023-03-01 "
12
12
13
13
func PrintVersion () {
14
14
log .Printf ("[INFO] terraform-provider-oci %s\n " , Version )
Original file line number Diff line number Diff line change 112
112
< li >
113
113
< a href ="/docs/providers/oci/d/ai_anomaly_detection_data_assets.html "> oci_ai_anomaly_detection_data_assets</ a >
114
114
</ li >
115
+ < li >
116
+ < a href ="/docs/providers/oci/d/ai_anomaly_detection_detect_anomaly_job.html "> oci_ai_anomaly_detection_detect_anomaly_job</ a >
117
+ </ li >
118
+ < li >
119
+ < a href ="/docs/providers/oci/d/ai_anomaly_detection_detect_anomaly_jobs.html "> oci_ai_anomaly_detection_detect_anomaly_jobs</ a >
120
+ </ li >
115
121
< li >
116
122
< a href ="/docs/providers/oci/d/ai_anomaly_detection_model.html "> oci_ai_anomaly_detection_model</ a >
117
123
</ li >
135
141
< li >
136
142
< a href ="/docs/providers/oci/r/ai_anomaly_detection_data_asset.html "> oci_ai_anomaly_detection_data_asset</ a >
137
143
</ li >
144
+ < li >
145
+ < a href ="/docs/providers/oci/r/ai_anomaly_detection_detect_anomaly_job.html "> oci_ai_anomaly_detection_detect_anomaly_job</ a >
146
+ </ li >
138
147
< li >
139
148
< a href ="/docs/providers/oci/r/ai_anomaly_detection_model.html "> oci_ai_anomaly_detection_model</ a >
140
149
</ li >
You can’t perform that action at this time.
0 commit comments