Skip to content

Commit 7932c2d

Browse files
authored
remove global config (#19273)
1 parent 81da193 commit 7932c2d

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

specification/iothub/resource-manager/readme.python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ no-namespace-folders: true
1818
1919
Generate all API versions currently shipped for this package
2020
21-
```yaml $(python) && $(multiapi)
21+
```yaml $(python)
22+
multiapi: true
2223
batch:
2324
- tag: package-2021-07-02
2425
- tag: package-2021-07

specification/monitor/resource-manager/readme.python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ python-base-folder: monitor/azure-mgmt-monitor/azure/mgmt/monitor
1515
1616
Generate all API versions currently shipped for this package
1717
18-
```yaml $(multiapi) && $(python)
18+
```yaml $(python)
1919
clear-output-folder: true
20+
multiapi: true
2021
batch:
2122
- tag: package-2022-04-01-only
2223
- tag: package-2022-02-01-preview-only

specification/msi/resource-manager/readme.python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ no-namespace-folders: true
1717
Generate all API versions currently shipped for this package
1818
1919
20-
```yaml $(multiapi) && $(python)
20+
```yaml $(python)
21+
multiapi: true
2122
clear-output-folder: true
2223
batch:
2324
- tag: package-preview-2021-09-30

specification/redhatopenshift/resource-manager/readme.python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ no-namespace-folders: true
1515
1616
Generate all API versions currently shipped for this package
1717
18-
```yaml $(python) && $(multiapi)
18+
```yaml $(python)
19+
multiapi: true
1920
batch:
2021
- tag: package-2020-04-30
2122
- tag: package-2021-09-01-preview

specification/resourcehealth/resource-manager/readme.python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ package-version: 1.0.0b1
1414
1515
Generate all API versions currently shipped for this package
1616
17-
```yaml $(multiapi)
17+
```yaml $(python)
18+
multiapi: true
1819
clear-output-folder: true
1920
batch:
2021
- tag: package-2015-01

0 commit comments

Comments
 (0)