From 59d0fd410b803fbc25330c3e77321fe5e57569fe Mon Sep 17 00:00:00 2001 From: Alex Frankel Date: Fri, 15 May 2026 06:58:27 -0700 Subject: [PATCH] Stamp ADLS backup sample with testResult for canary - 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) --- .../main.bicep | 1 + .../metadata.json | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/quickstarts/microsoft.dataprotection/backup-create-adls-storage-account-enable-protection/main.bicep b/quickstarts/microsoft.dataprotection/backup-create-adls-storage-account-enable-protection/main.bicep index cbb2e7db6cbb..c9d6af22d861 100644 --- a/quickstarts/microsoft.dataprotection/backup-create-adls-storage-account-enable-protection/main.bicep +++ b/quickstarts/microsoft.dataprotection/backup-create-adls-storage-account-enable-protection/main.bicep @@ -312,3 +312,4 @@ resource backupInstance 'Microsoft.DataProtection/backupVaults/backupInstances@2 storageContainerList ] } + diff --git a/quickstarts/microsoft.dataprotection/backup-create-adls-storage-account-enable-protection/metadata.json b/quickstarts/microsoft.dataprotection/backup-create-adls-storage-account-enable-protection/metadata.json index cded4b6710fc..842fe8a5dc06 100644 --- a/quickstarts/microsoft.dataprotection/backup-create-adls-storage-account-enable-protection/metadata.json +++ b/quickstarts/microsoft.dataprotection/backup-create-adls-storage-account-enable-protection/metadata.json @@ -5,5 +5,16 @@ "description": "Template that creates Azure Datalake storage account and enable vaulted backup via Backup Vault", "summary": "This template creates a Azure Datalake storage account, backup vault, backup policy, grants necessary permission and enables vaulted backup", "githubUsername": "nilaydshah", - "dateUpdated": "2025-10-07" -} \ No newline at end of file + "dateUpdated": "2026-05-14", + "validationType": "Manual", + "environments": [ + "AzureCloud" + ], + "testResult": { + "deployments": { + "templateFileName": "main.bicep", + "correlationId": "070c2fcc-1d41-4289-84f9-f8ae46cf981b", + "deploymentName": "adls-backup-canary-20260513-142256" + } + } +}