diff --git a/specification/scvmm/resource-manager/readme.python.md b/specification/scvmm/resource-manager/readme.python.md index 74cdb6fe9ab2..bf62e1f039e8 100644 --- a/specification/scvmm/resource-manager/readme.python.md +++ b/specification/scvmm/resource-manager/readme.python.md @@ -3,21 +3,16 @@ These settings apply only when `--python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(track2) +``` yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-scvmm -no-namespace-folders: true +namespace: azure.mgmt.scvmm package-version: 1.0.0b1 clear-output-folder: true ``` -``` yaml $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/scvmm/azure-mgmt-scvmm/azure/mgmt/scvmm ``` - -``` yaml $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/scvmm/azure-mgmt-scvmm -```