Commit e5aae24 1 parent bd704f4 commit e5aae24 Copy full SHA for e5aae24
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ internal static class Constants
6
6
public const string FunctionsStorageAccountNamePrefix = "AzureFunctions" ;
7
7
public const string StorageAccountArmType = "Microsoft.Storage/storageAccounts" ;
8
8
public const string FunctionAppArmKind = "functionapp" ;
9
- public const string CliVersion = "2.0.1-beta.21 " ;
9
+ public const string CliVersion = "2.0.1-beta.22 " ;
10
10
public const string CliDebug = "CLI_DEBUG" ;
11
11
public const string DefaultSqlProviderName = "System.Data.SqlClient" ;
12
12
public const string WebsiteHostname = "WEBSITE_HOSTNAME" ;
@@ -29,4 +29,4 @@ public static class ArmConstants
29
29
public const string AADClientId = "1950a258-227b-4e31-a9cf-717495945fc2" ;
30
30
}
31
31
}
32
- }
32
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " azure-functions-core-tools" ,
3
- "version" : " 2.0.1-beta.21 " ,
3
+ "version" : " 2.0.1-beta.22 " ,
4
4
"description" : " Azure Functions Core Tools" ,
5
5
"scripts" : {
6
6
"build" : " dotnet publish ../ -o ./npm/bin -c release" ,
32
32
"tmp" : " ^0.0.33" ,
33
33
"unzipper" : " ^0.8.9"
34
34
}
35
- }
35
+ }
You can’t perform that action at this time.
0 commit comments