Skip to content

Commit

Permalink
add client.tsp for healthdataaiservice (#30035)
Browse files Browse the repository at this point in the history
* add client tsp

* new renames

* resolve comments

* add the missing s
  • Loading branch information
ArcturusZhang authored Aug 9, 2024
1 parent aec83a5 commit 0eb061f
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,21 @@ using Azure.ClientGenerator.Core;
"HealthDataAIServicesMgmt",
"python"
);

#suppress "@azure-tools/typespec-azure-core/casing-style" "Using the AI acronym similar to what was done for OpenAI"
namespace Microsoft.HealthDataAIServices {
@@access(Operations.list, Access.internal, "csharp");

@@clientName(PrivateEndpointConnectionResource,
"HealthDataAIServicesPrivateEndpointConnectionResource",
"csharp"
);
@@clientName(PublicNetworkAccess,
"HealthDataAIServicesPublicNetworkAccess",
"csharp"
);
@@clientName(ProvisioningState,
"HealthDataAIServicesProvisioningState",
"csharp"
);
}

0 comments on commit 0eb061f

Please sign in to comment.