Skip to content

Commit

Permalink
Update client.tsp (#30858)
Browse files Browse the repository at this point in the history
  • Loading branch information
koen-mertens authored Oct 8, 2024
1 parent 012021c commit e048fbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ interface RadiologyInsightsClient {

@@clientName(AzureHealthInsights.DocumentAuthor,
"ClinicalDocumentAuthor",
"csharp"
"csharp, java"
);
@@clientName(AzureHealthInsights.DocumentType,
"ClinicalDocumentContentType",
"csharp"
"csharp, java"
);
@@clientName(AzureHealthInsights.DocumentContent,
"ClinicalDocumentContent",
"csharp"
"csharp, java"
);
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ options:
partial-update: true
emitter-output-dir: "{java-sdk-folder}/sdk/{service-directory-name}/azure-health-insights-radiologyinsights"
flavor: azure
api-version: 2024-04-01
polling:
inferRadiologyInsights:
final-type: com.azure.health.insights.radiologyinsights.models.RadiologyInsightsInferenceResult
Expand Down

0 comments on commit e048fbb

Please sign in to comment.