Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.

Repository from Github https://github.comAzure/azure-sdk-for-jsRepository from Github https://github.comAzure/azure-sdk-for-js

Should we deprecate the `skipUrlEncoding` option in core-client?

MaryGao opened this issue · comments

In core-client-rest we have skipUrlEncoding option at the very beginning because we can't customize the skipEncoding information for parameter. But now in RLC we have allowReserved option for path parameter and for Modular we have already fully supported url template and no longer need to customize the value of skipUrlEncoding. Should we deprecate the skipUrlEncoding option in core-client?

Maybe we could mark this option at @deprecated and then collect any feedbacks, if there is no objections for long term it would be a signal for us to remove this.

/cc @qiaozha