Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sdk package methods adoption (#2943)
* sdkPackage-methods-adoption * remove client server * reserve work * sdk client type * sdk client type * Modular Emitter Options * encode and format etc * add initial network analytics generation * hierarchies fixes * generate subscriptionId at client level * subscription id fix * fix options and headers map * create client fix * fix paging return type * restore poller fix * fix deserialize func return type * fix unit test * to not include extra body parameters * fix serialize and deser for spread * fix parameter name normalization * Update packages/typespec-ts/test/modularUnit/scenarios/operations/cookieParam/ignoreCookieParam.md * fix encoding * fix collection format * fix paging item name and next link name * fix path constant param * remove some unnecessary as any * fix nullable param serialize and deserialize * fix constant content-type header and optional spread body ser/deser * add option? * fix content type * fix endpoint request url * fix hierarchies * fix a bunch issues in smoke test * fix endpoint undefined case * fix default encoding as base64 * fix unit test * fix paging helper missing * fix restorePollingHelper non lro deser map * reserve work * fix hierarchies in modular * fix group name empty string * fix unit test * fix modular integration test * fix operation name normalize * remove api version and send api version when build request * fix server integration test * fix parameter order change * fix namespace renamed * rlc common format * fix model being used in both spread and unspread operations * reserve work * fix spread ser/deser * fix createContext with fixed enum param * fix path api version has default value * fix param name and operation name conflict * fix content type and optional params * fix revert bytes logic * revert api version as context property change * add apiVersion in the client level but remove the policy in operation level if not query * fix hasCollectionFormat * fix removePolicy and datetime nullable ser/der * fix ci * clean up unused modular models code * fix ci * fix ci * fix ci * resolve comments * fix paging in unbranding * revert client method map * to not expose contentType and accept as parameter or optional parameter and spread optional headers * remove optional contentType with guessed value for optional body --------- Co-authored-by: Qiaoqiao Zhang <[email protected]>
- Loading branch information