Skip to content

Commit 42ff744

Browse files
Releasing version 2.77.0
Releasing version 2.77.0
2 parents 592ee16 + 74aa9c4 commit 42ff744

File tree

9,389 files changed

+26805
-18157
lines changed

Some content is hidden

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

9,389 files changed

+26805
-18157
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.77.0 - 2024-01-16
7+
### Added
8+
- Support for resource id filter on the service work requests in the Container Instances service
9+
- Support for polyglot vulnerability audit in the Application Dependency Management service
10+
- Support for create, read, and update operations on peer databases in the Data Safe service
11+
- Support for dimension specific alarm suppressions in the Monitoring service
12+
- Support for calculating audit volume in the Data Safe service
13+
- Support for viewing schema accesses in data safe user assessments in the Data Safe service
14+
- Support for security feature usage in the Data Safe service
15+
- Support for viewing the top security findings in data safe security assessments in the Data Safe service
16+
- Support for additional filters in list findings operation in the Data Safe service
17+
- Support for updating risk level of the specified finding in the Data Safe service
18+
19+
### Breaking Changes
20+
- Field `opcWorkRequestId` was removed from the response model `CreateVulnerabilityAuditResponse` in the Application Dependency Management service
21+
22+
623
## 2.76.1 - 2024-01-09
724
### Added
825
- Support for calling Oracle Cloud Infrastructure services in the sa-valparaiso-1 region

lib/accessgovernancecp/lib/model/create-governance-instance-details.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ export interface CreateGovernanceInstanceDetails {
4545
"idcsAccessToken": string;
4646
/**
4747
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
48-
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
48+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
4949
*
5050
*/
5151
"definedTags"?: { [key: string]: { [key: string]: any } };
5252
/**
5353
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
54-
* Example: `{\"bar-key\": \"value\"}`
54+
* Example: {@code {\"bar-key\": \"value\"}}
5555
*
5656
*/
5757
"freeformTags"?: { [key: string]: string };
5858
/**
5959
* Usage of system tag keys. These predefined keys are scoped to namespaces.
60-
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
60+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
6161
*
6262
*/
6363
"systemTags"?: { [key: string]: { [key: string]: any } };

lib/accessgovernancecp/lib/model/governance-instance-summary.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@ export interface GovernanceInstanceSummary {
5656
"instanceUrl"?: string;
5757
/**
5858
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
59-
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
59+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
6060
*
6161
*/
6262
"definedTags"?: { [key: string]: { [key: string]: any } };
6363
/**
6464
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
65-
* Example: `{\"bar-key\": \"value\"}`
65+
* Example: {@code {\"bar-key\": \"value\"}}
6666
*
6767
*/
6868
"freeformTags"?: { [key: string]: string };
6969
/**
7070
* Usage of system tag keys. These predefined keys are scoped to namespaces.
71-
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
71+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
7272
*
7373
*/
7474
"systemTags"?: { [key: string]: { [key: string]: any } };

lib/accessgovernancecp/lib/model/governance-instance.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ export interface GovernanceInstance {
6060
"instanceUrl"?: string;
6161
/**
6262
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
63-
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
63+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
6464
*
6565
*/
6666
"definedTags"?: { [key: string]: { [key: string]: any } };
6767
/**
6868
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
69-
* Example: `{\"bar-key\": \"value\"}`
69+
* Example: {@code {\"bar-key\": \"value\"}}
7070
*
7171
*/
7272
"freeformTags"?: { [key: string]: string };
7373
/**
7474
* Usage of system tag keys. These predefined keys are scoped to namespaces.
75-
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
75+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
7676
*
7777
*/
7878
"systemTags"?: { [key: string]: { [key: string]: any } };

lib/accessgovernancecp/lib/model/update-governance-instance-details.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ export interface UpdateGovernanceInstanceDetails {
3232
"licenseType"?: model.LicenseType;
3333
/**
3434
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
35-
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
35+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
3636
*
3737
*/
3838
"definedTags"?: { [key: string]: { [key: string]: any } };
3939
/**
4040
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
41-
* Example: `{\"bar-key\": \"value\"}`
41+
* Example: {@code {\"bar-key\": \"value\"}}
4242
*
4343
*/
4444
"freeformTags"?: { [key: string]: string };

lib/accessgovernancecp/lib/request/change-governance-instance-compartment-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface ChangeGovernanceInstanceCompartmentRequest extends common.BaseR
2828
"changeGovernanceInstanceCompartmentDetails": model.ChangeGovernanceInstanceCompartmentDetails;
2929
/**
3030
* For optimistic concurrency control. In the PUT or DELETE call
31-
* for a resource, set the `if-match` parameter to the value of the
31+
* for a resource, set the {@code if-match} parameter to the value of the
3232
* etag from a previous GET or POST response for that resource.
3333
* The resource will be updated or deleted only if the etag you
3434
* provide matches the resource's current etag value.

lib/accessgovernancecp/lib/request/delete-governance-instance-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface DeleteGovernanceInstanceRequest extends common.BaseRequest {
2424
"governanceInstanceId": string;
2525
/**
2626
* For optimistic concurrency control. In the PUT or DELETE call
27-
* for a resource, set the `if-match` parameter to the value of the
27+
* for a resource, set the {@code if-match} parameter to the value of the
2828
* etag from a previous GET or POST response for that resource.
2929
* The resource will be updated or deleted only if the etag you
3030
* provide matches the resource's current etag value.

lib/accessgovernancecp/lib/request/list-governance-instances-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface ListGovernanceInstancesRequest extends common.BaseRequest {
3939
*/
4040
"limit"?: number;
4141
/**
42-
* A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
42+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
4343
*/
4444
"page"?: string;
4545
/**

lib/accessgovernancecp/lib/request/update-governance-instance-configuration-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface UpdateGovernanceInstanceConfigurationRequest extends common.Bas
2828
"compartmentId": string;
2929
/**
3030
* For optimistic concurrency control. In the PUT or DELETE call
31-
* for a resource, set the `if-match` parameter to the value of the
31+
* for a resource, set the {@code if-match} parameter to the value of the
3232
* etag from a previous GET or POST response for that resource.
3333
* The resource will be updated or deleted only if the etag you
3434
* provide matches the resource's current etag value.

lib/accessgovernancecp/lib/request/update-governance-instance-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface UpdateGovernanceInstanceRequest extends common.BaseRequest {
2828
"governanceInstanceId": string;
2929
/**
3030
* For optimistic concurrency control. In the PUT or DELETE call
31-
* for a resource, set the `if-match` parameter to the value of the
31+
* for a resource, set the {@code if-match} parameter to the value of the
3232
* etag from a previous GET or POST response for that resource.
3333
* The resource will be updated or deleted only if the etag you
3434
* provide matches the resource's current etag value.

0 commit comments

Comments
 (0)