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

Commit 2c9701e

Browse files
author
iscai-msft
committed
move to generation subdir test with more robust services
1 parent 3cc6c3f commit 2c9701e

96 files changed

Lines changed: 1261 additions & 988 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/typespec-python/scripts/eng/regenerate.ts

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,6 @@ const EMITTER_OPTIONS: Record<string, Record<string, string> | Record<string, st
131131
"package-mode": "azure-dataplane",
132132
"package-pprint-name": "ResiliencySrvDriven2",
133133
},
134-
"authentication/api-key": [
135-
{},
136-
{
137-
"package-name": "authentication-api-key-subdir",
138-
"generation-subdir": "_generated/",
139-
"namespace": "authentication.api.key.subdir",
140-
},
141-
],
142134
"authentication/http/custom": {
143135
"package-name": "authentication-http-custom",
144136
"namespace": "authentication.http.custom",
@@ -191,10 +183,17 @@ const EMITTER_OPTIONS: Record<string, Record<string, string> | Record<string, st
191183
"package-name": "typetest-model-singlediscriminator",
192184
"namespace": "typetest.model.singlediscriminator",
193185
},
194-
"type/model/inheritance/recursive": {
195-
"package-name": "typetest-model-recursive",
196-
"namespace": "typetest.model.recursive",
197-
},
186+
"type/model/inheritance/recursive": [
187+
{
188+
"package-name": "typetest-model-recursive",
189+
"namespace": "typetest.model.recursive",
190+
},
191+
{
192+
"package-name": "generation-subdir",
193+
"namespace": "generation.subdir",
194+
"generation-subdir": "_generated",
195+
}
196+
],
198197
"type/model/usage": {
199198
"package-name": "typetest-model-usage",
200199
"namespace": "typetest.model.usage",

packages/typespec-python/test/azure/generated/authentication-api-key-subdir/MANIFEST.in

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/typespec-python/test/azure/generated/authentication-api-key-subdir/authentication/api/key/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/typespec-python/test/azure/generated/authentication-api-key-subdir/authentication/api/key/subdir/_client.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

packages/typespec-python/test/azure/generated/authentication-api-key-subdir/authentication/api/key/subdir/_generated/_operations/_operations.py

Lines changed: 0 additions & 152 deletions
This file was deleted.

packages/typespec-python/test/azure/generated/authentication-api-key-subdir/authentication/api/key/subdir/_generated/aio/_operations/_operations.py

Lines changed: 0 additions & 128 deletions
This file was deleted.

packages/typespec-python/test/azure/generated/authentication-api-key-subdir/authentication/api/key/subdir/_generated/apiview-properties.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)