Skip to content

Commit 0f37b13

Browse files
build: include spec folder in codgen validation
1 parent 38c3c66 commit 0f37b13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/codegen-validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
paths:
88
- 'codegen/**'
9+
- 'specification/**'
910
- '.github/workflows/codegen-validation.yml'
1011
- 'scripts/Invoke-CodeGen.ps1'
1112
types: [opened, reopened, synchronize]

specification/client/vector-stores.client.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ using Azure.ClientGenerator.Core;
1111

1212
@@clientName(VectorStores.deleteVectorStoreFile, "RemoveFileFromVectorStore");
1313
@@clientName(VectorStores.listVectorStores, "GetVectorStores");
14-
@@clientName(VectorStores.listFilesInVectorStoreBatch, "GetVectorStoreFilesInBatch");
14+
@@clientName(VectorStores.listFilesInVectorStoreBatch, "GetVectorStoreFilesInBatc");
1515
@@clientName(VectorStores.createVectorStoreFile, "AddFileToVectorStore");
1616
@@clientName(VectorStores.createVectorStoreFileBatch, "AddFileBatchToVectorStore");

0 commit comments

Comments
 (0)