Skip to content

Commit c9c532c

Browse files
kpoinealrod-reis
andauthored
fix: oracle to aprl schema (#752)
Co-authored-by: Rodrigo Santos <rodreis@outlook.com>
1 parent 1510d99 commit c9c532c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/scripts/schemas/aprl-schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ recommendation:
88
recommendationControl: enum('HighAvailability', 'BusinessContinuity', 'DisasterRecovery', 'Scalability', 'MonitoringAndAlerting', 'ServiceUpgradeAndRetirement', 'OtherBestPractices', 'Personalized', 'Governance', 'Security')
99
recommendationImpact: enum('Low', 'Medium', 'High')
1010
recommendationResourceType: any(
11-
regex('^Microsoft\\.[a-zA-Z0-9.]+/[a-zA-Z0-9]+$'),
12-
regex('^Microsoft\\.[a-zA-Z0-9.]+/[a-zA-Z0-9.]+/[a-zA-Z0-9]+$'),
13-
regex('^Microsoft\\.[a-zA-Z0-9.]+/[a-zA-Z0-9.]+/[a-zA-Z0-9.]+/[a-zA-Z0-9]+$'),
11+
regex('^(Microsoft|Oracle)\\.[a-zA-Z0-9.]+/[a-zA-Z0-9]+$'),
12+
regex('^(Microsoft|Oracle)\\.[a-zA-Z0-9.]+/[a-zA-Z0-9.]+/[a-zA-Z0-9]+$'),
13+
regex('^(Microsoft|Oracle)\\.[a-zA-Z0-9.]+/[a-zA-Z0-9.]+/[a-zA-Z0-9.]+/[a-zA-Z0-9]+$'),
1414
regex('^WellArchitected/[A-Za-z]+$'),
1515
regex('^Specialized\\.Workload/[A-Za-z]+$'))
1616
recommendationMetadataState: enum('Active', 'Disabled')

0 commit comments

Comments
 (0)