Skip to content

Commit

Permalink
playwrighttesting, add tspconfig for java (#31879)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Dec 13, 2024
1 parent 751beca commit 2d06c67
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2d06c67

Please sign in to comment.