Skip to content

Commit 57fbeef

Browse files
committed
update
1 parent 98f12d8 commit 57fbeef

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
changeKind: fix
3+
packages:
4+
- "@autorest/python"
5+
- "@azure-tools/typespec-python"
6+
---
7+
8+
Fix bad indent

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const PLUGIN_DIR = resolve(fileURLToPath(import.meta.url), "../../../");
1515
const AZURE_HTTP_SPECS = resolve(PLUGIN_DIR, "node_modules/@azure-tools/azure-http-specs/specs");
1616
const HTTP_SPECS = resolve(PLUGIN_DIR, "node_modules/@typespec/http-specs/specs");
1717
// Local azure specs (used for testing scenarios that aren't in the published specs yet)
18-
const LOCAL_AZURE_SPECS = resolve(PLUGIN_DIR, "generator/test/azure/specs");
18+
const LOCAL_AZURE_SPECS = resolve(PLUGIN_DIR, "test/azure/specs");
1919
interface TspCommand {
2020
outputDir: string;
2121
command: string;

packages/typespec-python/test/azure/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ azure-mgmt-core==1.6.0
4242
-e ./generated/client-structure-multiclient
4343
-e ./generated/client-structure-renamedoperation
4444
-e ./generated/client-structure-twooperationgroup
45+
-e ./generated/docstring
4546
-e ./generated/resiliency-srv-driven1
4647
-e ./generated/resiliency-srv-driven2
4748

packages/typespec-python/generator/test/azure/specs/docstring/main.tsp renamed to packages/typespec-python/test/azure/specs/docstring/main.tsp

File renamed without changes.

0 commit comments

Comments
 (0)