diff --git a/specification/search/resource-manager/readme.python.md b/specification/search/resource-manager/readme.python.md index 060c57677640..7769101df23d 100644 --- a/specification/search/resource-manager/readme.python.md +++ b/specification/search/resource-manager/readme.python.md @@ -4,7 +4,7 @@ These settings apply only when `--python` is specified on the command line. Please also specify `--python-sdks-folder=`. Use `--python-mode=update` if you already have a setup.py and just want to update the code itself. -``` yaml $(python) +``` yaml $(python) && !$(track2) python-mode: create python: azure-arm: true @@ -14,12 +14,27 @@ python: package-name: azure-mgmt-search clear-output-folder: true ``` + +``` yaml $(python) && $(track2) +python-mode: create +azure-arm: true +license-header: MICROSOFT_MIT_NO_VERSION +namespace: azure.mgmt.search +package-name: azure-mgmt-search +package-version: 8.0.0b1 +clear-output-folder: true +``` + ``` yaml $(python) && $(python-mode) == 'update' +no-namespace-folders: true +output-folder: $(python-sdks-folder)/search/azure-mgmt-search/azure/mgmt/search python: no-namespace-folders: true output-folder: $(python-sdks-folder)/search/azure-mgmt-search/azure/mgmt/search ``` ``` yaml $(python) && $(python-mode) == 'create' +basic-setup-py: true +output-folder: $(python-sdks-folder)/search/azure-mgmt-search python: basic-setup-py: true output-folder: $(python-sdks-folder)/search/azure-mgmt-search