Skip to content

Commit 3be8de1

Browse files
msmbaldwinCopilot
andcommitted
Add testResult for purge-protection deployment
Captured from successful deployment of the updated main.bicep: - correlationId: 08a19c7d-365d-455d-bbac-4de41d42a718 - deploymentName: kvc-deploy-2b2b8b3f - region: eastus Per the contribution guide, any change to a .bicep or .json template must be re-deployed and the testResult section of metadata.json updated so the maintainer's /verify workflow can confirm the deployment hash matches the template in the PR. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3ba2aaa commit 3be8de1

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

quickstarts/microsoft.keyvault/key-vault-create/metadata.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,13 @@
66
"summary": "This template creates a Key Vault with Azure RBAC authorization and a secret stored inside the key vault.",
77
"githubUsername": "seanbamsft",
88
"docOwner": "mumian",
9-
"dateUpdated": "2026-04-10"
9+
"dateUpdated": "2026-05-13",
10+
"validationType": "Manual",
11+
"testResult": {
12+
"deployments": {
13+
"templateFileName": "main.bicep",
14+
"correlationId": "08a19c7d-365d-455d-bbac-4de41d42a718",
15+
"deploymentName": "kvc-deploy-2b2b8b3f"
16+
}
17+
}
1018
}

0 commit comments

Comments
 (0)