diff --git a/specification/durabletask/DurableTask.Management/client.tsp b/specification/durabletask/DurableTask.Management/client.tsp index 595a7647ae39..070d67a09b91 100644 --- a/specification/durabletask/DurableTask.Management/client.tsp +++ b/specification/durabletask/DurableTask.Management/client.tsp @@ -39,3 +39,5 @@ using Microsoft.DurableTask; "DurableTaskRetentionPolicyProperties", "csharp" ); +@@clientName(SchedulerProperties.ipAllowlist, "IPAllowlist", "csharp"); +@@clientName(SchedulerPropertiesUpdate.ipAllowlist, "IPAllowlist", "csharp"); diff --git a/specification/durabletask/DurableTask.Management/tspconfig.yaml b/specification/durabletask/DurableTask.Management/tspconfig.yaml index a01798456e23..bb0605b883ad 100644 --- a/specification/durabletask/DurableTask.Management/tspconfig.yaml +++ b/specification/durabletask/DurableTask.Management/tspconfig.yaml @@ -30,12 +30,9 @@ options: generate-fakes: true head-as-boolean: true inject-spans: true - "@azure-tools/typespec-csharp": - emitter-output-dir: "{output-dir}/{service-dir}/{namespace}" - flavor: azure - clear-output-folder: true - model-namespace: false + "@azure-typespec/http-client-csharp-mgmt": namespace: "Azure.ResourceManager.DurableTask" + emitter-output-dir: "{output-dir}/{service-dir}/{namespace}" "@azure-tools/typespec-ts": flavor: azure experimental-extensible-enums: true