Skip to content

Commit 2b9cbe7

Browse files
committed
Fix guids
1 parent 940ccbd commit 2b9cbe7

2 files changed

Lines changed: 2 additions & 2 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
@@ -3,4 +3,4 @@
33
resources
44
| where type == "oracle.database/cloudexadatainfrastructures"
55
| where properties.lifecycleState != "Available"
6-
| project recommendationId = "02bfe908-d958-451a-a603-bef8277ae56a",id=tostring(id),name,tags, param1 = "ODAAInfraAvail: False"
6+
| project recommendationId = "c99d730b-8754-447f-bd5d-3e8850a12235",id=tostring(id),name,tags, param1 = "ODAAInfraAvail: False"

azure-resources/Oracledatabase/cloudexadatavmclusters/kql/4b33324a-70cd-4bac-bdae-da4c382c436b.kql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
resources
44
| where type == "oracle.database/cloudvmclusters"
55
| where properties.lifecycleState != "Available"
6-
| project recommendationId = "02bfe908-d958-451a-a603-bef8277ae56a",id=tostring(id),name,tags, param1 = "ODAAInfraNotAvail: False"
6+
| project recommendationId = "4b33324a-70cd-4bac-bdae-da4c382c436b",id=tostring(id),name,tags, param1 = "ODAAInfraNotAvail: False"

0 commit comments

Comments
 (0)