diff --git a/specification/azurearcdata/resource-manager/readme.python.md b/specification/azurearcdata/resource-manager/readme.python.md index 2362cf4f5a0f..246e6245ae8f 100644 --- a/specification/azurearcdata/resource-manager/readme.python.md +++ b/specification/azurearcdata/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-azurearcdata -no-namespace-folders: true +namespace: azure.mgmt.azurearcdata package-version: 1.1.1b1 clear-output-folder: true ``` -``` yaml $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata ``` - -``` yaml $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/azurearcdata/azure-mgmt-azurearcdata -``` diff --git a/specification/healthcareapis/resource-manager/readme.python.md b/specification/healthcareapis/resource-manager/readme.python.md index fff0f012ba04..8db9e0c64bfc 100644 --- a/specification/healthcareapis/resource-manager/readme.python.md +++ b/specification/healthcareapis/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) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION namespace: azure.mgmt.healthcareapis @@ -13,11 +13,7 @@ clear-output-folder: true package-version: 1.0.0b1 ``` -``` yaml $(python) && $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/healthcareapis/azure-mgmt-healthcareapis/azure/mgmt/healthcareapis ``` -``` yaml $(python) && $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/healthcareapis/azure-mgmt-healthcareapis -``` diff --git a/specification/servicefabricmanagedclusters/resource-manager/readme.python.md b/specification/servicefabricmanagedclusters/resource-manager/readme.python.md index c4476835e535..38be38e9c14a 100644 --- a/specification/servicefabricmanagedclusters/resource-manager/readme.python.md +++ b/specification/servicefabricmanagedclusters/resource-manager/readme.python.md @@ -4,19 +4,15 @@ 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) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-servicefabricmanagedclusters -no-namespace-folders: true +namespace: azure.mgmt.servicefabricmanagedclusters package-version: 0.1.0 ``` -``` yaml $(python) && $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters/azure/mgmt/servicefabricmanagedclusters -``` -``` yaml $(python) && $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters ``` \ No newline at end of file diff --git a/specification/support/resource-manager/readme.python.md b/specification/support/resource-manager/readme.python.md index 1974be4e363c..603ffac20124 100644 --- a/specification/support/resource-manager/readme.python.md +++ b/specification/support/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) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION namespace: azure.mgmt.support @@ -13,11 +13,7 @@ package-version: 1.0.0b1 clear-output-folder: true ``` -``` yaml $(python) && $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/support/azure-mgmt-support/azure/mgmt/support ``` -``` yaml $(python) && $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/support/azure-mgmt-support -``` diff --git a/specification/vmware/resource-manager/readme.python.md b/specification/vmware/resource-manager/readme.python.md index a73f74a4f354..f672623bec1a 100644 --- a/specification/vmware/resource-manager/readme.python.md +++ b/specification/vmware/resource-manager/readme.python.md @@ -4,19 +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) -python-mode: create -package-version: 0.1.0 -azure-arm: true -license-header: MICROSOFT_MIT_NO_VERSION -payload-flattening-threshold: 2 -override-client-name: AVSClient -namespace: azure.mgmt.avs -package-name: azure-mgmt-avs -clear-output-folder: true -``` -```yaml $(python) && $(track2) -python-mode: create +```yaml $(python) package-version: 1.0.0b1 azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION @@ -26,19 +14,7 @@ package-name: azure-mgmt-avs clear-output-folder: true ``` -``` yaml $(python) && $(python-mode) == 'update' && !$(track2) -no-namespace-folders: true -output-folder: $(python-sdks-folder)/compute/azure-mgmt-avs/azure/mgmt/avs -``` -``` yaml $(python) && $(python-mode) == 'create' && !$(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/compute/azure-mgmt-avs -``` -``` yaml $(python) && $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/compute/azure-mgmt-avs/azure/mgmt/avs ``` -``` yaml $(python) && $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/compute/azure-mgmt-avs -```