Skip to content

Commit 91a241c

Browse files
Merge remote-tracking branch 'scm/github' into release_2025-09-30
2 parents 4c38bba + b35d51e commit 91a241c

File tree

227 files changed

+13622
-705
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+13622
-705
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66

7+
## 65.101.1 - 2025-09-30
8+
### Added
9+
- Support for private endpoints for dedicated AI clusters in the Generative AI service
10+
- Support for Customer Managed Encryption Keys for Google Cloud Platform (CMEK for GCP) for autonomous databases in the Database service
11+
- Support for datastore management for standard shapes in the Oracle Cloud VMware Provisioning service
12+
- Support for audio and video inputs for Gemini models in the Generative AI Inference service
13+
- Support for applying exadata VM OS updates and exadata stack updates to collections of ExaDB-Dedicated and ExaDB-C@C VM clusters in the Fleet Update service
14+
- Support for enabling IPv6 dual stack endpoints in the application environments in the Fusion Applications service
15+
- Support for long-running functions (up to 60 minutes) in detached mode in the Functions service
16+
- Support for response destinations (Streaming, Queueing, and Notifications service) on functions create and update operations in the Functions service
17+
- Support for enabling AI enterprise on the instance when creating and updating instances in the Compute service
18+
719
## 65.101.0 - 2025-09-23
820
### Added
921
- Support for calling Oracle Cloud Infrastructure services in the me-ibri-1 region

aidataplatform/aidataplatform_client.go

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func (client AiDataPlatformClient) cancelWorkRequest(ctx context.Context, reques
140140
defer common.CloseBodyIfValid(httpResponse)
141141
response.RawResponse = httpResponse
142142
if err != nil {
143-
apiReferenceLink := ""
143+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/ai-data-platform/20240831/WorkRequest/CancelWorkRequest"
144144
err = common.PostProcessServiceError(err, "AiDataPlatform", "CancelWorkRequest", apiReferenceLink)
145145
return response, err
146146
}
@@ -199,7 +199,7 @@ func (client AiDataPlatformClient) changeAiDataPlatformCompartment(ctx context.C
199199
defer common.CloseBodyIfValid(httpResponse)
200200
response.RawResponse = httpResponse
201201
if err != nil {
202-
apiReferenceLink := ""
202+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/ai-data-platform/20240831/AiDataPlatform/ChangeAiDataPlatformCompartment"
203203
err = common.PostProcessServiceError(err, "AiDataPlatform", "ChangeAiDataPlatformCompartment", apiReferenceLink)
204204
return response, err
205205
}
@@ -262,7 +262,7 @@ func (client AiDataPlatformClient) createAiDataPlatform(ctx context.Context, req
262262
defer common.CloseBodyIfValid(httpResponse)
263263
response.RawResponse = httpResponse
264264
if err != nil {
265-
apiReferenceLink := ""
265+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/ai-data-platform/20240831/AiDataPlatform/CreateAiDataPlatform"
266266
err = common.PostProcessServiceError(err, "AiDataPlatform", "CreateAiDataPlatform", apiReferenceLink)
267267
return response, err
268268
}
@@ -320,7 +320,7 @@ func (client AiDataPlatformClient) deleteAiDataPlatform(ctx context.Context, req
320320
defer common.CloseBodyIfValid(httpResponse)
321321
response.RawResponse = httpResponse
322322
if err != nil {
323-
apiReferenceLink := ""
323+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/ai-data-platform/20240831/AiDataPlatform/DeleteAiDataPlatform"
324324
err = common.PostProcessServiceError(err, "AiDataPlatform", "DeleteAiDataPlatform", apiReferenceLink)
325325
return response, err
326326
}
@@ -378,7 +378,7 @@ func (client AiDataPlatformClient) getAiDataPlatform(ctx context.Context, reques
378378
defer common.CloseBodyIfValid(httpResponse)
379379
response.RawResponse = httpResponse
380380
if err != nil {
381-
apiReferenceLink := ""
381+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/ai-data-platform/20240831/AiDataPlatform/GetAiDataPlatform"
382382
err = common.PostProcessServiceError(err, "AiDataPlatform", "GetAiDataPlatform", apiReferenceLink)
383383
return response, err
384384
}
@@ -436,7 +436,7 @@ func (client AiDataPlatformClient) getWorkRequest(ctx context.Context, request c
436436
defer common.CloseBodyIfValid(httpResponse)
437437
response.RawResponse = httpResponse
438438
if err != nil {
439-
apiReferenceLink := ""
439+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/ai-data-platform/20240831/WorkRequest/GetWorkRequest"
440440
err = common.PostProcessServiceError(err, "AiDataPlatform", "GetWorkRequest", apiReferenceLink)
441441
return response, err
442442
}
@@ -494,7 +494,7 @@ func (client AiDataPlatformClient) listAiDataPlatforms(ctx context.Context, requ
494494
defer common.CloseBodyIfValid(httpResponse)
495495
response.RawResponse = httpResponse
496496
if err != nil {
497-
apiReferenceLink := ""
497+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/ai-data-platform/20240831/AiDataPlatformCollection/ListAiDataPlatforms"
498498
err = common.PostProcessServiceError(err, "AiDataPlatform", "ListAiDataPlatforms", apiReferenceLink)
499499
return response, err
500500
}
@@ -552,7 +552,7 @@ func (client AiDataPlatformClient) listWorkRequestErrors(ctx context.Context, re
552552
defer common.CloseBodyIfValid(httpResponse)
553553
response.RawResponse = httpResponse
554554
if err != nil {
555-
apiReferenceLink := ""
555+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/ai-data-platform/20240831/WorkRequestError/ListWorkRequestErrors"
556556
err = common.PostProcessServiceError(err, "AiDataPlatform", "ListWorkRequestErrors", apiReferenceLink)
557557
return response, err
558558
}
@@ -610,7 +610,7 @@ func (client AiDataPlatformClient) listWorkRequestLogs(ctx context.Context, requ
610610
defer common.CloseBodyIfValid(httpResponse)
611611
response.RawResponse = httpResponse
612612
if err != nil {
613-
apiReferenceLink := ""
613+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/ai-data-platform/20240831/WorkRequestLogEntry/ListWorkRequestLogs"
614614
err = common.PostProcessServiceError(err, "AiDataPlatform", "ListWorkRequestLogs", apiReferenceLink)
615615
return response, err
616616
}
@@ -668,7 +668,7 @@ func (client AiDataPlatformClient) listWorkRequests(ctx context.Context, request
668668
defer common.CloseBodyIfValid(httpResponse)
669669
response.RawResponse = httpResponse
670670
if err != nil {
671-
apiReferenceLink := ""
671+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/ai-data-platform/20240831/WorkRequest/ListWorkRequests"
672672
err = common.PostProcessServiceError(err, "AiDataPlatform", "ListWorkRequests", apiReferenceLink)
673673
return response, err
674674
}
@@ -726,7 +726,7 @@ func (client AiDataPlatformClient) updateAiDataPlatform(ctx context.Context, req
726726
defer common.CloseBodyIfValid(httpResponse)
727727
response.RawResponse = httpResponse
728728
if err != nil {
729-
apiReferenceLink := ""
729+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/ai-data-platform/20240831/AiDataPlatform/UpdateAiDataPlatform"
730730
err = common.PostProcessServiceError(err, "AiDataPlatform", "UpdateAiDataPlatform", apiReferenceLink)
731731
return response, err
732732
}

0 commit comments

Comments
 (0)