Skip to content

Commit 884eecd

Browse files
author
DEXREQ Automation
committed
Merge pull request #2535 in SDK/oci-go-sdk from merge_to_github2023-09-25 to github
Releasing Version 65.49.2 Squashed commit of the following: commit a36e6ecc3beca7ae1c89ef1f01b3093eacad642d Author: oci-dex-release-bot <[email protected]> Date: Mon Sep 25 20:20:07 2023 +0000 Releasing version 65 49 2
1 parent 8344b6a commit 884eecd

File tree

1,894 files changed

+19255
-17484
lines changed

Some content is hidden

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

1,894 files changed

+19255
-17484
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.49.2 - 2023-09-26
8+
### Added
9+
- Support for listing compute performances and storage performances in Database service
10+
- Support for private endpoints for external key managers in Key Management service
11+
- Support for additional parameters in vaults and keys for external key managers in Key Management service
12+
- Support for domains while creating integration instances in Oracle Integration Cloud service
13+
14+
715
## 65.49.1 - 2023-09-12
816
### Added
917
- Support for SQL tuning sets in Database Management service

Makefile

+10-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ TARGETS_TEST = $(patsubst %,test-%, $(TARGETS_WITH_TESTS))
1313
TARGETS_TESTFILTERED = $(patsubst %,testfiltered-%, $(TARGETS_WITH_TESTS))
1414
TARGETS_INTEG_TEST = $(patsubst %,test-%, $(TARGETS_WITH_INTEG_TESTS))
1515
TARGETS_RELEASE= $(patsubst %,release-%, $(TARGETS))
16+
TARGETS_STATIC = $(patsubst %,staticcheck-%, $(TARGETS))
1617
GOLINT=$(GOPATH)/bin/golint
18+
STATICCHECK=$(GOPATH)/bin/staticcheck
1719
LINT_FLAGS=-min_confidence 0.9 -set_exit_status
1820

1921
AUTOTEST_DIR = autotest
@@ -23,11 +25,9 @@ EXCLUDED_CLEAN_DIRECTORIES = objectstorage/transfer*
2325

2426
.PHONY: $(TARGETS_BUILD) $(TARGET_TEST)
2527

26-
build: lint $(TARGETS_BUILD)
28+
build: static-check $(TARGETS_BUILD)
2729

28-
static-check:
29-
@staticcheck ./...
30-
@echo "Success: No static check warnings"
30+
static-check: $(TARGETS_STATIC)
3131

3232
test: build $(TARGETS_TEST)
3333

@@ -53,6 +53,12 @@ $(TARGETS_LINT): lint-%:%
5353
(cd $< && $(GOLINT) $(LINT_FLAGS) .);\
5454
fi
5555

56+
$(TARGETS_STATIC): staticcheck-%:%
57+
@echo "Formating and Static-Checking: $<"
58+
@(cd $< && gofmt -s -w .)
59+
@(cd $< && $(STATICCHECK) ./...);\
60+
61+
5662
# for sample code, only build them via 'go test -c'
5763
$(TARGETS_BUILD): build-%:%
5864
@echo "building: $<"

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,13 @@ Linting (performed by golint) can be done with the following command:
218218
```
219219
make lint
220220
```
221-
This command is also run by the make build and make test commands.
222221
Linting will perform a number of formatting changes across the code base.
223222

224-
Staticcheck can be run with:
225223

226224
```
227225
make static-check
228226
```
227+
This command is also run by the make build and make test commands.
229228
Staticcheck will provide formatting warnings but will not make any changes to any files.
230229
You can also cause staticcheck to be run before calls to "git commit" with the pre-commit plugin.
231230

accessgovernancecp/accessgovernancecp_client.go

+8-8
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (client *AccessGovernanceCPClient) ConfigurationProvider() *common.Configur
9393

9494
// ChangeGovernanceInstanceCompartment Moves a GovernanceInstance resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
9595
//
96-
// See also
96+
// # See also
9797
//
9898
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.go.html to see an example of how to use ChangeGovernanceInstanceCompartment API.
9999
// A default retry strategy applies to this operation ChangeGovernanceInstanceCompartment()
@@ -156,7 +156,7 @@ func (client AccessGovernanceCPClient) changeGovernanceInstanceCompartment(ctx c
156156

157157
// CreateGovernanceInstance Creates a new GovernanceInstance.
158158
//
159-
// See also
159+
// # See also
160160
//
161161
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.go.html to see an example of how to use CreateGovernanceInstance API.
162162
// A default retry strategy applies to this operation CreateGovernanceInstance()
@@ -219,7 +219,7 @@ func (client AccessGovernanceCPClient) createGovernanceInstance(ctx context.Cont
219219

220220
// DeleteGovernanceInstance Deletes an existing GovernanceInstance.
221221
//
222-
// See also
222+
// # See also
223223
//
224224
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.go.html to see an example of how to use DeleteGovernanceInstance API.
225225
// A default retry strategy applies to this operation DeleteGovernanceInstance()
@@ -282,7 +282,7 @@ func (client AccessGovernanceCPClient) deleteGovernanceInstance(ctx context.Cont
282282

283283
// GetGovernanceInstance Gets a GovernanceInstance by OCID.
284284
//
285-
// See also
285+
// # See also
286286
//
287287
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.go.html to see an example of how to use GetGovernanceInstance API.
288288
// A default retry strategy applies to this operation GetGovernanceInstance()
@@ -340,7 +340,7 @@ func (client AccessGovernanceCPClient) getGovernanceInstance(ctx context.Context
340340

341341
// GetGovernanceInstanceConfiguration Gets the tenancy-wide configuration for GovernanceInstances
342342
//
343-
// See also
343+
// # See also
344344
//
345345
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.go.html to see an example of how to use GetGovernanceInstanceConfiguration API.
346346
// A default retry strategy applies to this operation GetGovernanceInstanceConfiguration()
@@ -398,7 +398,7 @@ func (client AccessGovernanceCPClient) getGovernanceInstanceConfiguration(ctx co
398398

399399
// ListGovernanceInstances Returns a list of Governance Instances.
400400
//
401-
// See also
401+
// # See also
402402
//
403403
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.go.html to see an example of how to use ListGovernanceInstances API.
404404
// A default retry strategy applies to this operation ListGovernanceInstances()
@@ -456,7 +456,7 @@ func (client AccessGovernanceCPClient) listGovernanceInstances(ctx context.Conte
456456

457457
// UpdateGovernanceInstance Updates the GovernanceInstance.
458458
//
459-
// See also
459+
// # See also
460460
//
461461
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.go.html to see an example of how to use UpdateGovernanceInstance API.
462462
// A default retry strategy applies to this operation UpdateGovernanceInstance()
@@ -514,7 +514,7 @@ func (client AccessGovernanceCPClient) updateGovernanceInstance(ctx context.Cont
514514

515515
// UpdateGovernanceInstanceConfiguration Updates the tenancy-wide configuration for GovernanceInstances
516516
//
517-
// See also
517+
// # See also
518518
//
519519
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.go.html to see an example of how to use UpdateGovernanceInstanceConfiguration API.
520520
// A default retry strategy applies to this operation UpdateGovernanceInstanceConfiguration()

adm/adm_applicationdependencymanagement_client.go

+18-18
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (client *ApplicationDependencyManagementClient) ConfigurationProvider() *co
9393

9494
// CancelWorkRequest Cancel work request with the given ID.
9595
//
96-
// See also
96+
// # See also
9797
//
9898
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/CancelWorkRequest.go.html to see an example of how to use CancelWorkRequest API.
9999
// A default retry strategy applies to this operation CancelWorkRequest()
@@ -151,7 +151,7 @@ func (client ApplicationDependencyManagementClient) cancelWorkRequest(ctx contex
151151

152152
// ChangeKnowledgeBaseCompartment Moves a Knowledge Base from one compartment to another.
153153
//
154-
// See also
154+
// # See also
155155
//
156156
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ChangeKnowledgeBaseCompartment.go.html to see an example of how to use ChangeKnowledgeBaseCompartment API.
157157
// A default retry strategy applies to this operation ChangeKnowledgeBaseCompartment()
@@ -214,7 +214,7 @@ func (client ApplicationDependencyManagementClient) changeKnowledgeBaseCompartme
214214

215215
// ChangeVulnerabilityAuditCompartment Moves a Vulnerability Audit from one compartment to another.
216216
//
217-
// See also
217+
// # See also
218218
//
219219
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ChangeVulnerabilityAuditCompartment.go.html to see an example of how to use ChangeVulnerabilityAuditCompartment API.
220220
// A default retry strategy applies to this operation ChangeVulnerabilityAuditCompartment()
@@ -277,7 +277,7 @@ func (client ApplicationDependencyManagementClient) changeVulnerabilityAuditComp
277277

278278
// CreateKnowledgeBase Creates a new Knowledge Base.
279279
//
280-
// See also
280+
// # See also
281281
//
282282
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/CreateKnowledgeBase.go.html to see an example of how to use CreateKnowledgeBase API.
283283
// A default retry strategy applies to this operation CreateKnowledgeBase()
@@ -340,7 +340,7 @@ func (client ApplicationDependencyManagementClient) createKnowledgeBase(ctx cont
340340

341341
// CreateVulnerabilityAudit Creates a new Vulnerability Audit by providing a tree of Application Dependencies.
342342
//
343-
// See also
343+
// # See also
344344
//
345345
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/CreateVulnerabilityAudit.go.html to see an example of how to use CreateVulnerabilityAudit API.
346346
// A default retry strategy applies to this operation CreateVulnerabilityAudit()
@@ -403,7 +403,7 @@ func (client ApplicationDependencyManagementClient) createVulnerabilityAudit(ctx
403403

404404
// DeleteKnowledgeBase Deletes the specified Knowledge Base.
405405
//
406-
// See also
406+
// # See also
407407
//
408408
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/DeleteKnowledgeBase.go.html to see an example of how to use DeleteKnowledgeBase API.
409409
// A default retry strategy applies to this operation DeleteKnowledgeBase()
@@ -461,7 +461,7 @@ func (client ApplicationDependencyManagementClient) deleteKnowledgeBase(ctx cont
461461

462462
// DeleteVulnerabilityAudit Deletes the specified Vulnerability Audit.
463463
//
464-
// See also
464+
// # See also
465465
//
466466
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/DeleteVulnerabilityAudit.go.html to see an example of how to use DeleteVulnerabilityAudit API.
467467
// A default retry strategy applies to this operation DeleteVulnerabilityAudit()
@@ -519,7 +519,7 @@ func (client ApplicationDependencyManagementClient) deleteVulnerabilityAudit(ctx
519519

520520
// GetKnowledgeBase Returns the details of the specified Knowledge Base.
521521
//
522-
// See also
522+
// # See also
523523
//
524524
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/GetKnowledgeBase.go.html to see an example of how to use GetKnowledgeBase API.
525525
// A default retry strategy applies to this operation GetKnowledgeBase()
@@ -577,7 +577,7 @@ func (client ApplicationDependencyManagementClient) getKnowledgeBase(ctx context
577577

578578
// GetVulnerabilityAudit Returns the details of the specified Vulnerability Audit.
579579
//
580-
// See also
580+
// # See also
581581
//
582582
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/GetVulnerabilityAudit.go.html to see an example of how to use GetVulnerabilityAudit API.
583583
// A default retry strategy applies to this operation GetVulnerabilityAudit()
@@ -635,7 +635,7 @@ func (client ApplicationDependencyManagementClient) getVulnerabilityAudit(ctx co
635635

636636
// GetWorkRequest Gets the status of the work request with the given ID.
637637
//
638-
// See also
638+
// # See also
639639
//
640640
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/GetWorkRequest.go.html to see an example of how to use GetWorkRequest API.
641641
// A default retry strategy applies to this operation GetWorkRequest()
@@ -693,7 +693,7 @@ func (client ApplicationDependencyManagementClient) getWorkRequest(ctx context.C
693693

694694
// ListApplicationDependencyVulnerabilities Returns a list of Application Dependencies with their associated vulnerabilities.
695695
//
696-
// See also
696+
// # See also
697697
//
698698
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ListApplicationDependencyVulnerabilities.go.html to see an example of how to use ListApplicationDependencyVulnerabilities API.
699699
// A default retry strategy applies to this operation ListApplicationDependencyVulnerabilities()
@@ -752,7 +752,7 @@ func (client ApplicationDependencyManagementClient) listApplicationDependencyVul
752752
// ListKnowledgeBases Returns a list of KnowledgeBases based on the specified query parameters.
753753
// At least id or compartmentId query parameter must be provided.
754754
//
755-
// See also
755+
// # See also
756756
//
757757
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ListKnowledgeBases.go.html to see an example of how to use ListKnowledgeBases API.
758758
// A default retry strategy applies to this operation ListKnowledgeBases()
@@ -811,7 +811,7 @@ func (client ApplicationDependencyManagementClient) listKnowledgeBases(ctx conte
811811
// ListVulnerabilityAudits Returns a list of Vulnerability Audits based on the specified query parameters.
812812
// At least one of id, compartmentId or knowledgeBaseId query parameter must be provided.
813813
//
814-
// See also
814+
// # See also
815815
//
816816
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ListVulnerabilityAudits.go.html to see an example of how to use ListVulnerabilityAudits API.
817817
// A default retry strategy applies to this operation ListVulnerabilityAudits()
@@ -869,7 +869,7 @@ func (client ApplicationDependencyManagementClient) listVulnerabilityAudits(ctx
869869

870870
// ListWorkRequestErrors Return a (paginated) list of errors for a given work request.
871871
//
872-
// See also
872+
// # See also
873873
//
874874
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ListWorkRequestErrors.go.html to see an example of how to use ListWorkRequestErrors API.
875875
// A default retry strategy applies to this operation ListWorkRequestErrors()
@@ -927,7 +927,7 @@ func (client ApplicationDependencyManagementClient) listWorkRequestErrors(ctx co
927927

928928
// ListWorkRequestLogs Return a (paginated) list of logs for a given work request.
929929
//
930-
// See also
930+
// # See also
931931
//
932932
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ListWorkRequestLogs.go.html to see an example of how to use ListWorkRequestLogs API.
933933
// A default retry strategy applies to this operation ListWorkRequestLogs()
@@ -985,7 +985,7 @@ func (client ApplicationDependencyManagementClient) listWorkRequestLogs(ctx cont
985985

986986
// ListWorkRequests Lists the work requests in a compartment.
987987
//
988-
// See also
988+
// # See also
989989
//
990990
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/ListWorkRequests.go.html to see an example of how to use ListWorkRequests API.
991991
// A default retry strategy applies to this operation ListWorkRequests()
@@ -1043,7 +1043,7 @@ func (client ApplicationDependencyManagementClient) listWorkRequests(ctx context
10431043

10441044
// UpdateKnowledgeBase Updates one or more attributes of the specified Knowledge Base.
10451045
//
1046-
// See also
1046+
// # See also
10471047
//
10481048
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/UpdateKnowledgeBase.go.html to see an example of how to use UpdateKnowledgeBase API.
10491049
// A default retry strategy applies to this operation UpdateKnowledgeBase()
@@ -1101,7 +1101,7 @@ func (client ApplicationDependencyManagementClient) updateKnowledgeBase(ctx cont
11011101

11021102
// UpdateVulnerabilityAudit Updates one or more attributes of the specified Vulnerability Audit.
11031103
//
1104-
// See also
1104+
// # See also
11051105
//
11061106
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/adm/UpdateVulnerabilityAudit.go.html to see an example of how to use UpdateVulnerabilityAudit API.
11071107
// A default retry strategy applies to this operation UpdateVulnerabilityAudit()

0 commit comments

Comments
 (0)