Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81da193

Browse files
authored
remove global config (Azure#19275)
1 parent 2b1f817 commit 81da193

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

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

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ no-namespace-folders: true
2020
2121
Generate all API versions currently shipped for this package
2222
23-
```yaml $(python) && $(multiapi)
23+
```yaml $(python)
24+
multiapi: true
2425
batch:
2526
- tag: package-2021-02-01
2627
- tag: package-2021-02-01-preview

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ no-namespace-folders: true
2020
2121
Generate all API versions currently shipped for this package
2222
23-
```yaml $(multiapi) && $(python)
23+
```yaml $(python)
24+
multiapi: true
2425
batch:
2526
- tag: package-2020-12-preview
2627
- tag: package-2021-12

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ no-namespace-folders: true
1212
1313
### Python multi-api
1414
15-
``` yaml $(python) && $(multiapi)
15+
``` yaml $(python)
16+
multiapi: true
1617
clear-output-folder: true
1718
batch:
1819
- tag: package-2021-03-15-preview

specification/keyvault/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
1818
Generate all API versions currently shipped for this package
1919
20-
```yaml $(multiapi)
20+
```yaml $(python)
21+
multiapi: true
2122
clear-output-folder: true
2223
batch:
2324
- tag: package-2019-09

0 commit comments

Comments
 (0)