@@ -4,7 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66
7- ``` yaml $(python) && $(track2)
7+ ``` yaml $(python)
88azure-arm : true
99license-header : MICROSOFT_MIT_NO_VERSION
1010namespace : azure.mgmt.databoxedge
@@ -20,7 +20,7 @@ no-namespace-folders: true
2020
2121Generate all API versions currently shipped for this package
2222
23- ` ` ` yaml $(python) && $(multiapi) && $(track2)
23+ ` ` ` yaml $(python) && $(multiapi)
2424batch :
2525 - tag : package-2021-02-01
2626 - tag : package-2021-02-01-preview
@@ -36,15 +36,14 @@ batch:
3636
3737` ` ` yaml $(multiapiscript)
3838output-folder : $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/
39- clear-output-folder : false
4039perform-load : false
4140` ` `
4241### Tag: package-2021-02-01 and python
4342
4443These settings apply only when ` --tag=package-2021-02-01 --python` is specified on the command line.
4544Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4645
47- ` ` ` yaml $(tag) == 'package-2021-02-01' && $(python) && $(track2)
46+ ` ` ` yaml $(tag) == 'package-2021-02-01' && $(python)
4847namespace: azure.mgmt.databoxedge.v2021_02_01
4948output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2021_02_01
5049` ` `
@@ -53,7 +52,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
5352These settings apply only when `--tag=package-2021-02-01-preview --python` is specified on the command line.
5453Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
5554
56- ` ` ` yaml $(tag) == 'package-2021-02-01-preview' && $(python) && $(track2)
55+ ` ` ` yaml $(tag) == 'package-2021-02-01-preview' && $(python)
5756namespace: azure.mgmt.databoxedge.v2021_02_01_preview
5857output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2021_02_01_preview
5958` ` `
@@ -63,7 +62,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
6362These settings apply only when `--tag=package-2020-12-01 --python` is specified on the command line.
6463Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
6564
66- ` ` ` yaml $(tag) == 'package-2020-12-01' && $(python) && $(track2)
65+ ` ` ` yaml $(tag) == 'package-2020-12-01' && $(python)
6766namespace: azure.mgmt.databoxedge.v2020_12_01
6867output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/datab
6968` ` `
@@ -73,7 +72,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
7372These settings apply only when `--tag=package-2020-09-01-preview --python` is specified on the command line.
7473Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
7574
76- ` ` ` yaml $(tag) == 'package-2020-09-01-preview' && $(python) && $(track2)
75+ ` ` ` yaml $(tag) == 'package-2020-09-01-preview' && $(python)
7776namespace: azure.mgmt.databoxedge.v2020_09_01_preview
7877output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2020_09_01_preview
7978` ` `
@@ -83,7 +82,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
8382These settings apply only when `--tag=package-2020-09-01 --python` is specified on the command line.
8483Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
8584
86- ` ` ` yaml $(tag) == 'package-2020-09-01' && $(python) && $(track2)
85+ ` ` ` yaml $(tag) == 'package-2020-09-01' && $(python)
8786namespace: azure.mgmt.databoxedge.v2020_09_01
8887output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2020_09_01
8988` ` `
@@ -93,7 +92,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
9392These settings apply only when `--tag=package-2020-05-preview --python` is specified on the command line.
9493Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
9594
96- ` ` ` yaml $(tag) == 'package-2020-05-preview' && $(python) && $(track2)
95+ ` ` ` yaml $(tag) == 'package-2020-05-preview' && $(python)
9796namespace: azure.mgmt.databoxedge.v2020_05_01_preview
9897output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2020_05_01_preview
9998` ` `
@@ -103,7 +102,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
103102These settings apply only when `--tag=package-2019-08 --python` is specified on the command line.
104103Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
105104
106- ` ` ` yaml $(tag) == 'package-2019-08' && $(python) && $(track2)
105+ ` ` ` yaml $(tag) == 'package-2019-08' && $(python)
107106namespace: azure.mgmt.databoxedge.v2019_08_01
108107output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2019_08_01
109108` ` `
@@ -113,7 +112,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
113112These settings apply only when `--tag=package-2019-07 --python` is specified on the command line.
114113Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
115114
116- ` ` ` yaml $(tag) == 'package-2019-07' && $(python) && $(track2)
115+ ` ` ` yaml $(tag) == 'package-2019-07' && $(python)
117116namespace: azure.mgmt.databoxedge.v2019_07_01
118117output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2019_07_01
119118` ` `
@@ -123,7 +122,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
123122These settings apply only when `--tag=package-2019-03 --python` is specified on the command line.
124123Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
125124
126- ` ` ` yaml $(tag) == 'package-2019-03' && $(python) && $(track2)
125+ ` ` ` yaml $(tag) == 'package-2019-03' && $(python)
127126namespace: azure.mgmt.databoxedge.v2019_03_01
128127output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2019_03_01
129128` ` `
0 commit comments