Skip to content

Commit c696c32

Browse files
Releasing version 65.79.0
Releasing version 65.79.0
2 parents 850fffe + 97ca325 commit c696c32

File tree

102 files changed

+1064
-201
lines changed

Some content is hidden

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

102 files changed

+1064
-201
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.79.0 - 2024-11-19
8+
### Added
9+
- Support for optional parameters for unified auditing in the Database service
10+
- Support for user groups for creating technical requests in the Support Management service
11+
- Support for additional checksum algorithms (SHA-256, SHA-384, CRC32C) in the Object Storage service
12+
- Support for single Read Only (RO) endpoint for the read replicas in the PostgreSQL service
13+
- Support for exascale database vaults in the Database service
14+
- Support for virtual machine clusters with database vaults in the Database service
15+
- Support for N3-Gi version in the Database service
16+
17+
### Breaking Changes
18+
- The model `ServiceCategories` was renamed to `Services` in the Customer Incident Management Service
19+
- The property `SubComponents` was renamed to `SubCategories` in the `SubCategories` model in the Customer Incident Management Service
20+
- The property `LimitStatus` and the enum `LimitStatusEnum` were removed from the model `CreateLimitItemDetails` in the Customer Incident Management Service
21+
- The property `IpAddress` was made non-mandatory in the return model `endpoint` in the PostgreSQL service
22+
723
## 65.78.1 - 2024-11-12
824
### Added
925
- Support for calling Oracle Cloud Infrastructure services in the `me-alain-1` region

cims/account_item.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// Use the Support Management API to manage support requests.
88
// For more information, see Getting Help and Contacting Support (https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/contactingsupport.htm).
99
// **Note**: Before you can create service requests with this API,
10-
// you need to have an Oracle Single Sign On (SSO) account,
11-
// and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
10+
// complete user registration at My Oracle Cloud Support
11+
// and then ask your tenancy administrator to provide you authorization for the related user groups.
1212
//
1313

1414
package cims

cims/activity_item.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// Use the Support Management API to manage support requests.
88
// For more information, see Getting Help and Contacting Support (https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/contactingsupport.htm).
99
// **Note**: Before you can create service requests with this API,
10-
// you need to have an Oracle Single Sign On (SSO) account,
11-
// and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
10+
// complete user registration at My Oracle Cloud Support
11+
// and then ask your tenancy administrator to provide you authorization for the related user groups.
1212
//
1313

1414
package cims

cims/category.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// Use the Support Management API to manage support requests.
88
// For more information, see Getting Help and Contacting Support (https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/contactingsupport.htm).
99
// **Note**: Before you can create service requests with this API,
10-
// you need to have an Oracle Single Sign On (SSO) account,
11-
// and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
10+
// complete user registration at My Oracle Cloud Support
11+
// and then ask your tenancy administrator to provide you authorization for the related user groups.
1212
//
1313

1414
package cims

cims/cims_incident_client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// Use the Support Management API to manage support requests.
88
// For more information, see Getting Help and Contacting Support (https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/contactingsupport.htm).
99
// **Note**: Before you can create service requests with this API,
10-
// you need to have an Oracle Single Sign On (SSO) account,
11-
// and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
10+
// complete user registration at My Oracle Cloud Support
11+
// and then ask your tenancy administrator to provide you authorization for the related user groups.
1212
//
1313

1414
package cims

cims/classifier.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// Use the Support Management API to manage support requests.
88
// For more information, see Getting Help and Contacting Support (https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/contactingsupport.htm).
99
// **Note**: Before you can create service requests with this API,
10-
// you need to have an Oracle Single Sign On (SSO) account,
11-
// and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
10+
// complete user registration at My Oracle Cloud Support
11+
// and then ask your tenancy administrator to provide you authorization for the related user groups.
1212
//
1313

1414
package cims

cims/cmos_user_group_info.go

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
// Copyright (c) 2016, 2018, 2024, Oracle and/or its affiliates. All rights reserved.
2+
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3+
// Code generated. DO NOT EDIT.
4+
5+
// Support Management API
6+
//
7+
// Use the Support Management API to manage support requests.
8+
// For more information, see Getting Help and Contacting Support (https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/contactingsupport.htm).
9+
// **Note**: Before you can create service requests with this API,
10+
// complete user registration at My Oracle Cloud Support
11+
// and then ask your tenancy administrator to provide you authorization for the related user groups.
12+
//
13+
14+
package cims
15+
16+
import (
17+
"fmt"
18+
"github.com/oracle/oci-go-sdk/v65/common"
19+
"strings"
20+
)
21+
22+
// CmosUserGroupInfo Identifier and name of the technical support request's user group (`userGroupId` and `userGroupName`).
23+
type CmosUserGroupInfo struct {
24+
25+
// Technical support type (`TECH`) only: The identifier of the support request's user group in My Oracle Cloud Support portal.
26+
UserGroupId *string `mandatory:"false" json:"userGroupId"`
27+
28+
// Technical support type (`TECH`) only: Name of the support request's user group in My Oracle Cloud Support portal.
29+
UserGroupName *string `mandatory:"false" json:"userGroupName"`
30+
}
31+
32+
func (m CmosUserGroupInfo) String() string {
33+
return common.PointerString(m)
34+
}
35+
36+
// ValidateEnumValue returns an error when providing an unsupported enum value
37+
// This function is being called during constructing API request process
38+
// Not recommended for calling this function directly
39+
func (m CmosUserGroupInfo) ValidateEnumValue() (bool, error) {
40+
errMessage := []string{}
41+
42+
if len(errMessage) > 0 {
43+
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
44+
}
45+
return false, nil
46+
}

cims/contact.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// Use the Support Management API to manage support requests.
88
// For more information, see Getting Help and Contacting Support (https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/contactingsupport.htm).
99
// **Note**: Before you can create service requests with this API,
10-
// you need to have an Oracle Single Sign On (SSO) account,
11-
// and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
10+
// complete user registration at My Oracle Cloud Support
11+
// and then ask your tenancy administrator to provide you authorization for the related user groups.
1212
//
1313

1414
package cims

cims/contact_list.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// Use the Support Management API to manage support requests.
88
// For more information, see Getting Help and Contacting Support (https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/contactingsupport.htm).
99
// **Note**: Before you can create service requests with this API,
10-
// you need to have an Oracle Single Sign On (SSO) account,
11-
// and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
10+
// complete user registration at My Oracle Cloud Support
11+
// and then ask your tenancy administrator to provide you authorization for the related user groups.
1212
//
1313

1414
package cims

cims/contextual_data.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// Use the Support Management API to manage support requests.
88
// For more information, see Getting Help and Contacting Support (https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/contactingsupport.htm).
99
// **Note**: Before you can create service requests with this API,
10-
// you need to have an Oracle Single Sign On (SSO) account,
11-
// and you need to register your Customer Support Identifier (CSI) with My Oracle Support.
10+
// complete user registration at My Oracle Cloud Support
11+
// and then ask your tenancy administrator to provide you authorization for the related user groups.
1212
//
1313

1414
package cims

0 commit comments

Comments
 (0)