Skip to content

Commit

Permalink
remove global config (#19279)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCat20196 authored Jun 2, 2022
1 parent 92c0094 commit c91c349
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion specification/commerce/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ no-namespace-folders: true
Generate all API versions currently shipped for this package
```yaml $(multiapi)
```yaml $(python)
multiapi: true
clear-output-folder: true
batch:
- tag: package-2015-06-preview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ no-namespace-folders: true
Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi)
```yaml $(python)
multiapi: true
batch:
- tag: package-2022-04
- tag: package-preview-2022-04
Expand Down
3 changes: 2 additions & 1 deletion specification/resources/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ combine-operation-files: true
Generate all API versions currently shipped for this package
```yaml $(multiapi) && $(python)
```yaml $(python)
multiapi: true
clear-output-folder: true
batch:
- tag: package-privatelinks-2020-05
Expand Down
3 changes: 2 additions & 1 deletion specification/storage/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ modelerfour:
Generate all API versions currently shipped for this package
```yaml $(multiapi)
```yaml $(python)
multiapi: true
clear-output-folder: true
batch:
- tag: package-2021-09
Expand Down
3 changes: 2 additions & 1 deletion specification/web/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ no-namespace-folders: true
Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi)
```yaml $(python)
multiapi: true
clear-output-folder: true
batch:
- tag: package-2021-03-only
Expand Down

0 comments on commit c91c349

Please sign in to comment.