Skip to content

Commit ca12c92

Browse files
Releasing version 65.99.1
Releasing version 65.99.1
2 parents 7f425f7 + 8b3bc70 commit ca12c92

File tree

21,183 files changed

+29596
-21456
lines changed

Some content is hidden

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

21,183 files changed

+29596
-21456
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DOC_SERVER_URL=https:\/\/docs.oracle.com
22

3-
GEN_TARGETS = identity core objectstorage loadbalancer database audit dns filestorage email containerengine resourcesearch keymanagement announcementsservice healthchecks waas autoscaling streaming ons monitoring resourcemanager budget workrequests functions limits events oce oda analytics integration marketplace apigateway datacatalog dataflow datascience nosql secrets vault bds cims datasafe mysql dataintegration ocvp usageapi blockchain loggingingestion logging loganalytics managementdashboard sch loggingsearch managementagent cloudguard opsi computeinstanceagent optimizer tenantmanagercontrolplane rover databasemanagement artifacts apmsynthetics goldengate apmcontrolplane apmtraces networkloadbalancer vulnerabilityscanning databasemigration servicecatalog ailanguage operatoraccesscontrol bastion genericartifactscontent jms devops datalabelingservice datalabelingservicedataplane apmconfig waf certificates certificatesmanagement usage databasetools servicemanagerproxy appmgmtcontrol ospgateway identitydataplane visualbuilder osubusage osubsubscription osuborganizationsubscription osubbillingschedule dashboardservice threatintelligence aivision aispeech stackmonitoring adm licensemanager onesubscription governancerulescontrolplane waa networkfirewall vnmonitoring emwarehouse lockbox fusionapps mediaservices opa opensearch cloudmigrations cloudbridge disasterrecovery containerinstances aidocument queue recovery vbsinst identitydomains accessgovernancecp ocicontrolcenter osmanagementhub fleetsoftwareupdate computecloudatcustomer marketplacepublisher redis jmsjavadownloads psql generativeai generativeaiinference capacitymanagement globallydistributeddatabase desktops emaildataplane clusterplacementgroups marketplaceprivateoffer resourcescheduler demandsignal fleetappsmanagement delegateaccesscontrol generativeaiagent generativeaiagentruntime securityattribute zpr dblm mngdmac lustrefilestorage modeldeployment distributeddatabase apiaccesscontrol wlms dbmulticloud apiplatform multicloud ##SPECNAME##
3+
GEN_TARGETS = identity core objectstorage loadbalancer database audit dns filestorage email containerengine resourcesearch keymanagement announcementsservice healthchecks waas autoscaling streaming ons monitoring resourcemanager budget workrequests functions limits events oce oda analytics integration marketplace apigateway datacatalog dataflow datascience nosql secrets vault bds cims datasafe mysql dataintegration ocvp usageapi blockchain loggingingestion logging loganalytics managementdashboard sch loggingsearch managementagent cloudguard opsi computeinstanceagent optimizer tenantmanagercontrolplane rover databasemanagement artifacts apmsynthetics goldengate apmcontrolplane apmtraces networkloadbalancer vulnerabilityscanning databasemigration servicecatalog ailanguage operatoraccesscontrol bastion genericartifactscontent jms devops datalabelingservice datalabelingservicedataplane apmconfig waf certificates certificatesmanagement usage databasetools servicemanagerproxy appmgmtcontrol ospgateway identitydataplane visualbuilder osubusage osubsubscription osuborganizationsubscription osubbillingschedule dashboardservice threatintelligence aivision aispeech stackmonitoring adm licensemanager onesubscription governancerulescontrolplane waa networkfirewall vnmonitoring emwarehouse lockbox fusionapps mediaservices opa opensearch cloudmigrations cloudbridge disasterrecovery containerinstances aidocument queue recovery vbsinst identitydomains accessgovernancecp ocicontrolcenter osmanagementhub fleetsoftwareupdate computecloudatcustomer marketplacepublisher redis jmsjavadownloads psql generativeai generativeaiinference capacitymanagement globallydistributeddatabase desktops emaildataplane clusterplacementgroups marketplaceprivateoffer resourcescheduler demandsignal fleetappsmanagement delegateaccesscontrol generativeaiagent generativeaiagentruntime securityattribute zpr dblm mngdmac lustrefilestorage modeldeployment distributeddatabase apiaccesscontrol wlms dbmulticloud apiplatform multicloud managedkafka ##SPECNAME##
44
NON_GEN_TARGETS = common common/auth objectstorage/transfer example
55
TARGETS = $(NON_GEN_TARGETS) $(GEN_TARGETS)
66

accessgovernancecp/change_governance_instance_compartment_details.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func (m ChangeGovernanceInstanceCompartmentDetails) ValidateEnumValue() (bool, e
3333
errMessage := []string{}
3434

3535
if len(errMessage) > 0 {
36-
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
36+
return true, fmt.Errorf("%s", strings.Join(errMessage, "\n"))
3737
}
3838
return false, nil
3939
}

accessgovernancecp/change_governance_instance_compartment_request_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (request ChangeGovernanceInstanceCompartmentRequest) RetryPolicy() *common.
7878
func (request ChangeGovernanceInstanceCompartmentRequest) ValidateEnumValue() (bool, error) {
7979
errMessage := []string{}
8080
if len(errMessage) > 0 {
81-
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
81+
return true, fmt.Errorf("%s", strings.Join(errMessage, "\n"))
8282
}
8383
return false, nil
8484
}

accessgovernancecp/create_governance_instance_details.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func (m CreateGovernanceInstanceDetails) ValidateEnumValue() (bool, error) {
6363
}
6464

6565
if len(errMessage) > 0 {
66-
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
66+
return true, fmt.Errorf("%s", strings.Join(errMessage, "\n"))
6767
}
6868
return false, nil
6969
}

accessgovernancecp/create_governance_instance_request_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func (request CreateGovernanceInstanceRequest) RetryPolicy() *common.RetryPolicy
6868
func (request CreateGovernanceInstanceRequest) ValidateEnumValue() (bool, error) {
6969
errMessage := []string{}
7070
if len(errMessage) > 0 {
71-
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
71+
return true, fmt.Errorf("%s", strings.Join(errMessage, "\n"))
7272
}
7373
return false, nil
7474
}

accessgovernancecp/delete_governance_instance_request_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (request DeleteGovernanceInstanceRequest) RetryPolicy() *common.RetryPolicy
7575
func (request DeleteGovernanceInstanceRequest) ValidateEnumValue() (bool, error) {
7676
errMessage := []string{}
7777
if len(errMessage) > 0 {
78-
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
78+
return true, fmt.Errorf("%s", strings.Join(errMessage, "\n"))
7979
}
8080
return false, nil
8181
}

accessgovernancecp/get_governance_instance_configuration_request_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (request GetGovernanceInstanceConfigurationRequest) RetryPolicy() *common.R
6161
func (request GetGovernanceInstanceConfigurationRequest) ValidateEnumValue() (bool, error) {
6262
errMessage := []string{}
6363
if len(errMessage) > 0 {
64-
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
64+
return true, fmt.Errorf("%s", strings.Join(errMessage, "\n"))
6565
}
6666
return false, nil
6767
}

accessgovernancecp/get_governance_instance_request_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (request GetGovernanceInstanceRequest) RetryPolicy() *common.RetryPolicy {
6161
func (request GetGovernanceInstanceRequest) ValidateEnumValue() (bool, error) {
6262
errMessage := []string{}
6363
if len(errMessage) > 0 {
64-
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
64+
return true, fmt.Errorf("%s", strings.Join(errMessage, "\n"))
6565
}
6666
return false, nil
6767
}

accessgovernancecp/governance_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (m GovernanceInstance) ValidateEnumValue() (bool, error) {
7878
errMessage = append(errMessage, fmt.Sprintf("unsupported enum value for LicenseType: %s. Supported values are: %s.", m.LicenseType, strings.Join(GetLicenseTypeEnumStringValues(), ",")))
7979
}
8080
if len(errMessage) > 0 {
81-
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
81+
return true, fmt.Errorf("%s", strings.Join(errMessage, "\n"))
8282
}
8383
return false, nil
8484
}

0 commit comments

Comments
 (0)