SQL Bindings fix preview flag and constants file (#19370)

* fix preview flag and constants file

* address comment
This commit is contained in:
Vasu Bhog
2022-05-13 17:09:00 -07:00
committed by GitHub
parent 2b1c8fe77a
commit 265f59ae94
2 changed files with 17 additions and 24 deletions

View File

@@ -2,5 +2,5 @@
"displayName": "SQL Bindings",
"description": "Enables users to develop and publish Azure Functions with Azure SQL bindings",
"sqlBindings.addSqlBinding": "Add SQL Binding (preview)",
"sqlBindings.createAzureFunction": "Create Azure Function with SQL binding"
"sqlBindings.createAzureFunction": "Create Azure Function with SQL binding (preview)"
}