From ec0ed0e7e9cf91df17e7248d749054cac391972c Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Fri, 26 Aug 2022 10:26:00 +0800 Subject: [PATCH 1/2] Update readme.python.md --- .../deviceupdate/resource-manager/readme.python.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/specification/deviceupdate/resource-manager/readme.python.md b/specification/deviceupdate/resource-manager/readme.python.md index be3e2a0cad32..8874ea903f6a 100644 --- a/specification/deviceupdate/resource-manager/readme.python.md +++ b/specification/deviceupdate/resource-manager/readme.python.md @@ -3,16 +3,17 @@ These settings apply only when `--python` is specified on the command line. Please also specify `--python-sdks-folder=`. -```yaml $(python) +``` yaml $(python) title: DeviceUpdateMgmtClient azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION -package-name: azure-mgmt-deviceupdate +package-name: azure-mgmt-[[ServiceName]] +namespace: azure.mgmt.[[ServiceName]] package-version: 1.0.0b1 -no-namespace-folders: true +clear-output-folder: true ``` -```yaml $(python) +``` yaml $(python) no-namespace-folders: true -output-folder: $(python-sdks-folder)/deviceupdate/azure-mgmt-deviceupdate/azure/mgmt/deviceupdate +output-folder: $(python-sdks-folder)/[[ServiceName]]/azure-mgmt-[[ServiceName]]/azure/mgmt/[[ServiceName]] ``` From baa66b2eafb40ade241b6404e49b17c2030bcfaf Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Fri, 26 Aug 2022 10:31:33 +0800 Subject: [PATCH 2/2] Update readme.python.md --- .../deviceupdate/resource-manager/readme.python.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/deviceupdate/resource-manager/readme.python.md b/specification/deviceupdate/resource-manager/readme.python.md index 8874ea903f6a..defca47ba824 100644 --- a/specification/deviceupdate/resource-manager/readme.python.md +++ b/specification/deviceupdate/resource-manager/readme.python.md @@ -7,13 +7,13 @@ Please also specify `--python-sdks-folder=