Skip to content

Commit 0c10bf2

Browse files
committed
reverting commit - a1a6644
1 parent e9758cc commit 0c10bf2

9 files changed

+13
-13
lines changed

internal/service/ai_anomaly_detection/ai_anomaly_detection_ai_private_endpoint_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (s *AiAnomalyDetectionAiPrivateEndpointDataSourceCrud) SetData() error {
9595
}
9696

9797
if s.Res.SystemTags != nil {
98-
//s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
98+
s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
9999
}
100100

101101
if s.Res.TimeCreated != nil {

internal/service/ai_anomaly_detection/ai_anomaly_detection_ai_private_endpoint_resource.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ func (s *AiAnomalyDetectionAiPrivateEndpointResourceCrud) SetData() error {
474474
}
475475

476476
if s.Res.SystemTags != nil {
477-
//s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
477+
s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
478478
}
479479

480480
if s.Res.TimeCreated != nil {
@@ -522,7 +522,7 @@ func AiPrivateEndpointSummaryToMap(obj oci_ai_anomaly_detection.AiPrivateEndpoin
522522
}
523523

524524
if obj.SystemTags != nil {
525-
//result["system_tags"] = tfresource.SystemTagsToMap(obj.SystemTags)
525+
result["system_tags"] = tfresource.SystemTagsToMap(obj.SystemTags)
526526
}
527527

528528
if obj.TimeCreated != nil {

internal/service/ai_anomaly_detection/ai_anomaly_detection_data_asset_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func (s *AiAnomalyDetectionDataAssetDataSourceCrud) SetData() error {
105105
s.D.Set("state", s.Res.LifecycleState)
106106

107107
if s.Res.SystemTags != nil {
108-
//s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
108+
s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
109109
}
110110

111111
if s.Res.TimeCreated != nil {

internal/service/ai_anomaly_detection/ai_anomaly_detection_data_asset_resource.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ func (s *AiAnomalyDetectionDataAssetResourceCrud) SetData() error {
525525
s.D.Set("state", s.Res.LifecycleState)
526526

527527
if s.Res.SystemTags != nil {
528-
//s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
528+
s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
529529
}
530530

531531
if s.Res.TimeCreated != nil {
@@ -583,7 +583,7 @@ func AiDataAssetSummaryToMap(obj oci_ai_anomaly_detection.DataAssetSummary) map[
583583
result["state"] = string(obj.LifecycleState)
584584

585585
if obj.SystemTags != nil {
586-
//result["system_tags"] = tfresource.SystemTagsToMap(obj.SystemTags)
586+
result["system_tags"] = tfresource.SystemTagsToMap(obj.SystemTags)
587587
}
588588

589589
if obj.TimeCreated != nil {

internal/service/ai_anomaly_detection/ai_anomaly_detection_model_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func (s *AiAnomalyDetectionModelDataSourceCrud) SetData() error {
107107
s.D.Set("state", s.Res.LifecycleState)
108108

109109
if s.Res.SystemTags != nil {
110-
//s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
110+
s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
111111
}
112112

113113
if s.Res.TimeCreated != nil {

internal/service/ai_anomaly_detection/ai_anomaly_detection_model_resource.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ func (s *AiAnomalyDetectionModelResourceCrud) SetData() error {
615615
s.D.Set("state", s.Res.LifecycleState)
616616

617617
if s.Res.SystemTags != nil {
618-
//s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
618+
s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
619619
}
620620

621621
if s.Res.TimeCreated != nil {
@@ -669,7 +669,7 @@ func ModelSummaryToMap(obj oci_ai_anomaly_detection.ModelSummary) map[string]int
669669
result["state"] = string(obj.LifecycleState)
670670

671671
if obj.SystemTags != nil {
672-
//result["system_tags"] = tfresource.SystemTagsToMap(obj.SystemTags)
672+
result["system_tags"] = tfresource.SystemTagsToMap(obj.SystemTags)
673673
}
674674

675675
if obj.TimeCreated != nil {

internal/service/ai_anomaly_detection/ai_anomaly_detection_project_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func (s *AiAnomalyDetectionProjectDataSourceCrud) SetData() error {
8787
s.D.Set("state", s.Res.LifecycleState)
8888

8989
if s.Res.SystemTags != nil {
90-
//s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
90+
s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
9191
}
9292

9393
if s.Res.TimeCreated != nil {

internal/service/ai_anomaly_detection/ai_anomaly_detection_project_resource.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ func (s *AiAnomalyDetectionProjectResourceCrud) SetData() error {
427427
s.D.Set("state", s.Res.LifecycleState)
428428

429429
if s.Res.SystemTags != nil {
430-
//s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
430+
s.D.Set("system_tags", tfresource.SystemTagsToMap(s.Res.SystemTags))
431431
}
432432

433433
if s.Res.TimeCreated != nil {
@@ -469,7 +469,7 @@ func aiAnomalyDetectionProjectSummaryToMap(obj oci_ai_anomaly_detection.ProjectS
469469
result["state"] = string(obj.LifecycleState)
470470

471471
if obj.SystemTags != nil {
472-
//result["system_tags"] = tfresource.SystemTagsToMap(obj.SystemTags)
472+
result["system_tags"] = tfresource.SystemTagsToMap(obj.SystemTags)
473473
}
474474

475475
if obj.TimeCreated != nil {

internal/service/opsi/opsi_host_insights_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func (s *OpsiHostInsightsDataSourceCrud) Get() error {
117117
}
118118
}
119119
if len(tmp) != 0 || s.D.HasChange("host_type") {
120-
//request.HostType = tmp
120+
request.HostType = tmp
121121
}
122122
}
123123

0 commit comments

Comments
 (0)