@@ -5,7 +5,7 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66These settings apply only when ` --track2 ` is specified on the command line.
77
8- ``` yaml $(track2 )
8+ ``` yaml $(python )
99azure-arm : true
1010license-header : MICROSOFT_MIT_NO_VERSION
1111namespace : azure.mgmt.edgeorder
@@ -20,7 +20,7 @@ no-namespace-folders: true
2020
2121Generate all API versions currently shipped for this package
2222
23- ` ` ` yaml $(multiapi) && $(track2 )
23+ ` ` ` yaml $(multiapi) && $(python )
2424batch :
2525 - tag : package-2020-12-preview
2626 - tag : package-2021-12
@@ -29,15 +29,14 @@ batch:
2929
3030` ` ` yaml $(multiapiscript)
3131output-folder : $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/edgeorder/
32- clear-output-folder : false
3332perform-load : false
3433` ` `
3534### Tag: package-2020-12-preview and python
3635
3736These settings apply only when ` --tag=package-2020-12-preview --python` is specified on the command line.
3837Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
3938
40- ` ` ` yaml $(tag) == 'package-2020-12-preview' && $(python) && $(track2)
39+ ` ` ` yaml $(tag) == 'package-2020-12-preview' && $(python)
4140namespace: azure.mgmt.edgeorder.v2020_12_01_preview
4241output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/edgeorder/v2020_12_01_preview
4342` ` `
@@ -47,7 +46,7 @@ output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/e
4746These settings apply only when `--tag=package-2021-12 --python` is specified on the command line.
4847Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4948
50- ` ` ` yaml $(tag) == 'package-2021-12' && $(python) && $(track2)
49+ ` ` ` yaml $(tag) == 'package-2021-12' && $(python)
5150namespace: azure.mgmt.edgeorder.v2021_12_01
5251output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/edgeorder/v2021_12_01
5352` ` `
0 commit comments