From 5e514a3f03645cd45d973bfd3d49f2c8fccc4eb7 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 25 May 2021 02:13:17 +0000 Subject: [PATCH] CodeGen from PR 14035 in Azure/azure-rest-api-specs Fix to support nextLink with post calls for python sdk (#14035) * single example with post nextLinl * address suggestions * remove examples * Add nextLink param * Post on nextLink for all requests * Add api-version as param * update readme * prettier fix * fix lint err try * rename operation id * fix generation for python * fix casing of next link * Remove package * change one next link op to normal path * readme.python config * Update readme.python.md Co-authored-by: Namrata Jagasia Co-authored-by: iscai-msft Co-authored-by: Zed <601306339@qq.com> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>