Michael Peng

Results 13 issues of Michael Peng

#### Investigative information When running the latest version of the Host (4.5.1) that supports PyStein in Core Tools, it appears that it requires storage to run properly for a PyStein...

Needs: Triage (Functions)

### Issue describing the changes in this PR Adds basic support (P0 functionalities) for the preview Python programming model. This PR is **not to be merged** until the appropriate version...

### Issue describing the changes in this PR Currently, Core Tools V4 ensures the `linuxFxVersion` setting remains empty for Linux Consumption applications, updating it only for other SKUs. However, with...

### Issue describing the changes in this PR Adds support for the `win-arm64` target runtime for Core Tools V4. These changes are to be ported to the `v3.x`. ### Pull...

Currently, an MSI is not generated for the `win-arm64` runtime because a WiX Toolset does not have a production-ready version that supports the architecture (see https://github.com/wixtoolset/issues/discussions/6514 and https://wixtoolset.org/releases/). Once such...

Described by https://github.com/Azure/azure-functions-core-tools/pull/3088#discussion_r915148607. The `--target-framework` option was added to the `func init` command to add support for .NET 7 templates. However, it would be great to have something more generic...

### Issue describing the changes in this PR Cherry-pick of changes from #3078 ### Pull request checklist * [x] My changes **do not** require documentation changes * [ ] Otherwise:...

Needs: Author Feedback

The `func azure functionapp publish` command will now no longer display the function key in the URLs by default. A new option will soon be added that allows users to...

Deployment

To support preview programming models, the `--model` parameter was added to the `func init` command. This should be added to the [official documentation](https://docs.microsoft.com/en-us/azure/azure-functions/functions-core-tools-reference?tabs=v2).

Adds a Component Governance task to the build pipeline to identify potential security vulnerabilities.