Skip to content

Commit

Permalink
java, mgmt, connectedcache, tspconfig (#31626)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Nov 21, 2024
1 parent fc215e4 commit 48777d9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ import "@azure-tools/typespec-client-generator-core";
using Azure.ClientGenerator.Core;

@@clientName(Microsoft.ConnectedCache, "ConnectedCacheMgmt", "python");
@@clientName(Microsoft.ConnectedCache,
"ConnectedCacheManagementClient",
"java"
);
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ options:
head-as-boolean: true
inject-spans: true
remove-unreferenced-types: true
"@azure-tools/typespec-java":
package-dir: "azure-resourcemanager-connectedcache"
flavor: "azure"
namespace: "com.azure.resourcemanager.connectedcache"
service-name: "Connected Cache"
linter:
extends:
- "@azure-tools/typespec-azure-rulesets/resource-manager"
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ options:
flavor: "azure"
namespace: "com.azure.resourcemanager.standbypool"
service-name: "Standby Pool"
examples-directory: "{project-root}/examples"
"@azure-tools/typespec-csharp":
package-dir: "Azure.ResourceManager.StandbyPool"
flavor: azure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ options:
flavor: "azure"
namespace: "com.azure.resourcemanager.terraform"
service-name: "Azure Terraform"
examples-directory: "{project-root}/examples"
"@azure-tools/typespec-python":
package-dir: "azure-mgmt-terraform"
package-name: "{package-dir}"
Expand Down

0 comments on commit 48777d9

Please sign in to comment.