hallvictoria

Results 22 issues of hallvictoria

## Description Python 3.11+ introduced a `context` parameter that can be passed when creating a task. This change enables the `ContextEnabledTask` class to accept this parameter. Since the param is...

## Description Previously, the cache for deferred bindings returned a client based on the resource it was attached to. Therefore, two functions that had client types pointed to the same...

## Description In order to support aio blob client types, the `decode()` method needs to be async. This is currently not supported, because the `from_incoming_proto()` method in the worker, where...

## Description Fixes # --- ### PR information - [ ] The title of the PR is clear and informative. - [ ] There are a small number of commits,...

### Investigative information ###### Please provide the following: Functions with the same defined function name can be created and deployed. This should not be supported. ### Repro steps ###### Provide...

Address https://github.com/Azure/azure-functions-python-worker/issues/1500. Changes instances where argument type is set to {} to instead have a default value of None and initialized to {} later in the method

Currently, functions with the same function name can be created and deployed. For example: - 2 or more functions with the same method name ``` @app.schedule(arg_name="name", schedule="10****") def hello(name: str):...

## Description Testing improvements / fixes: - Pinning to extension versions while running tests. This ensures that we're running our tests using the latest extension versions, regardless of if it's...

## Description Converts blob, table, queue, generic, and event hub tests to run using emulators. Updates CODEOWNERS file, adds retries for flaky unit tests. - Adds a new workflow for...

## Description Fixes # --- ### PR information - [ ] The title of the PR is clear and informative. - [ ] There are a small number of commits,...