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
* Revert "Add Service Connector (#3790)"
This reverts commit 58588c1.
* Changelog and third party notices
* Fix changelog link
* Remove service connector
* Grab package-lock from main
* Fix package-lock.json
* Fix package-lock.json
* Fix package-lock.json
* Edit changelog to be more consistent with App Service
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Change Log
2
2
3
+
## 1.13.2 - 2024-01-31
4
+
5
+
## Added
6
+
*[[3881]](https://github.com/microsoft/vscode-azurefunctions/pull/3881) Add workspace functions to extension API
7
+
*[[3887]](https://github.com/microsoft/vscode-azurefunctions/pull/3887) Automatically enable full monitoring for Java Elastic Premium
8
+
*[[3916]](https://github.com/microsoft/vscode-azurefunctions/pull/3916) Add EventGrid Cloud Event templates for .NET to verified list
9
+
*[[3924]](https://github.com/microsoft/vscode-azurefunctions/pull/3924), [[3297]](https://github.com/microsoft/vscode-azurefunctions/pull/3927) Improve creating new local app setting experience during new function template creation
10
+
11
+
## Fixed
12
+
*[[3813]](https://github.com/microsoft/vscode-azurefunctions/pull/3813) Fix Windows files not appearing under the Files node
13
+
*[[3889]](https://github.com/microsoft/vscode-azurefunctions/pull/3889) Fix .gitignore being ignored during deployment
14
+
15
+
## Removed
16
+
*[[3902]](https://github.com/microsoft/vscode-azurefunctions/pull/3902) Remove Azure Account from extension dependencies
17
+
18
+
## Changed
19
+
*[[3888]](https://github.com/microsoft/vscode-azurefunctions/pull/3888) Revert hardcoded template version of '[3.*, 4.0.0)'
20
+
*[[3905]](https://github.com/microsoft/vscode-azurefunctions/pull/3905) Update all backup templates
21
+
22
+
## Engineering
23
+
*[[3831]](https://github.com/microsoft/vscode-azurefunctions/pull/3831) Use Node 18.15
24
+
*[[3832]](https://github.com/microsoft/vscode-azurefunctions/pull/3832) Remove all .NET 5 (EOL) tests
25
+
*[[3918]](https://github.com/microsoft/vscode-azurefunctions/pull/3918) Update `eslint-config` to enforce import types
<ul><li>Copyright (c) 2014-present Matt Zabriskie</li></ul>
3449
+
<ul><li>Copyright (c) 2023 Matt Zabriskie and contributors</li>
3450
+
<li>Copyright (c) 2014-present Matt Zabriskie & Collaborators</li></ul>
3417
3451
<pre>
3418
-
Copyright (c) 2014-present Matt Zabriskie
3452
+
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
3419
3453
3420
-
Permission is hereby granted, free of charge, to any person obtaining a copy
3421
-
of this software and associated documentation files (the "Software"), to deal
3422
-
in the Software without restriction, including without limitation the rights
3423
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3424
-
copies of the Software, and to permit persons to whom the Software is
3425
-
furnished to do so, subject to the following conditions:
3454
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3426
3455
3427
-
The above copyright notice and this permission notice shall be included in
3428
-
all copies or substantial portions of the Software.
3456
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3429
3457
3430
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3431
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3432
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3433
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3434
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3435
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3436
-
THE SOFTWARE.
3458
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3437
3459
3438
3460
</pre>
3439
3461
</details>
@@ -4295,7 +4317,7 @@ <h1>NOTICES AND INFORMATION</h1>
0 commit comments