From 58b64dbf8ee221bcbd4414649c7fe13914eb72a1 Mon Sep 17 00:00:00 2001 From: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:34:48 -0700 Subject: [PATCH] Josh love msft patch 2 (#26030) * Update tspconfig.yaml * Update tspconfig.yaml --- .../Azure.Messaging.EventGrid/tspconfig.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/specification/eventgrid/Azure.Messaging.EventGrid/tspconfig.yaml b/specification/eventgrid/Azure.Messaging.EventGrid/tspconfig.yaml index 53bab578e322..374d35816f88 100644 --- a/specification/eventgrid/Azure.Messaging.EventGrid/tspconfig.yaml +++ b/specification/eventgrid/Azure.Messaging.EventGrid/tspconfig.yaml @@ -23,9 +23,8 @@ options: package-name: "{package-dir}" emitter-output-dir: "{project-root}/{service-dir}/{package-name}" # Uncomment this line and add "@azure-tools/typespec-csharp" to your package.json to generate C# code - # Commenting out until https://github.com/Azure/autorest.csharp/issues/3515 is resolved -- project file not found b/c feature branch - # "@azure-tools/typespec-csharp": - # package-dir: Azure.Messaging.EventGridV2 - # model-namespace: false - # generate-convenience-methods: false - # namespace: Azure.Messaging.EventGrid.Namespaces \ No newline at end of file + "@azure-tools/typespec-csharp": + package-dir: Azure.Messaging.EventGridV2 + model-namespace: false + generate-convenience-methods: false + namespace: Azure.Messaging.EventGrid.Namespaces