Skip to content

Commit b6c5688

Browse files
authored
Merge pull request #185294 from MayankBargali-MSFT/patch-60
(AzureCXP) Updated the schema
2 parents f646c99 + d46c919 commit b6c5688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/azure-resource-manager-api-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The following is an example ARM template used to deploy a container app.
8080

8181
```json
8282
{
83-
"$schema": "https://schema.management.azure.com/schemas/2019-08-01/deploymentTemplate.json#",
83+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
8484
"contentVersion": "1.0.0.0",
8585
"parameters": {
8686
"containerappName": {

0 commit comments

Comments
 (0)