Skip to content

Commit 537c0a4

Browse files
author
SDKAuto
committed
CodeGen from PR 30858 in Azure/azure-rest-api-specs
Merge cc8f331eca29414a5ae28bacfaad4949b1e8b36b into 012021c
1 parent a70001f commit 537c0a4

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/api/Azure.Health.Insights.RadiologyInsights.netstandard2.0.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,10 +958,11 @@ public RadiologyInsightsClient(System.Uri endpoint, Azure.Core.TokenCredential c
958958
}
959959
public partial class RadiologyInsightsClientOptions : Azure.Core.ClientOptions
960960
{
961-
public RadiologyInsightsClientOptions(Azure.Health.Insights.RadiologyInsights.RadiologyInsightsClientOptions.ServiceVersion version = Azure.Health.Insights.RadiologyInsights.RadiologyInsightsClientOptions.ServiceVersion.V2024_04_01) { }
961+
public RadiologyInsightsClientOptions(Azure.Health.Insights.RadiologyInsights.RadiologyInsightsClientOptions.ServiceVersion version = Azure.Health.Insights.RadiologyInsights.RadiologyInsightsClientOptions.ServiceVersion.V2024_08_01_Preview) { }
962962
public enum ServiceVersion
963963
{
964964
V2024_04_01 = 1,
965+
V2024_08_01_Preview = 2,
965966
}
966967
}
967968
public partial class RadiologyInsightsData : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsData>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsData>

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/FhirR4Extension.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/RadiologyInsightsClientOptions.cs

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
directory: specification/ai/HealthInsights/HealthInsights.RadiologyInsights
2-
additionalDirectories:
3-
- specification/ai/HealthInsights/HealthInsights.OpenAPI
4-
- specification/ai/HealthInsights/HealthInsights.Common
5-
commit: db63bea839f5648462c94e685d5cc96f8e8b38ba
2+
commit: 75b5f0ba0ad50ec7fec29b9d552fa5fbe4a969a4
63
repo: Azure/azure-rest-api-specs
7-
cleanup: false
4+
additionalDirectories:
5+
- specification/ai/HealthInsights/HealthInsights.Common
6+
- specification/ai/HealthInsights/HealthInsights.OpenAPI

0 commit comments

Comments
 (0)