Yuchao Yan

Results 128 comments of Yuchao Yan

Hi @iscai-msft That makes sense because JS also needs the similar flag. For python, **the generic flag needs to keep `_patch.py`** to avoid deleting the customized code of customers.

Hi, If could, we hope the new flag could permit input several relative folders like: `--clear-relative-folder=azure/mgmt/network,generated_samples`. Then it will clean `$(output-folder)/azure/mgmt/network` and `$(output-folder)/generated_samples`(If the folder doesn't exist, please don't raise...

Hi, as [annatisch](https://github.com/annatisch) said, SDK is just tool to send/receive http request/response. So your feature is more about feature-request for ARM. I advise you open an issue in https://github.com/Azure/azure-rest-api-specs/issues

Hi@service team, according to the description, it seems need support from service to allow this kind of certificate.

/azp run python - containerregistry - ci

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 ![image](https://user-images.githubusercontent.com/70930885/185317186-b326addb-9557-48ec-bfe8-6e02decc2016.png)

Hi @VaKale-ptc In python SDK, if operation name has `begin_` prefix, it is long running operation. You'd better use it like: ``` response = network_watchers.begin_set_flow_log_configuration(...) final_response = response.result() ``` in...

Hi, For Q1, please try to update msrest to `0.6.21`. For Q2, you could open issue in https://github.com/Azure/azure-rest-api-specs/issues and then service team shall pick up it