diff --git a/specification/billing/resource-manager/readme.python.md b/specification/billing/resource-manager/readme.python.md index 829ed6a6c37d..e745b93e6dd3 100644 --- a/specification/billing/resource-manager/readme.python.md +++ b/specification/billing/resource-manager/readme.python.md @@ -13,12 +13,8 @@ package-name: azure-mgmt-billing package-version: 0.3.0 clear-output-folder: true ``` -``` yaml $(python) && $(python-mode) == 'update' +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/billing/azure-mgmt-billing/azure/mgmt/billing ``` -``` yaml $(python) && $(python-mode) == 'create' -basic-setup-py: true -output-folder: $(python-sdks-folder)/billing/azure-mgmt-billing -``` diff --git a/specification/databricks/resource-manager/readme.python.md b/specification/databricks/resource-manager/readme.python.md index d3eb2d7b886c..8feeb30677d8 100644 --- a/specification/databricks/resource-manager/readme.python.md +++ b/specification/databricks/resource-manager/readme.python.md @@ -3,21 +3,17 @@ 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-databricks -no-namespace-folders: true +namespace: azure.mgmt.databricks 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)/databricks/azure-mgmt-databricks/azure/mgmt/databricks ``` -``` yaml $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/databricks/azure-mgmt-databricks -``` diff --git a/specification/fluidrelay/resource-manager/readme.python.md b/specification/fluidrelay/resource-manager/readme.python.md index 8d8959856cf3..ae78d75aa570 100644 --- a/specification/fluidrelay/resource-manager/readme.python.md +++ b/specification/fluidrelay/resource-manager/readme.python.md @@ -3,21 +3,17 @@ 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-fluidrelay -no-namespace-folders: true +namespace: azure.mgmt.fluidrelay 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)/fluidrelay/azure-mgmt-fluidrelay/azure/mgmt/fluidrelay ``` -``` yaml $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/fluidrelay/azure-mgmt-fluidrelay -``` diff --git a/specification/purview/resource-manager/readme.python.md b/specification/purview/resource-manager/readme.python.md index db6dca180914..af0ea35754c4 100644 --- a/specification/purview/resource-manager/readme.python.md +++ b/specification/purview/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) && $(track2) +``` yaml $(python) python-mode: create azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION @@ -13,16 +13,13 @@ package-name: azure-mgmt-purview package-version: 1.0.1 clear-output-folder: true ``` -``` yaml $(python) && $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/purview/azure-mgmt-purview/azure/mgmt/purview ``` -``` yaml $(python) && $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/purview/azure-mgmt-purview -``` -``` yaml $(python) && $(track2) + +``` yaml $(python) modelerfour: lenient-model-deduplication: true ```