Leonard Herold

Results 10 issues of Leonard Herold

ADF only supports specific data types for what we call `RunParameter` and `PipelineRunVariable`. We support python primitives that map to the data factory types. For `RunParameters` this should be: *...

enhancement
good first issue

If expression the expression language contains whitespaces at the end of an expression, in some cases, the lark parsing breaks. For example, `@item.month ` (WS as the end) causes an...

expression-evaluation

Fabric's git integration and workspace flow is still evolving. We need to add some guideance for setup and link potential Microsoft docs to enable the user to understand the workflow...

documentation
good first issue

Local development of Azure Functions with Application Insights is not possible when local authentication is disabled using the [azure-functions-core-tools](https://github.com/Azure/azure-functions-core-tools) aka `func` CLI. This is because the `ManagedIdentityCredential` (as implemented in...

feature-monitoring
enhancement
AppInsights

Change sent to author
do-not-merge
azure-functions/svc
aq-pr-triaged
qualifies-for-auto-merge
include-in-private-pr

Hi @Colin-b thanks for this library - it helps people implementing OAuth flows which is great! I think we might have discovered an issue that causes unintended or unexpected token...

bug

This PR fixes an issue where activity properties with `None` values were incorrectly included in the activity result dictionary, causing that no parameter not found errors are thrown when expressions...

We have scenarios where certain Activity outputs (like `status` as described in #162 ) are not present on the Activity Outputs. Currently neither functional tests nor activity tests can capture...

bug