Yasin Subaşı
Yasin Subaşı
> Hey @bertek41, how are you specifying your pooling configuration? I believe you should be able to supply your own transport to the `BlobServiceClient` as shown [here](https://github.com/Azure/azure-sdk-for-python/blob/a7519f925cfcc57e0f90561b69b50e9d6c08e9ba/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md). I tried the...
I figured out. If I use BlobServiceClient like this: ``` BlobServiceClient( AZURE_ACCOUNT_URL, credential=ClientSecretCredential( client_id=os.getenv("AZURE_CLIENT_ID"), client_secret=os.getenv("AZURE_CLIENT_SECRET"), tenant_id=os.getenv("AZURE_TENANT_ID"), ), transport=... ) ``` Nothing changes. But when I use like this: ``` BlobServiceClient.from_connection_string(AZURE_CONNECTION_STRING,...
Hi, so I went from 22.1 to 24.2 and in my tests when using relation filter it returns 404.
Do you have any suggestions where I should start digging?
Looks like django needs name assignment in urls.py