diff --git a/specification/playwrighttesting/PlaywrightTesting.Management/client.tsp b/specification/playwrighttesting/PlaywrightTesting.Management/client.tsp index cfc0d0b53b2d..d66172dc3f79 100644 --- a/specification/playwrighttesting/PlaywrightTesting.Management/client.tsp +++ b/specification/playwrighttesting/PlaywrightTesting.Management/client.tsp @@ -5,10 +5,19 @@ import "@azure-tools/typespec-azure-resource-manager"; using Azure.ClientGenerator.Core; using Microsoft.AzurePlaywrightService; +@@clientNamespace(Microsoft.AzurePlaywrightService, + "com.azure.resourcemanager.playwrighttesting", + "java" +); + @@clientName(Microsoft.AzurePlaywrightService, "PlaywrightTestingMgmt", "python" ); +@@clientName(Microsoft.AzurePlaywrightService, + "PlaywrightTestingMgmtClient", + "java" +); @@clientName(Azure.ResourceManager.CommonTypes.CheckNameAvailabilityResponse, "PlaywrightTestingNameAvailabilityResult", diff --git a/specification/playwrighttesting/PlaywrightTesting.Management/tspconfig.yaml b/specification/playwrighttesting/PlaywrightTesting.Management/tspconfig.yaml index 70ea56495714..e48aa3ed79e7 100644 --- a/specification/playwrighttesting/PlaywrightTesting.Management/tspconfig.yaml +++ b/specification/playwrighttesting/PlaywrightTesting.Management/tspconfig.yaml @@ -48,3 +48,7 @@ options: clear-output-folder: true use-write-core: true namespace: "{package-dir}" + "@azure-tools/typespec-java": + package-dir: "azure-resourcemanager-playwrighttesting" + flavor: azure + service-name: Playwright Testing