McCoy Patiño

Results 22 issues of McCoy Patiño

Hello! I was wondering if there were plans to incorporate AOT compilation of wasm into this project. I'm a student who's spent some time building a prototype for an AOT...

Feature Request

# Description This updates references to test proxy tooling, does some minor cleanup, and removes the reference to use of `mgmt_settings_real.py` (since this is in the process of being deprecated)....

no-recent-activity
Central-EngSys

# Description Regenerates code for all packages on the same swagger commit as before (https://github.com/Azure/azure-rest-api-specs/commit/e2ef44b87405b412403ccb005bfb3975411adf60), using the latest version of `autorest`. The updated generator no longer uses `six` or `msrest`,...

KeyVault
Client

# Description Resolves https://github.com/Azure/azure-sdk-for-python/issues/26869. Based on https://github.com/Azure/azure-sdk-for-js/pull/23643, https://github.com/Azure/azure-sdk-for-java/pull/31705, and https://github.com/Azure/azure-sdk-for-net/pull/31984. The changes to generated code are from regenerating with API version `7.4-preview.1` specified as the explicit default; newer versions of...

KeyVault
Client

# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based on a...

Batch
EngSys
test-enhancement

# Description This updates KV packages to use Python 3-style type hints everywhere, typing for tools like `mypy`, and formatting such as f-strings and docstrings. # All SDK Contribution checklist:...

KeyVault
Client
MQ

Key Vault SDKs sometimes manipulate request bodies during challenge-based authentication. Specifically, when sending unauthenticated requests to prompt a challenge, the request body is removed. After the challenge is received, the...

bug
KeyVault
Client
Azure.Core

The `KeyReleasePolicy` model expects an `encoded_policy` parameter as bytes. If a string is passed instead, no error is raised -- but when the created policy is provided to a `create_key`...

KeyVault
Client
MQ

Some libraries -- like Key Vault, Service Bus, and Storage -- use shared code across packages that should always be kept in sync (in KV and Storage, these are `_shared`...

EngSys
MQ

# Description Dropping 3.7 from our pipelines shifted the matrix such that we're running 3.11 on Windows again, which caused strange issues in the past: https://github.com/Azure/azure-sdk-for-python/issues/32409 The failures are limited...

EngSys