Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 7d8fd32

Browse files
committed
add basic-setup-py to all multiapi tests
1 parent 9db95bb commit 7d8fd32

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

packages/autorest.python/test/multiapi/specification/multiapi/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ azure-arm: true
3737
add-credentials: true
3838
python3-only: true
3939
version-tolerant: false
40+
basic-setup-py: true
4041
```
4142
4243
``` yaml $(multiapi)

packages/autorest.python/test/multiapi/specification/multiapicredentialdefaultpolicy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ add-credentials: true
3232
credential-default-policy-type: AzureKeyCredentialPolicy
3333
python3-only: true
3434
version-tolerant: false
35+
basic-setup-py: true
3536
```
3637
3738
``` yaml $(multiapi)

packages/autorest.python/test/multiapi/specification/multiapicustombaseurl/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
2020
add-credentials: true
2121
python3-only: true
2222
version-tolerant: false
23+
basic-setup-py: true
2324
```
2425
2526
``` yaml $(multiapi)

packages/autorest.python/test/multiapi/specification/multiapidataplane/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
3030
add-credentials: true
3131
python3-only: true
3232
version-tolerant: false
33+
basic-setup-py: true
3334
```
3435
3536
``` yaml $(multiapi)

packages/autorest.python/test/multiapi/specification/multiapikeywordonly/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ add-credentials: true
2727
python3-only: true
2828
version-tolerant: false
2929
only-path-and-body-params-positional: true
30+
basic-setup-py: true
3031
```
3132
3233
``` yaml $(multiapi)

packages/autorest.python/test/multiapi/specification/multiapinoasync/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ add-credentials: true
3232
no-async: true
3333
python3-only: true
3434
version-tolerant: false
35+
basic-setup-py: true
3536
```
3637
3738
``` yaml $(multiapi)

packages/autorest.python/test/multiapi/specification/multiapisecurity/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
2424
security: AADToken
2525
python3-only: true
2626
version-tolerant: false
27+
basic-setup-py: true
2728
```
2829
2930
``` yaml $(multiapi)

packages/autorest.python/test/multiapi/specification/multiapiwithsubmodule/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ add-credentials: true
3030
no-namespace-folders: true
3131
python3-only: true
3232
version-tolerant: false
33+
basic-setup-py: true
3334
```
3435
3536
``` yaml $(multiapi)

0 commit comments

Comments
 (0)