File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
appplatform/resource-manager
eventhub/resource-manager
servicebus/resource-manager Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ no-namespace-folders: true
1818Generate all API versions currently shipped for this package
1919
2020
21- ` ` ` yaml $(python) && $(multiapi)
21+ ` ` ` yaml $(python)
22+ multiapi : true
2223clear-output-folder : true
2324batch :
2425 - tag : package-preview-2022-05
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ no-namespace-folders: true
2020
2121Generate all API versions currently shipped for this package
2222
23- ` ` ` yaml $(python) && $(multiapi)
23+ ` ` ` yaml $(python)
24+ multiapi : true
2425batch :
2526 - tag : package-2022-02
2627 - tag : package-2021-12
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ modelerfour:
1717
1818Generate all API versions currently shipped for this package
1919
20- ` ` ` yaml $(multiapi) && $(python)
20+ ` ` ` yaml $(python)
21+ multiapi : true
2122clear-output-folder : true
2223batch :
2324 - tag : package-2021-11
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ no-namespace-folders: true
1616Generate all API versions currently shipped for this package
1717
1818
19- ` ` ` yaml $(multiapi) && $(python)
19+ ` ` ` yaml $(python)
20+ multiapi : true
2021clear-output-folder : true
2122batch :
2223 - tag : package-2021-06-preview
You can’t perform that action at this time.
0 commit comments