Skip to content

Commit be0b0ef

Browse files
committed
Update release notes
1 parent a785c96 commit be0b0ef

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,7 @@ Alternatively, you can install the CLI manually by downloading the latest releas
142142
2. Unzip the CLI package
143143
- Using your preferred tool, unzip the downloaded release. To unzip into an `azure-functions-cli` directory using the `unzip` tool, run this command from the directory containing the downloaded release zip:
144144

145-
2. Unzip release zip
146-
147-
Using your preferred tool, unzip the downloaded release. To unzip into an `azure-functions-cli` directory using the `unzip` tool, run this command from the directory containing the downloaded release zip:
148-
149-
```bash
150-
unzip -d azure-functions-cli Azure.Functions.Cli.linux-*.*.zip
151-
```
145+
`unzip -d azure-functions-cli Azure.Functions.Cli.linux-x64.*.zip`
152146

153147
3. Make the `func` command executable
154148
- Zip files do not maintain the executable bit on binaries. So, you'll need to make the `func` binary, as well as `gozip` (used by func during packaging) executables. Assuming you used the instructions above to unzip:

release_notes.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# Azure Functions CLI 4.3.0
22

3-
# Azure Functions CLI 4.2.2
4-
# Azure Functions CLI 4.3.0-preview1
5-
6-
This release provides a preview build of Core Tools targeting the Linux-ARM64 architecture.
7-
8-
> [!Note]
9-
> Unless you're targeting Linux-ARM64, we recommend continuing to use the standard release for broader compatibility.
10-
11-
- This build is intended to enable support for the Linux-ARM64 platform.
12-
- It does not include .NET applications using the in-process model at this time.
13-
- This release will only be available on NPM and APT
14-
153
#### Host Version
164

175
- Host Version: 4.1041.200
@@ -21,11 +9,11 @@ This release provides a preview build of Core Tools targeting the Linux-ARM64 ar
219

2210
- Log the resolved worker runtime and `local.settings.json` location, if found.
2311
- Add `func pack` basic functionality (#4600)
12+
- Add `func pack` basic functionality (#4600)
2413
- Clean up HelpAction and add `func pack` to help menu (#4639)
2514
- Add comprehensive pack validations for all Azure Functions runtimes (#4625)
2615
- Enhanced user experience with real-time validation status (PASSED/FAILED/WARNING)
2716
- Runtime-specific validations for .NET, Python, Node.js, PowerShell, and Custom Handlers
2817
- Actionable error messages to help developers resolve issues during packaging
29-
- Validates folder structure, required files, programming models, and runtime-specific configurations
30-
31-
- Linux ARM64 support
18+
- Validates folder structure, required files, programming models, and runtime-specific configurations
19+
- Add support for linux-arm64 support (4655)

0 commit comments

Comments
 (0)