Skip to content

Commit bb79b5f

Browse files
Releasing version 2.103.0
Releasing version 2.103.0
2 parents 928359a + b23dbf4 commit bb79b5f

File tree

16,856 files changed

+49132
-37496
lines changed

Some content is hidden

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

16,856 files changed

+49132
-37496
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
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/).
6+
## 2.103.0 - 2025-02-25
7+
### Added
8+
- Support for Database Lifecycle Management service
9+
- Support for Valkey cluster creation and Valkey migration in the OCI Cache service
10+
- Support for Dataflow Steps and Storage Mounts in Pipelines in the Data Science service
11+
- Support for Bring Your Own DKIM Keys in the Email Delivery service
12+
- Support for OpenId Connect Multi Authentication command in the OCI Kubernetes Engine service
13+
- Support for security attributes for Load Balancer resource in the Load Balancer service
14+
- Support for reservation of private IP addresses in the Networking service
15+
- Support for additional configuration parameters in the HeatWave service
16+
- Support for private and 3rd party software repositories, and rebooting of instances in the OS Management service
17+
18+
### Breaking Changes
19+
- The property `ZprTags` was removed from models `UpdateLoadBalancerDetails`, `CreateLoadBalancerDetails` and `LoadBalancer` in the Load Balancer service
20+
- The models `CreateContainerCommandHealthCheckDetails` and `ContainerCommandHealthCheck` were removed in the Container Instances service
21+
- The enum member `Command` was removed from the enum `ContainerHealthCheckType` in the Container Instances service
22+
- The field `VnicId` was made non-mandatory in the response model `Ipv6` in the Compute Service
23+
624
## 2.102.2 - 2025-02-18
725
### Added
826
- Support for Customer Onboarding Success(COS) in the Java Management service

Diff for: index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,4 @@ export import generativeaiagent = require("oci-generativeaiagent");
231231
export import generativeaiagentruntime = require("oci-generativeaiagentruntime");
232232
export import securityattribute = require("oci-securityattribute");
233233
export import zpr = require("oci-zpr");
234+
export import dblm = require("oci-dblm");

Diff for: lib/accessgovernancecp/lib/client.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export class AccessGovernanceCPClient {
243243
* @param ChangeGovernanceInstanceCompartmentRequest
244244
* @return ChangeGovernanceInstanceCompartmentResponse
245245
* @throws OciError when an error occurs
246-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartment API.
246+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartment API.
247247
*/
248248
public async changeGovernanceInstanceCompartment(
249249
changeGovernanceInstanceCompartmentRequest: requests.ChangeGovernanceInstanceCompartmentRequest
@@ -320,7 +320,7 @@ export class AccessGovernanceCPClient {
320320
* @param CreateGovernanceInstanceRequest
321321
* @return CreateGovernanceInstanceResponse
322322
* @throws OciError when an error occurs
323-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstance API.
323+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstance API.
324324
*/
325325
public async createGovernanceInstance(
326326
createGovernanceInstanceRequest: requests.CreateGovernanceInstanceRequest
@@ -406,7 +406,7 @@ export class AccessGovernanceCPClient {
406406
* @param DeleteGovernanceInstanceRequest
407407
* @return DeleteGovernanceInstanceResponse
408408
* @throws OciError when an error occurs
409-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstance API.
409+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstance API.
410410
*/
411411
public async deleteGovernanceInstance(
412412
deleteGovernanceInstanceRequest: requests.DeleteGovernanceInstanceRequest
@@ -480,7 +480,7 @@ export class AccessGovernanceCPClient {
480480
* @param GetGovernanceInstanceRequest
481481
* @return GetGovernanceInstanceResponse
482482
* @throws OciError when an error occurs
483-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstance API.
483+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstance API.
484484
*/
485485
public async getGovernanceInstance(
486486
getGovernanceInstanceRequest: requests.GetGovernanceInstanceRequest
@@ -556,7 +556,7 @@ export class AccessGovernanceCPClient {
556556
* @param GetGovernanceInstanceConfigurationRequest
557557
* @return GetGovernanceInstanceConfigurationResponse
558558
* @throws OciError when an error occurs
559-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfiguration API.
559+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfiguration API.
560560
*/
561561
public async getGovernanceInstanceConfiguration(
562562
getGovernanceInstanceConfigurationRequest: requests.GetGovernanceInstanceConfigurationRequest
@@ -635,7 +635,7 @@ export class AccessGovernanceCPClient {
635635
* @param ListGovernanceInstancesRequest
636636
* @return ListGovernanceInstancesResponse
637637
* @throws OciError when an error occurs
638-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstances API.
638+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstances API.
639639
*/
640640
public async listGovernanceInstances(
641641
listGovernanceInstancesRequest: requests.ListGovernanceInstancesRequest
@@ -718,7 +718,7 @@ export class AccessGovernanceCPClient {
718718
* @param UpdateGovernanceInstanceRequest
719719
* @return UpdateGovernanceInstanceResponse
720720
* @throws OciError when an error occurs
721-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstance API.
721+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstance API.
722722
*/
723723
public async updateGovernanceInstance(
724724
updateGovernanceInstanceRequest: requests.UpdateGovernanceInstanceRequest
@@ -805,7 +805,7 @@ export class AccessGovernanceCPClient {
805805
* @param UpdateGovernanceInstanceConfigurationRequest
806806
* @return UpdateGovernanceInstanceConfigurationResponse
807807
* @throws OciError when an error occurs
808-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfiguration API.
808+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfiguration API.
809809
*/
810810
public async updateGovernanceInstanceConfiguration(
811811
updateGovernanceInstanceConfigurationRequest: requests.UpdateGovernanceInstanceConfigurationRequest

Diff for: lib/accessgovernancecp/lib/request/change-governance-instance-compartment-request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as model from "../model";
1515
import common = require("oci-common");
1616

1717
/**
18-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartmentRequest.
18+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartmentRequest.
1919
*/
2020
export interface ChangeGovernanceInstanceCompartmentRequest extends common.BaseRequest {
2121
/**

Diff for: lib/accessgovernancecp/lib/request/create-governance-instance-request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as model from "../model";
1515
import common = require("oci-common");
1616

1717
/**
18-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstanceRequest.
18+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstanceRequest.
1919
*/
2020
export interface CreateGovernanceInstanceRequest extends common.BaseRequest {
2121
/**

Diff for: lib/accessgovernancecp/lib/request/delete-governance-instance-request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as model from "../model";
1515
import common = require("oci-common");
1616

1717
/**
18-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstanceRequest.
18+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstanceRequest.
1919
*/
2020
export interface DeleteGovernanceInstanceRequest extends common.BaseRequest {
2121
/**

Diff for: lib/accessgovernancecp/lib/request/get-governance-instance-configuration-request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as model from "../model";
1515
import common = require("oci-common");
1616

1717
/**
18-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfigurationRequest.
18+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfigurationRequest.
1919
*/
2020
export interface GetGovernanceInstanceConfigurationRequest extends common.BaseRequest {
2121
/**

Diff for: lib/accessgovernancecp/lib/request/get-governance-instance-request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as model from "../model";
1515
import common = require("oci-common");
1616

1717
/**
18-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstanceRequest.
18+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstanceRequest.
1919
*/
2020
export interface GetGovernanceInstanceRequest extends common.BaseRequest {
2121
/**

Diff for: lib/accessgovernancecp/lib/request/list-governance-instances-request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as model from "../model";
1515
import common = require("oci-common");
1616

1717
/**
18-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstancesRequest.
18+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstancesRequest.
1919
*/
2020
export interface ListGovernanceInstancesRequest extends common.BaseRequest {
2121
/**

Diff for: lib/accessgovernancecp/lib/request/update-governance-instance-configuration-request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as model from "../model";
1515
import common = require("oci-common");
1616

1717
/**
18-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfigurationRequest.
18+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfigurationRequest.
1919
*/
2020
export interface UpdateGovernanceInstanceConfigurationRequest extends common.BaseRequest {
2121
/**

Diff for: lib/accessgovernancecp/lib/request/update-governance-instance-request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as model from "../model";
1515
import common = require("oci-common");
1616

1717
/**
18-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstanceRequest.
18+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstanceRequest.
1919
*/
2020
export interface UpdateGovernanceInstanceRequest extends common.BaseRequest {
2121
/**

Diff for: lib/accessgovernancecp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oci-accessgovernancecp",
3-
"version": "2.102.2",
3+
"version": "2.103.0",
44
"description": "OCI NodeJS client for Access Governance Cp Service",
55
"repository": {
66
"type": "git",

Diff for: lib/adm/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Application Dependency Management API
3-
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
3+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](https://docs.oracle.com/iaas/Content/application-dependency-management/home.htm).
44
* OpenAPI spec version: 20220421
55
*
66
*

Diff for: lib/adm/lib/applicationdependencymanagement-waiter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Application Dependency Management API
3-
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
3+
* Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](https://docs.oracle.com/iaas/Content/application-dependency-management/home.htm).
44
* OpenAPI spec version: 20220421
55
*
66
*

0 commit comments

Comments
 (0)