fix display name and description key (#18666)

This commit is contained in:
Vasu Bhog
2022-03-07 13:22:44 -08:00
committed by GitHub
parent 1be5c926d3
commit fee8e78011

View File

@@ -1,4 +1,4 @@
{
"%displayName%": "SQL Bindings",
"%description%": "Enables users to develop and publish Azure Functions with Azure SQL bindings"
"displayName": "SQL Bindings",
"description": "Enables users to develop and publish Azure Functions with Azure SQL bindings"
}