Skip to content

Commit 4a31837

Browse files
nturinskiNathan Turinski
andauthored
Update package for SKU fixes (#4838)
* Update package for SKU fixes * Update changelog --------- Co-authored-by: Nathan Turinski <naturins@microsoft.comm>
1 parent 0cd90f2 commit 4a31837

File tree

3 files changed

+35
-10
lines changed

3 files changed

+35
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.20.2 - 2025-11-25
4+
5+
### Fixed
6+
* [[4837]](https://github.com/microsoft/vscode-azurefunctions/issues/4837) Fix not being able to create Premium SKU plans in `Create Function App in Azure (Advanced)`
7+
38
## 1.20.1 - 2025-11-19
49

510
### Fixed

package-lock.json

Lines changed: 28 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-azurefunctions",
33
"displayName": "Azure Functions",
44
"description": "%azureFunctions.description%",
5-
"version": "1.20.2-alpha.0",
5+
"version": "1.20.2",
66
"publisher": "ms-azuretools",
77
"icon": "resources/azure-functions.png",
88
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
@@ -1497,7 +1497,7 @@
14971497
"@azure/core-client": "^1.7.3",
14981498
"@azure/core-rest-pipeline": "^1.11.0",
14991499
"@azure/storage-blob": "^12.5.0",
1500-
"@microsoft/vscode-azext-azureappservice": "^3.6.9",
1500+
"@microsoft/vscode-azext-azureappservice": "^3.6.10",
15011501
"@microsoft/vscode-azext-azureappsettings": "^0.2.11",
15021502
"@microsoft/vscode-azext-azureutils": "^3.5.2",
15031503
"@microsoft/vscode-azext-utils": "^3.5.0",

0 commit comments

Comments
 (0)