Skip to content

Commit

Permalink
[ACI] Update apiVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
dlepow committed Jul 2, 2020
1 parent 7ce0869 commit e73fa9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 101-aci-linuxcontainer-public-ip/azuredeploy.json
Expand Up @@ -62,7 +62,7 @@
{
"name": "[parameters('name')]",
"type": "Microsoft.ContainerInstance/containerGroups",
"apiVersion": "2018-10-01",
"apiVersion": "2019-12-01",
"location": "[parameters('location')]",
"properties": {
"containers": [
Expand Down
2 changes: 1 addition & 1 deletion 101-aci-linuxcontainer-public-ip/metadata.json
Expand Up @@ -5,7 +5,7 @@
"description": "Deploy a single Linux container accessible via a public IP using Azure Container Instances.",
"summary": "This template demonstrates how to create a container group with a single Linux container and a public IP address using Azure Container Instances.",
"githubUsername": "seanmck",
"dateUpdated": "2020-04-27"
"dateUpdated": "2020-07-02"
}


0 comments on commit e73fa9c

Please sign in to comment.