Skip to content

Commit

Permalink
[AZI-1884] update azure deploy jsons, also fix app service plan wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ava-silver committed Oct 11, 2023
1 parent e4ef4e7 commit 4346eea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,14 @@
"defaultValue": "",
"type": "String",
"metadata": {
"description": "Filter to include/exclude app_service_plan"
"description": "Filter to include/exclude app service plans"
}
},
"containerAppFilters": {
"defaultValue": "",
"type": "String",
"metadata": {
"description": "Filter to include/exclude container apps"
}
},
"automute": {
Expand Down Expand Up @@ -392,4 +399,4 @@
}
],
"outputs": {}
}
}
9 changes: 8 additions & 1 deletion azure/deploy-to-azure/azure-integration/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,14 @@
"defaultValue": "",
"type": "String",
"metadata": {
"description": "Filter to include/exclude app_service_plan"
"description": "Filter to include/exclude app service plans"
}
},
"containerAppFilters": {
"defaultValue": "",
"type": "String",
"metadata": {
"description": "Filter to include/exclude container apps"
}
},
"automute": {
Expand Down

0 comments on commit 4346eea

Please sign in to comment.