diff --git a/specification/advisor/resource-manager/readme.md b/specification/advisor/resource-manager/readme.md index a686c40128f2..6f49edb7e77f 100644 --- a/specification/advisor/resource-manager/readme.md +++ b/specification/advisor/resource-manager/readme.md @@ -101,7 +101,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 @@ -113,13 +113,27 @@ python: clear-output-folder: true ``` +``` yaml $(python) && $(track2) +python-mode: create +azure-arm: true +license-header: MICROSOFT_MIT_NO_VERSION +namespace: azure.mgmt.advisor +package-name: azure-mgmt-advisor +package-version: 9.0.0b1 +clear-output-folder: true +``` + ``` yaml $(python) && $(python-mode) == 'update' +no-namespace-folders: true +output-folder: $(python-sdks-folder)/advisor/azure-mgmt-advisor/azure/mgmt/advisor python: no-namespace-folders: true output-folder: $(python-sdks-folder)/advisor/azure-mgmt-advisor/azure/mgmt/advisor ``` ``` yaml $(python) && $(python-mode) == 'create' +basic-setup-py: true +output-folder: $(python-sdks-folder)/advisor/azure-mgmt-advisor python: basic-setup-py: true output-folder: $(python-sdks-folder)/advisor/azure-mgmt-advisor