From f802623b3e0ea71025e0c04d0478a0258aa3441d Mon Sep 17 00:00:00 2001 From: Zed Lei <59104634+RAY-316@users.noreply.github.com> Date: Thu, 27 May 2021 13:05:34 +0800 Subject: [PATCH] Storageimportexport config (#14564) * sql t2 readme config * readme config * Update readme.python.md * conflient resolve * readme.python config Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> --- .../storageimportexport/resource-manager/readme.python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/storageimportexport/resource-manager/readme.python.md b/specification/storageimportexport/resource-manager/readme.python.md index f1293159d6a9..956d40130148 100644 --- a/specification/storageimportexport/resource-manager/readme.python.md +++ b/specification/storageimportexport/resource-manager/readme.python.md @@ -14,9 +14,9 @@ clear-output-folder: true ``` ``` yaml $(python) && $(python-mode) == 'update' && $(track2) no-namespace-folders: true -output-folder: $(python-sdks-folder)/storageimportexport/azure-mgmt-storageimportexport/azure/mgmt/storageimportexport +output-folder: $(python-sdks-folder)/storage/azure-mgmt-storageimportexport/azure/mgmt/storageimportexport ``` ``` yaml $(python) && $(python-mode) == 'create' && $(track2) basic-setup-py: true -output-folder: $(python-sdks-folder)/storageimportexport/azure-mgmt-storageimportexport +output-folder: $(python-sdks-folder)/storage/azure-mgmt-storageimportexport ```