Skip to content

Commit 99c3a47

Browse files
ckairenjnlycklama
authored andcommitted
rename healthInsights (#25810)
1 parent 32f971d commit 99c3a47

File tree

20 files changed

+17
-17
lines changed

20 files changed

+17
-17
lines changed

specification/cognitiveservices/HealthInsights/healthinsights.oncophenotype/client.tsp renamed to specification/cognitiveservices/HealthInsights/HealthInsights.OncoPhenotype/client.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "./route.oncophenotype.tsp";
44
import "@typespec/rest";
55
import "@typespec/http";
66
import "@typespec/versioning";
7-
import "../healthinsights.openapi/service.tsp";
7+
import "../HealthInsights.OpenAPI/service.tsp";
88

99
using Azure.ClientGenerator.Core;
1010

specification/cognitiveservices/HealthInsights/healthinsights.oncophenotype/model.oncophenotype.tsp renamed to specification/cognitiveservices/HealthInsights/HealthInsights.OncoPhenotype/model.oncophenotype.tsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import "../healthinsights.common/model.common.request.tsp";
2-
import "../healthinsights.common/model.common.response.tsp";
3-
import "../healthinsights.common/model.common.shared.tsp";
1+
import "../HealthInsights.Common/model.common.request.tsp";
2+
import "../HealthInsights.Common/model.common.response.tsp";
3+
import "../HealthInsights.Common/model.common.shared.tsp";
44

55
using TypeSpec.Rest;
66

specification/cognitiveservices/HealthInsights/healthinsights.oncophenotype/route.oncophenotype.tsp renamed to specification/cognitiveservices/HealthInsights/HealthInsights.OncoPhenotype/route.oncophenotype.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import "@typespec/rest";
33
import "@typespec/http";
44

55
import "./model.oncophenotype.tsp";
6-
import "../healthinsights.common/primitives.tsp";
6+
import "../HealthInsights.Common/primitives.tsp";
77

88
using Azure.Core;
99
using TypeSpec.Rest;

0 commit comments

Comments
 (0)