diff --git a/specification/deviceupdate/resource-manager/readme.python.md b/specification/deviceupdate/resource-manager/readme.python.md index be3e2a0cad32..defca47ba824 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 +namespace: azure.mgmt.deviceupdate 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 ```