azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our vers...

Results 1141 azure-sdk-for-python issues
Sort by recently updated
recently updated
newest added

- [x] implementation - [ ] samples - [ ] tests - [x] docs

Client
Cognitive - Text Analytics
Cognitive - Language

Increment package version after release of azure-eventhub

Event Hubs
auto-merge

We have system for mgmt libraries to use latest swagger and auto-gen tool to generate code. Let's see if we can expand the usage of the system to be able...

Now we still have some libraries that have code dependency on six. Let's take some time to update the code to be py3 only. Here is the list of the...

MQ

# Description Includes changes from 3 separate closed source PRs, merged into 1 for convenience's sake: - Minor fix to registry list operation behavior to deal with a bug caught...

- **Package Names and Versions**: Python version: 3.8.10 azure-common 1.1.28 azure-identity 1.10.0 msrestazure 0.6.4 azure-mgmt-resource 21.1.0 azure-mgmt-compute 27.2.0 **Describe the bug** ClientSecretCredential making call to https://login.microsoftonline.com in case of disconnected...

Azure.Identity
issue-addressed

**Describe the bug** Hi all, i am using the azure-identity to try authenticate a service principal against a storage account but I receive a generic Authentication failed: 1 ***Exception or...

question
Client
customer-reported
Azure.Identity
needs-team-attention
needs-author-feedback

For docstrings, we should have a linter rule to ensure the correct format is used: **wrong**: ``` :rtype: :class:`azure.core.credentials.AccessToken` ``` **right**: ``` :rtype: ~azure.core.credentials.AccessToken ``` Additionally, APIView for Python will...

Client
EngSys
help wanted
pylint

# Description This pull request makes `delete_entity` do the same conversion of all properties of the TableEntity into string as the other methods (via [_add_entity_properties](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/tables/azure-data-tables/azure/data/tables/_serialize.py#L189) e.g. `create_entity`, `upsert_entity`) to allow...

customer-reported
Tables

Currently AzureML Python SDK as well as the CLI does not support to filter datasets by using tags. When doing : ```python from azureml.core import Run, Datastore, Workspace from azureml.core...

question
Machine Learning
Mgmt
customer-reported
CXP Attention