We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be89030 commit 202a47bCopy full SHA for 202a47b
src/Azure.Functions.Cli/Common/Constants.cs
@@ -6,7 +6,7 @@ internal static class Constants
6
public const string FunctionsStorageAccountNamePrefix = "AzureFunctions";
7
public const string StorageAccountArmType = "Microsoft.Storage/storageAccounts";
8
public const string FunctionAppArmKind = "functionapp";
9
- public const string CliVersion = "1.0.0-beta.95";
+ public const string CliVersion = "1.0.0-beta.96";
10
public const string CliDebug = "CLI_DEBUG";
11
public const string DefaultSqlProviderName = "System.Data.SqlClient";
12
src/Azure.Functions.Cli/npm/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "azure-functions-core-tools",
3
- "version": "1.0.0-beta.95",
+ "version": "1.0.0-beta.96",
4
"description": "Azure Functions Core Tools",
5
"scripts": { },
"author": "Microsoft",
0 commit comments