Skip to content

Commit 5d040ed

Browse files
alex-frankelAlex Frankel
andauthored
Stamp ADLS backup sample with testResult for canary (#14770)
- main.bicep: trailing newline (no semantic change), classifies PR as deploy-affecting per preflight rules - metadata.json: adds testResult.deployments with correlationId and deploymentName from a verified deployment (templateHash 13943866408139100773, executionStatus Succeeded) - This is a canary PR from a fork to verify the end-to-end fork contributor path through commit-generated-on-merge (testing #14769) Co-authored-by: Alex Frankel <alex.frankel@gmail.com>
1 parent 174f2b3 commit 5d040ed

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

quickstarts/microsoft.dataprotection/backup-create-adls-storage-account-enable-protection/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,4 @@ resource backupInstance 'Microsoft.DataProtection/backupVaults/backupInstances@2
312312
storageContainerList
313313
]
314314
}
315+

quickstarts/microsoft.dataprotection/backup-create-adls-storage-account-enable-protection/metadata.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,16 @@
55
"description": "Template that creates Azure Datalake storage account and enable vaulted backup via Backup Vault",
66
"summary": "This template creates a Azure Datalake storage account, backup vault, backup policy, grants necessary permission and enables vaulted backup",
77
"githubUsername": "nilaydshah",
8-
"dateUpdated": "2025-10-07"
9-
}
8+
"dateUpdated": "2026-05-14",
9+
"validationType": "Manual",
10+
"environments": [
11+
"AzureCloud"
12+
],
13+
"testResult": {
14+
"deployments": {
15+
"templateFileName": "main.bicep",
16+
"correlationId": "070c2fcc-1d41-4289-84f9-f8ae46cf981b",
17+
"deploymentName": "adls-backup-canary-20260513-142256"
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)