@@ -5,7 +5,7 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
5
5
Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
6
6
These settings apply only when ` --track2 ` is specified on the command line.
7
7
8
- ``` yaml $(track2 )
8
+ ``` yaml $(python )
9
9
azure-arm : true
10
10
license-header : MICROSOFT_MIT_NO_VERSION
11
11
namespace : azure.mgmt.edgeorder
@@ -20,7 +20,7 @@ no-namespace-folders: true
20
20
21
21
Generate all API versions currently shipped for this package
22
22
23
- ` ` ` yaml $(multiapi) && $(track2 )
23
+ ` ` ` yaml $(multiapi) && $(python )
24
24
batch :
25
25
- tag : package-2020-12-preview
26
26
- tag : package-2021-12
@@ -29,15 +29,14 @@ batch:
29
29
30
30
` ` ` yaml $(multiapiscript)
31
31
output-folder : $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/edgeorder/
32
- clear-output-folder : false
33
32
perform-load : false
34
33
` ` `
35
34
### Tag: package-2020-12-preview and python
36
35
37
36
These settings apply only when ` --tag=package-2020-12-preview --python` is specified on the command line.
38
37
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
39
38
40
- ` ` ` yaml $(tag) == 'package-2020-12-preview' && $(python) && $(track2)
39
+ ` ` ` yaml $(tag) == 'package-2020-12-preview' && $(python)
41
40
namespace: azure.mgmt.edgeorder.v2020_12_01_preview
42
41
output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/edgeorder/v2020_12_01_preview
43
42
` ` `
@@ -47,7 +46,7 @@ output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/e
47
46
These settings apply only when `--tag=package-2021-12 --python` is specified on the command line.
48
47
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
49
48
50
- ` ` ` yaml $(tag) == 'package-2021-12' && $(python) && $(track2)
49
+ ` ` ` yaml $(tag) == 'package-2021-12' && $(python)
51
50
namespace: azure.mgmt.edgeorder.v2021_12_01
52
51
output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/edgeorder/v2021_12_01
53
52
` ` `
0 commit comments