Skip to content

Commit

Permalink
rename healthInsights
Browse files Browse the repository at this point in the history
  • Loading branch information
ckairen committed Sep 15, 2023
1 parent eeac7c8 commit 7601509
Show file tree
Hide file tree
Showing 20 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "./route.oncophenotype.tsp";
import "@typespec/rest";
import "@typespec/http";
import "@typespec/versioning";
import "../healthinsights.openapi/service.tsp";
import "../HealthInsights.OpenAPI/service.tsp";

using Azure.ClientGenerator.Core;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "../healthinsights.common/model.common.request.tsp";
import "../healthinsights.common/model.common.response.tsp";
import "../healthinsights.common/model.common.shared.tsp";
import "../HealthInsights.Common/model.common.request.tsp";
import "../HealthInsights.Common/model.common.response.tsp";
import "../HealthInsights.Common/model.common.shared.tsp";

using TypeSpec.Rest;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import "@typespec/rest";
import "@typespec/http";

import "./model.oncophenotype.tsp";
import "../healthinsights.common/primitives.tsp";
import "../HealthInsights.Common/primitives.tsp";

using Azure.Core;
using TypeSpec.Rest;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import "../HealthInsights.TrialMatcher/route.trialmatcher.tsp";
import "../HealthInsights.OncoPhenotype/route.oncophenotype.tsp";

import "@typespec/rest";
import "@typespec/http";
import "@typespec/versioning";
import "./service.tsp";
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "./route.trialmatcher.tsp";
import "@typespec/rest";
import "@typespec/http";
import "@typespec/versioning";
import "../healthinsights.openapi/service.tsp";
import "../HealthInsights.OpenAPI/service.tsp";

using Azure.ClientGenerator.Core;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "../healthinsights.common/model.common.request.tsp";
import "../healthinsights.common/model.common.response.tsp";
import "../healthinsights.common/model.common.shared.tsp";
import "../HealthInsights.Common/model.common.request.tsp";
import "../HealthInsights.Common/model.common.response.tsp";
import "../HealthInsights.Common/model.common.shared.tsp";

using TypeSpec.Rest;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import "@typespec/rest";
import "@typespec/http";

import "./model.trialmatcher.tsp";
import "../healthinsights.common/primitives.tsp";
import "../HealthInsights.Common/primitives.tsp";

using Azure.Core;
using TypeSpec.Rest;
Expand Down

This file was deleted.

0 comments on commit 7601509

Please sign in to comment.