Skip to content

Commit d9d3ec1

Browse files
Releasing version 65.58.1
Releasing version 65.58.1
2 parents 387014e + bf54adc commit d9d3ec1

File tree

67 files changed

+1201
-32
lines changed

Some content is hidden

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

67 files changed

+1201
-32
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.58.1 - 2024-02-13
8+
### Added
9+
- Support for adding automatic backups during cross region operations and disaster recovery in the Autonomous Database service
10+
- Support for overlapping CIDR in network path analyzer in the Virtual Network Monitoring service
11+
- Support for additional attributes in entity and topology in the Log Analytics service
12+
- Support for historic collection and log type while creating object collection rules in the Log Analytics service
13+
- Support for position aware parsers in the Log Analytics service
14+
- Support for filtering log sources, detection rules and scheduled tasks based on target service in the Log Analytics service
15+
- Support for additional recall and release attributes in the Log Analytics service
16+
- Support for opc-meta-properties header while uploading log events in the Log Analytics service
17+
18+
719
## 65.58.0 - 2024-02-06
820
### Added
921
- Support for the Globally Distributed Database service

common/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

database/change_disaster_recovery_configuration_details.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ type ChangeDisasterRecoveryConfigurationDetails struct {
2828

2929
// Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
3030
IsSnapshotStandby *bool `mandatory:"false" json:"isSnapshotStandby"`
31+
32+
// If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
33+
IsReplicateAutomaticBackups *bool `mandatory:"false" json:"isReplicateAutomaticBackups"`
3134
}
3235

3336
func (m ChangeDisasterRecoveryConfigurationDetails) String() string {

database/create_cross_region_disaster_recovery_details.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ type CreateCrossRegionDisasterRecoveryDetails struct {
260260
// The version of the vault secret. If no version is specified, the latest version will be used.
261261
SecretVersionNumber *int `mandatory:"false" json:"secretVersionNumber"`
262262

263+
// If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
264+
IsReplicateAutomaticBackups *bool `mandatory:"false" json:"isReplicateAutomaticBackups"`
265+
263266
// The Oracle Database Edition that applies to the Autonomous databases.
264267
DatabaseEdition AutonomousDatabaseSummaryDatabaseEditionEnum `mandatory:"false" json:"databaseEdition,omitempty"`
265268

database/disaster_recovery_configuration.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ type DisasterRecoveryConfiguration struct {
2828

2929
// Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
3030
IsSnapshotStandby *bool `mandatory:"false" json:"isSnapshotStandby"`
31+
32+
// If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
33+
IsReplicateAutomaticBackups *bool `mandatory:"false" json:"isReplicateAutomaticBackups"`
3134
}
3235

3336
func (m DisasterRecoveryConfiguration) String() string {

globallydistributeddatabase/globallydistributeddatabase_shardeddatabaseservice_client.go

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func (client ShardedDatabaseServiceClient) changePrivateEndpointCompartment(ctx
145145
defer common.CloseBodyIfValid(httpResponse)
146146
response.RawResponse = httpResponse
147147
if err != nil {
148-
apiReferenceLink := ""
148+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/PrivateEndpoint/ChangePrivateEndpointCompartment"
149149
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "ChangePrivateEndpointCompartment", apiReferenceLink)
150150
return response, err
151151
}
@@ -208,7 +208,7 @@ func (client ShardedDatabaseServiceClient) changeShardedDatabaseCompartment(ctx
208208
defer common.CloseBodyIfValid(httpResponse)
209209
response.RawResponse = httpResponse
210210
if err != nil {
211-
apiReferenceLink := ""
211+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/ChangeShardedDatabaseCompartment"
212212
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "ChangeShardedDatabaseCompartment", apiReferenceLink)
213213
return response, err
214214
}
@@ -274,7 +274,7 @@ func (client ShardedDatabaseServiceClient) configureShardedDatabaseGsms(ctx cont
274274
defer common.CloseBodyIfValid(httpResponse)
275275
response.RawResponse = httpResponse
276276
if err != nil {
277-
apiReferenceLink := ""
277+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/ConfigureShardedDatabaseGsms"
278278
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "ConfigureShardedDatabaseGsms", apiReferenceLink)
279279
return response, err
280280
}
@@ -341,7 +341,7 @@ func (client ShardedDatabaseServiceClient) configureSharding(ctx context.Context
341341
defer common.CloseBodyIfValid(httpResponse)
342342
response.RawResponse = httpResponse
343343
if err != nil {
344-
apiReferenceLink := ""
344+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/ConfigureSharding"
345345
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "ConfigureSharding", apiReferenceLink)
346346
return response, err
347347
}
@@ -530,7 +530,7 @@ func (client ShardedDatabaseServiceClient) deletePrivateEndpoint(ctx context.Con
530530
defer common.CloseBodyIfValid(httpResponse)
531531
response.RawResponse = httpResponse
532532
if err != nil {
533-
apiReferenceLink := ""
533+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/PrivateEndpoint/DeletePrivateEndpoint"
534534
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "DeletePrivateEndpoint", apiReferenceLink)
535535
return response, err
536536
}
@@ -593,7 +593,7 @@ func (client ShardedDatabaseServiceClient) deleteShardedDatabase(ctx context.Con
593593
defer common.CloseBodyIfValid(httpResponse)
594594
response.RawResponse = httpResponse
595595
if err != nil {
596-
apiReferenceLink := ""
596+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/DeleteShardedDatabase"
597597
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "DeleteShardedDatabase", apiReferenceLink)
598598
return response, err
599599
}
@@ -658,7 +658,7 @@ func (client ShardedDatabaseServiceClient) downloadGsmCertificateSigningRequest(
658658
httpResponse, err = client.Call(ctx, &httpRequest)
659659
response.RawResponse = httpResponse
660660
if err != nil {
661-
apiReferenceLink := ""
661+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/DownloadGsmCertificateSigningRequest"
662662
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "DownloadGsmCertificateSigningRequest", apiReferenceLink)
663663
return response, err
664664
}
@@ -721,7 +721,7 @@ func (client ShardedDatabaseServiceClient) fetchConnectionString(ctx context.Con
721721
defer common.CloseBodyIfValid(httpResponse)
722722
response.RawResponse = httpResponse
723723
if err != nil {
724-
apiReferenceLink := ""
724+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/FetchConnectionString"
725725
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "FetchConnectionString", apiReferenceLink)
726726
return response, err
727727
}
@@ -784,7 +784,7 @@ func (client ShardedDatabaseServiceClient) fetchShardableCloudAutonomousVmCluste
784784
defer common.CloseBodyIfValid(httpResponse)
785785
response.RawResponse = httpResponse
786786
if err != nil {
787-
apiReferenceLink := ""
787+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/FetchShardableCloudAutonomousVmClusters"
788788
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "FetchShardableCloudAutonomousVmClusters", apiReferenceLink)
789789
return response, err
790790
}
@@ -849,7 +849,7 @@ func (client ShardedDatabaseServiceClient) generateGsmCertificateSigningRequest(
849849
defer common.CloseBodyIfValid(httpResponse)
850850
response.RawResponse = httpResponse
851851
if err != nil {
852-
apiReferenceLink := ""
852+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/GenerateGsmCertificateSigningRequest"
853853
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "GenerateGsmCertificateSigningRequest", apiReferenceLink)
854854
return response, err
855855
}
@@ -911,7 +911,7 @@ func (client ShardedDatabaseServiceClient) generateWallet(ctx context.Context, r
911911
httpResponse, err = client.Call(ctx, &httpRequest)
912912
response.RawResponse = httpResponse
913913
if err != nil {
914-
apiReferenceLink := ""
914+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/GenerateWallet"
915915
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "GenerateWallet", apiReferenceLink)
916916
return response, err
917917
}
@@ -969,7 +969,7 @@ func (client ShardedDatabaseServiceClient) getPrivateEndpoint(ctx context.Contex
969969
defer common.CloseBodyIfValid(httpResponse)
970970
response.RawResponse = httpResponse
971971
if err != nil {
972-
apiReferenceLink := ""
972+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/PrivateEndpoint/GetPrivateEndpoint"
973973
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "GetPrivateEndpoint", apiReferenceLink)
974974
return response, err
975975
}
@@ -1027,7 +1027,7 @@ func (client ShardedDatabaseServiceClient) getShardedDatabase(ctx context.Contex
10271027
defer common.CloseBodyIfValid(httpResponse)
10281028
response.RawResponse = httpResponse
10291029
if err != nil {
1030-
apiReferenceLink := ""
1030+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/GetShardedDatabase"
10311031
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "GetShardedDatabase", apiReferenceLink)
10321032
return response, err
10331033
}
@@ -1085,7 +1085,7 @@ func (client ShardedDatabaseServiceClient) getWorkRequest(ctx context.Context, r
10851085
defer common.CloseBodyIfValid(httpResponse)
10861086
response.RawResponse = httpResponse
10871087
if err != nil {
1088-
apiReferenceLink := ""
1088+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/WorkRequest/GetWorkRequest"
10891089
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "GetWorkRequest", apiReferenceLink)
10901090
return response, err
10911091
}
@@ -1143,7 +1143,7 @@ func (client ShardedDatabaseServiceClient) listPrivateEndpoints(ctx context.Cont
11431143
defer common.CloseBodyIfValid(httpResponse)
11441144
response.RawResponse = httpResponse
11451145
if err != nil {
1146-
apiReferenceLink := ""
1146+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/PrivateEndpointCollection/ListPrivateEndpoints"
11471147
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "ListPrivateEndpoints", apiReferenceLink)
11481148
return response, err
11491149
}
@@ -1201,7 +1201,7 @@ func (client ShardedDatabaseServiceClient) listShardedDatabases(ctx context.Cont
12011201
defer common.CloseBodyIfValid(httpResponse)
12021202
response.RawResponse = httpResponse
12031203
if err != nil {
1204-
apiReferenceLink := ""
1204+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabaseCollection/ListShardedDatabases"
12051205
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "ListShardedDatabases", apiReferenceLink)
12061206
return response, err
12071207
}
@@ -1259,7 +1259,7 @@ func (client ShardedDatabaseServiceClient) listWorkRequestErrors(ctx context.Con
12591259
defer common.CloseBodyIfValid(httpResponse)
12601260
response.RawResponse = httpResponse
12611261
if err != nil {
1262-
apiReferenceLink := ""
1262+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/WorkRequestError/ListWorkRequestErrors"
12631263
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "ListWorkRequestErrors", apiReferenceLink)
12641264
return response, err
12651265
}
@@ -1317,7 +1317,7 @@ func (client ShardedDatabaseServiceClient) listWorkRequestLogs(ctx context.Conte
13171317
defer common.CloseBodyIfValid(httpResponse)
13181318
response.RawResponse = httpResponse
13191319
if err != nil {
1320-
apiReferenceLink := ""
1320+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/WorkRequestLogEntry/ListWorkRequestLogs"
13211321
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "ListWorkRequestLogs", apiReferenceLink)
13221322
return response, err
13231323
}
@@ -1375,7 +1375,7 @@ func (client ShardedDatabaseServiceClient) listWorkRequests(ctx context.Context,
13751375
defer common.CloseBodyIfValid(httpResponse)
13761376
response.RawResponse = httpResponse
13771377
if err != nil {
1378-
apiReferenceLink := ""
1378+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/WorkRequest/ListWorkRequests"
13791379
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "ListWorkRequests", apiReferenceLink)
13801380
return response, err
13811381
}
@@ -1435,7 +1435,7 @@ func (client ShardedDatabaseServiceClient) patchShardedDatabase(ctx context.Cont
14351435
defer common.CloseBodyIfValid(httpResponse)
14361436
response.RawResponse = httpResponse
14371437
if err != nil {
1438-
apiReferenceLink := ""
1438+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/PatchShardedDatabase"
14391439
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "PatchShardedDatabase", apiReferenceLink)
14401440
return response, err
14411441
}
@@ -1498,7 +1498,7 @@ func (client ShardedDatabaseServiceClient) prevalidateShardedDatabase(ctx contex
14981498
defer common.CloseBodyIfValid(httpResponse)
14991499
response.RawResponse = httpResponse
15001500
if err != nil {
1501-
apiReferenceLink := ""
1501+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/PrevalidateShardedDatabase"
15021502
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "PrevalidateShardedDatabase", apiReferenceLink)
15031503
return response, err
15041504
}
@@ -1561,7 +1561,7 @@ func (client ShardedDatabaseServiceClient) startShardedDatabase(ctx context.Cont
15611561
defer common.CloseBodyIfValid(httpResponse)
15621562
response.RawResponse = httpResponse
15631563
if err != nil {
1564-
apiReferenceLink := ""
1564+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/StartShardedDatabase"
15651565
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "StartShardedDatabase", apiReferenceLink)
15661566
return response, err
15671567
}
@@ -1624,7 +1624,7 @@ func (client ShardedDatabaseServiceClient) stopShardedDatabase(ctx context.Conte
16241624
defer common.CloseBodyIfValid(httpResponse)
16251625
response.RawResponse = httpResponse
16261626
if err != nil {
1627-
apiReferenceLink := ""
1627+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/StopShardedDatabase"
16281628
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "StopShardedDatabase", apiReferenceLink)
16291629
return response, err
16301630
}
@@ -1687,7 +1687,7 @@ func (client ShardedDatabaseServiceClient) updatePrivateEndpoint(ctx context.Con
16871687
defer common.CloseBodyIfValid(httpResponse)
16881688
response.RawResponse = httpResponse
16891689
if err != nil {
1690-
apiReferenceLink := ""
1690+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/PrivateEndpoint/UpdatePrivateEndpoint"
16911691
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "UpdatePrivateEndpoint", apiReferenceLink)
16921692
return response, err
16931693
}
@@ -1745,7 +1745,7 @@ func (client ShardedDatabaseServiceClient) updateShardedDatabase(ctx context.Con
17451745
defer common.CloseBodyIfValid(httpResponse)
17461746
response.RawResponse = httpResponse
17471747
if err != nil {
1748-
apiReferenceLink := ""
1748+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/UpdateShardedDatabase"
17491749
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "UpdateShardedDatabase", apiReferenceLink)
17501750
return response, err
17511751
}
@@ -1810,7 +1810,7 @@ func (client ShardedDatabaseServiceClient) uploadSignedCertificateAndGenerateWal
18101810
defer common.CloseBodyIfValid(httpResponse)
18111811
response.RawResponse = httpResponse
18121812
if err != nil {
1813-
apiReferenceLink := ""
1813+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/UploadSignedCertificateAndGenerateWallet"
18141814
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "UploadSignedCertificateAndGenerateWallet", apiReferenceLink)
18151815
return response, err
18161816
}
@@ -1873,7 +1873,7 @@ func (client ShardedDatabaseServiceClient) validateNetwork(ctx context.Context,
18731873
defer common.CloseBodyIfValid(httpResponse)
18741874
response.RawResponse = httpResponse
18751875
if err != nil {
1876-
apiReferenceLink := ""
1876+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/globally-distributed-autonomous-database/20230301/ShardedDatabase/ValidateNetwork"
18771877
err = common.PostProcessServiceError(err, "ShardedDatabaseService", "ValidateNetwork", apiReferenceLink)
18781878
return response, err
18791879
}

loganalytics/abstract_column.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ type AbstractColumn interface {
4343
// Identifies if this column can be used as an expression parameter in any command that accepts querylanguage expressions.
4444
GetIsEvaluable() *bool
4545

46+
// Identifies if this column should be hidden by default but can be displayed in the UI on demand.
47+
GetIsHidden() *bool
48+
4649
// Field denoting column data type.
4750
GetValueType() ValueTypeEnum
4851

@@ -63,6 +66,7 @@ type abstractcolumn struct {
6366
IsCaseSensitive *bool `mandatory:"false" json:"isCaseSensitive"`
6467
IsGroupable *bool `mandatory:"false" json:"isGroupable"`
6568
IsEvaluable *bool `mandatory:"false" json:"isEvaluable"`
69+
IsHidden *bool `mandatory:"false" json:"isHidden"`
6670
ValueType ValueTypeEnum `mandatory:"false" json:"valueType,omitempty"`
6771
OriginalDisplayName *string `mandatory:"false" json:"originalDisplayName"`
6872
InternalName *string `mandatory:"false" json:"internalName"`
@@ -88,6 +92,7 @@ func (m *abstractcolumn) UnmarshalJSON(data []byte) error {
8892
m.IsCaseSensitive = s.Model.IsCaseSensitive
8993
m.IsGroupable = s.Model.IsGroupable
9094
m.IsEvaluable = s.Model.IsEvaluable
95+
m.IsHidden = s.Model.IsHidden
9196
m.ValueType = s.Model.ValueType
9297
m.OriginalDisplayName = s.Model.OriginalDisplayName
9398
m.InternalName = s.Model.InternalName
@@ -195,6 +200,11 @@ func (m abstractcolumn) GetIsEvaluable() *bool {
195200
return m.IsEvaluable
196201
}
197202

203+
// GetIsHidden returns IsHidden
204+
func (m abstractcolumn) GetIsHidden() *bool {
205+
return m.IsHidden
206+
}
207+
198208
// GetValueType returns ValueType
199209
func (m abstractcolumn) GetValueType() ValueTypeEnum {
200210
return m.ValueType

0 commit comments

Comments
 (0)