Skip to content

Commit fe1af28

Browse files
committed
Updates as per PR Copilot suggestions
1 parent ec3b4dc commit fe1af28

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

azure-resources/Oracledatabase/cloudexadatainfrastructures/kql/c99d730b-8754-447f-bd5d-3e8850a12235.kql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Azure Resource Graph Query
2-
// This resource graph query will return rows if Oracle Database@Azure Infrastructure Lifestyle state is not Available
2+
// This resource graph query will return rows if Oracle Database@Azure Infrastructure life cycle state is not Available
33
resources
44
| where type == "oracle.database/cloudexadatainfrastructures"
55
| where properties.lifecycleState !~ "Available"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Azure Resource Graph Query
2-
// This resource graph query will return rows if Oracle Database@Azure Cluster Lifestyle state is not Available
2+
// This resource graph query will return rows if Oracle Database@Azure Cluster life cycle state is not Available
33
resources
44
| where type == "oracle.database/cloudvmclusters"
55
| where properties.lifecycleState !~ "Available"
6-
| project recommendationId = "4b33324a-70cd-4bac-bdae-da4c382c436b",id=tostring(id),name,tags, param1 = "ODAAInfraNotAvail: False"
6+
| project recommendationId = "4b33324a-70cd-4bac-bdae-da4c382c436b",id=tostring(id),name,tags, param1 = "ODAAClusterAvail: False"

azure-specialized-workloads/oracle/recommendations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
recommendationMetadataState: Active
116116
longDescription: |
117117
Store Oracle TDE master encryption keys in Azure Key Vault to centralize key management, improve security, and support compliance with enterprise-grade controls.
118-
potentialBenefits: Improved encryption key security and compliance through centralized, Azure-native key management.
118+
potentialBenefits: Storing keys in AKV improves security and reliability.
119119
pgVerified: false
120120
automationAvailable: false
121121
tags: [ORACLE]

0 commit comments

Comments
 (0)