diff --git a/specification/commerce/resource-manager/readme.python.md b/specification/commerce/resource-manager/readme.python.md index a89b9c1df3a8..b5535bf39614 100644 --- a/specification/commerce/resource-manager/readme.python.md +++ b/specification/commerce/resource-manager/readme.python.md @@ -2,7 +2,7 @@ These settings apply only when `--track2` is specified on the command line. -``` yaml $(track2) +``` yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-commerce @@ -23,7 +23,6 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/commerce/azure-mgmt-commerce/azure/mgmt/commerce/ -clear-output-folder: false perform-load: false ``` @@ -37,7 +36,7 @@ namespace: azure.mgmt.commerce.v2015_06_01_preview output-folder: $(python-sdks-folder)/commerce/azure-mgmt-commerce/azure/mgmt/commerce/v2015_06_01_preview ``` -``` yaml $(python) && $(track2) +``` yaml $(python) modelerfour: lenient-model-deduplication: true directive: diff --git a/specification/containerservice/resource-manager/readme.python.md b/specification/containerservice/resource-manager/readme.python.md index 0e4cc822e249..252b4788749e 100644 --- a/specification/containerservice/resource-manager/readme.python.md +++ b/specification/containerservice/resource-manager/readme.python.md @@ -383,4 +383,4 @@ directive: - from: swagger-document where: $.definitions.ManagedClusterLoadBalancerProfile.properties.managedOutboundIPs.properties["countIPv6"] transform: $["x-ms-client-name"] = "count_ipv6" -``` \ No newline at end of file +``` diff --git a/specification/databox/resource-manager/readme.python.md b/specification/databox/resource-manager/readme.python.md index ee27ef607ca9..3767520bfd69 100644 --- a/specification/databox/resource-manager/readme.python.md +++ b/specification/databox/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.databox @@ -20,7 +20,7 @@ no-namespace-folders: true Generate all API versions currently shipped for this package -```yaml $(python) && $(multiapi) && $(track2) +```yaml $(python) && $(multiapi) batch: - tag: package-2021-12 - tag: package-2021-08-preview @@ -35,7 +35,6 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/ -clear-output-folder: false perform-load: false ``` @@ -44,7 +43,7 @@ perform-load: false These settings apply only when `--tag=package-2021-12 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2021-12' && $(python) && $(track2) +``` yaml $(tag) == 'package-2021-12' && $(python) namespace: azure.mgmt.databox.v2021_12_01 output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2021_12_01 ``` @@ -54,7 +53,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab These settings apply only when `--tag=package-2021-08-preview --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2021-08-preview' && $(python) && $(track2) +``` yaml $(tag) == 'package-2021-08-preview' && $(python) namespace: azure.mgmt.databox.v2021_08_01_preview output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2021_08_01_preview ``` @@ -64,7 +63,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab These settings apply only when `--tag=package-2021-05 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2021-05' && $(python) && $(track2) +``` yaml $(tag) == 'package-2021-05' && $(python) namespace: azure.mgmt.databox.v2021_05_01 output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2021_05_01 ``` @@ -74,7 +73,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab These settings apply only when `--tag=package-2021-03 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2021-03' && $(python) && $(track2) +``` yaml $(tag) == 'package-2021-03' && $(python) namespace: azure.mgmt.databox.v2021_03_01 output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2021_03_01 ``` @@ -84,7 +83,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab These settings apply only when `--tag=package-2020-11 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2020-11' && $(python) && $(track2) +``` yaml $(tag) == 'package-2020-11' && $(python) namespace: azure.mgmt.databox.v2020_11_01 output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2020_11_01 ``` @@ -94,7 +93,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab These settings apply only when `--tag=package-2020-04 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2020-04' && $(python) && $(track2) +``` yaml $(tag) == 'package-2020-04' && $(python) namespace: azure.mgmt.databox.v2020_04_01 output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2020_04_01 ``` @@ -104,7 +103,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab These settings apply only when `--tag=package-2019-09 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2019-09' && $(python) && $(track2) +``` yaml $(tag) == 'package-2019-09' && $(python) namespace: azure.mgmt.databox.v2019_09_01 output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2019_09_01 ``` @@ -114,7 +113,7 @@ output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/datab These settings apply only when `--tag=package-2018-01 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2018-01' && $(python) && $(track2) +``` yaml $(tag) == 'package-2018-01' && $(python) namespace: azure.mgmt.databox.v2018_01_01 output-folder: $(python-sdks-folder)/databox/azure-mgmt-databox/azure/mgmt/databox/v2018_01_01 ``` diff --git a/specification/dns/resource-manager/readme.python.md b/specification/dns/resource-manager/readme.python.md index 5ccf3d1231c3..28ac77ca776b 100644 --- a/specification/dns/resource-manager/readme.python.md +++ b/specification/dns/resource-manager/readme.python.md @@ -2,7 +2,7 @@ These settings apply only when `--python` is specified on the command line. -```yaml $(python) && $(track2) +```yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-dns @@ -14,7 +14,7 @@ package-version: 1.0.0b1 Generate all API versions currently shipped for this package -```yaml $(python) && $(multiapi) && $(track2) +```yaml $(python) && $(multiapi) clear-output-folder: true batch: - tag: package-2018-05 @@ -25,7 +25,6 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/ -clear-output-folder: false perform-load: false ``` @@ -34,7 +33,7 @@ perform-load: false These settings apply only when `--tag=package-2018-05 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2018-05' && $(python) && $(track2) +``` yaml $(tag) == 'package-2018-05' && $(python) namespace: azure.mgmt.dns.v2018_05_01 output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/v2018_05_01 ``` @@ -44,7 +43,7 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/v2018 These settings apply only when `--tag=package-2018-03-preview --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2018-03-preview' && $(python) && $(track2) +``` yaml $(tag) == 'package-2018-03-preview' && $(python) namespace: azure.mgmt.dns.v2018_03_01_preview output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/v2018_03_01_preview ``` @@ -54,12 +53,12 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/v2018 These settings apply only when `--tag=package-2016-04 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2016-04' && $(python) && $(track2) +``` yaml $(tag) == 'package-2016-04' && $(python) namespace: azure.mgmt.dns.v2016_04_01 output-folder: $(python-sdks-folder)/network/azure-mgmt-dns/azure/mgmt/dns/v2016_04_01 ``` -```yaml $(python) && $(track2) +```yaml $(python) modelerfour: lenient-model-deduplication: true ``` \ No newline at end of file diff --git a/specification/extendedlocation/resource-manager/readme.python.md b/specification/extendedlocation/resource-manager/readme.python.md index 69dc73c9a183..7b2b015a590e 100644 --- a/specification/extendedlocation/resource-manager/readme.python.md +++ b/specification/extendedlocation/resource-manager/readme.python.md @@ -2,7 +2,7 @@ These settings apply only when `--track2` is specified on the command line. -```yaml $(python) && $(track2) +```yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-extendedlocation @@ -12,7 +12,7 @@ no-namespace-folders: true ### Python multi-api -``` yaml $(python) && $(multiapi) && $(track2) +``` yaml $(python) && $(multiapi) clear-output-folder: true batch: - tag: package-2021-03-15-preview @@ -23,7 +23,6 @@ batch: ```yaml $(multiapiscript) output-folder: $(python-sdks-folder)/extendedlocation/azure-mgmt-extendedlocation/azure/mgmt/extendedlocation/ -clear-output-folder: false perform-load: false ``` diff --git a/specification/redhatopenshift/resource-manager/readme.python.md b/specification/redhatopenshift/resource-manager/readme.python.md index 3493c9bcd635..47ee9c986064 100644 --- a/specification/redhatopenshift/resource-manager/readme.python.md +++ b/specification/redhatopenshift/resource-manager/readme.python.md @@ -2,7 +2,7 @@ These settings apply only when `--python` is specified on the command line. -```yaml $(python) && $(track2) +```yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-redhatopenshift @@ -15,13 +15,8 @@ no-namespace-folders: true Generate all API versions currently shipped for this package -```yaml $(python) && $(multiapi) && !$(track2) -batch: - - tag: package-2020-04-30 - - tag: package-2021-09-01-preview -``` -```yaml $(python) && $(multiapi) && $(track2) +```yaml $(python) && $(multiapi) batch: - tag: package-2020-04-30 - tag: package-2021-09-01-preview @@ -30,7 +25,6 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/azure/mgmt/redhatopenshift/ -clear-output-folder: false perform-load: false ``` @@ -39,7 +33,7 @@ perform-load: false These settings apply only when `--tag=package-2020-04-30 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2020-04-30' && $(python) && $(track2) +``` yaml $(tag) == 'package-2020-04-30' && $(python) namespace: azure.mgmt.redhatopenshift.v2020_04_30 output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/azure/mgmt/redhatopenshift/v2020_04_30 ``` @@ -49,13 +43,7 @@ output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/ These settings apply only when `--tag=package-2021-09-01-preview --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2021-09-01-preview' && $(python) && !$(track2) -python: - namespace: azure.mgmt.redhatopenshift.v2021_09_01_preview - output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/azure/mgmt/redhatopenshift/v2021_09_01_preview -``` - -``` yaml $(tag) == 'package-2021-09-01-preview' && $(python) && $(track2) +``` yaml $(tag) == 'package-2021-09-01-preview' && $(python) namespace: azure.mgmt.redhatopenshift.v2021_09_01_preview output-folder: $(python-sdks-folder)/redhatopenshift/azure-mgmt-redhatopenshift/azure/mgmt/redhatopenshift/v2021_09_01_preview ``` diff --git a/specification/resourcehealth/resource-manager/readme.python.md b/specification/resourcehealth/resource-manager/readme.python.md index dad5c5e7961c..4409ac7713f2 100644 --- a/specification/resourcehealth/resource-manager/readme.python.md +++ b/specification/resourcehealth/resource-manager/readme.python.md @@ -2,7 +2,7 @@ These settings apply only when `--track2` is specified on the command line. -``` yaml $(track2) +``` yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-resourcehealth @@ -23,7 +23,6 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/resourcehealth/azure-mgmt-resourcehealth/azure/mgmt/resourcehealth/ -clear-output-folder: false perform-load: false ``` ### Tag: package-2015-01 and python diff --git a/specification/servicebus/resource-manager/readme.python.md b/specification/servicebus/resource-manager/readme.python.md index 53c5545fd838..b2aa0c511fa2 100644 --- a/specification/servicebus/resource-manager/readme.python.md +++ b/specification/servicebus/resource-manager/readme.python.md @@ -3,7 +3,7 @@ These settings apply only when `--track2` is specified on the command line. -``` yaml $(track2) +``` yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-servicebus @@ -16,7 +16,7 @@ no-namespace-folders: true Generate all API versions currently shipped for this package -```yaml $(multiapi) && $(track2) +```yaml $(multiapi) && $(python) clear-output-folder: true batch: - tag: package-2021-06-preview @@ -29,7 +29,6 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/ -clear-output-folder: false perform-load: false ``` @@ -83,7 +82,7 @@ namespace: azure.mgmt.servicebus.v2015_08_01 output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2015_08_01 ``` -``` yaml $(track2) +``` yaml $(python) modelerfour: lenient-model-deduplication: true ```