Yalin Li
Yalin Li
Hi @msyyc, can you help to take a look the min dependency conflicts in CI? It looks is a conflict in mgmt acr sdk. https://dev.azure.com/azure-sdk/public/_build/results?buildId=1778634&view=logs&j=4fa73ede-de59-50b0-851d-db96582ea108&t=813eb0cd-e8db-59f1-2e13-b4deadd36a36&l=5979
> CI failure caused by `azure-mgmt-containerregistry` is fixed. Current failure is caused by unconsistency of mindep between `setup.py` and `share_requirements.txt`. Please refer to https://github.com/Azure/azure-sdk-for-python/pull/25756/files  Thanks for your quick response!...
There's a similar [PR](https://github.com/Azure/azure-sdk-for-python/pull/25571) for ACR which is in the same situation, same question as McCoy. @xiangyan99
Updates since the last one: 1. Added setup functions for tables and blobs, btw, the two tests are still independent. 2. Added 10 entities/blobs to a table/container instead of one...
Main updates: datetime, uuid and bytes types are not JSON serializable, to make entity object serializable to JSON string when uploading to blob, I stored iso format of datetime, uuid.hex,...
Same, can't reproduce in my end in Windows. @Juliehzl I don't see the RP test_storage_blob_upload, so tried with `azdev test storage --discover`, all tests are passed. Can you provide the...
@haroldrandom This PR is literally split out from [previous big PR](https://github.com/Azure/azure-cli-dev-tools/pull/221), it has addressed your comments there, and excludes the multi-process implementation. Do you have any new comments? Could we...
> Does recording file have debug info that is useful? I don't quite understand your question. The content of recordings are same as before, and this PR is changing the...
Oh, it is closed, I removed the last line to make the description looks better. Here's the entire readme: ## Azure Appconfiguration for Python ### Settings ``` yaml input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/appconfiguration/data-plane/Microsoft.AppConfiguration/stable/1.0/appconfiguration.json...
Yes. And I can get the same as yours when run script out of test folder - I made a mistake, the swagger is outside test folder. Do you mean...