From 42627e1eaec6a3f45dbc74f8f717ac5450c4fa35 Mon Sep 17 00:00:00 2001 From: Ray Chen Date: Tue, 28 Mar 2023 10:49:18 +0800 Subject: [PATCH] Update emitter name in sdk auto config (#23312) --- specificationRepositoryConfiguration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index 082b2e3825ef..0ddbbe026169 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -83,10 +83,10 @@ } } }, - "typeSpecEmitterToSdkRepositoryMapping": { + "typespecEmitterToSdkRepositoryMapping": { "@azure-tools/typespec-python": "azure-sdk-for-python", "@azure-tools/typespec-java": "azure-sdk-for-java", "@azure-tools/typespec-csharp": "azure-sdk-for-net-track2", - "@azure-tools/typespec-typescript": "azure-sdk-for-js" + "@azure-tools/typespec-ts": "azure-sdk-for-js" } }