Skip to content

Commit 108253c

Browse files
ouldsidOuld Sid El Moctar Mohamed El Moctar
andauthored
Added required field to the metadata existing deploymentscript sample… (#14771)
* Added required field to the metadata existing deploymentscript sample and removed the computed json deployment file to test the new pipeline * Fix typo in metadata --------- Co-authored-by: Ould Sid El Moctar Mohamed El Moctar <ouldmo@microsoft.com>
1 parent 414e4b7 commit 108253c

2 files changed

Lines changed: 8 additions & 113 deletions

File tree

quickstarts/microsoft.resources/deployment-script-azcli-inputs-outputs/azuredeploy.json

Lines changed: 0 additions & 112 deletions
This file was deleted.

quickstarts/microsoft.resources/deployment-script-azcli-inputs-outputs/metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@
55
"description": "This template demonstrates best practices for passing and reading complex inputs, outputs and logs to an Az CLI Deployment Script",
66
"summary": "This template demonstrates best practices for passing and reading complex inputs, outputs and logs to an Az CLI Deployment Script",
77
"githubUsername": "anthony-c-martin",
8-
"dateUpdated": "2023-09-01"
8+
"dateUpdated": "2023-09-01",
9+
"testResult":
10+
{"deployments": [{
11+
"templateFileName": "main.bicep",
12+
"correlationId": "4960230b-519f-4781-89df-867b90645f3a",
13+
"deploymentName": "testquickstartscript05152026"
14+
}]
15+
}
916
}

0 commit comments

Comments
 (0)