You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: VS-AzureTools-ReleaseNotes.md
+11-12
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,19 @@ on the official Visual Studio extension Marketplace.
5
5
6
6
# Known Issues
7
7
8
-
## Latest release
9
-
10
-
***Issue:** Queue Trigger and Blob Trigger are not available trigger types immediately after File > New Project > Azure Functions.
11
-
***Workaround:** Add these trigger types by right-clicking on the project in Solution Explorer and select Add > New Azure Function.
12
-
***Issue:** The VSIX for the functions tools will not work with VS 2017 15.8 Preview relases.
13
-
***Workaround:** Only use the VSIX for 15.6 or 15.7. It is being updated to work with 15.8 when that version of Visual Studio releases.
14
-
15
-
## Visual Studio 15.6 (fixed in 15.7 and later)
16
-
*### Issue:
17
-
Creating a new App Service Plan from Visual Studio fails with a message similar to "The resource '<storage_account>' under resource group '<your_resource_group>' was not found.
18
-
*### Workaround
19
-
This error occurs when you select a Storage Account that is in a different resource group than the Resource Group selection in the dialog. Either choose the same resource group in the dialog, or create a new storage account.
8
+
* None
20
9
21
10
# Release Notes
11
+
## 15.10.2046.0
12
+
- Support for indicating the runtime that functions requires (.NET Framework version/.NET Core version)
13
+
- String update to not show the version number when downloading a CLI
14
+
- Defaulting to v2 instead of v1 in a clean install
15
+
- The ability to remove app settings
16
+
- Changes to the way the functions runtime version is set
17
+
- Fixes to ZIP deploy
18
+
- Fix to namespace generation during item template creation
19
+
- Support for detecting .NET Framework 4.7.2
20
+
22
21
## 15.10.2009.0
23
22
- Fixes issues with publishing to Azure failing prematurely
0 commit comments