Skip to content

Commit d8560f0

Browse files
reutgrossasaflevi-msMaryGao
authored
[CognitiveServices - HealthInsights] SDK for JS (Azure#26268)
### Packages impacted by this PR Health Insights CancerProfilingRest and ClinicalMatchingRest (new packages). ### Issues associated with this PR [[Cognitive Services - Health Decision Support] REST API Review · Issue #5731 · Azure/azure-rest-api-specs-pr (github.com)](Azure/azure-rest-api-specs-pr#5731) ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Provide a list of related PRs _(if any)_ [[Cognitive Services - Health Insights] CADL revision for public preview by asaflevi-ms · Pull Request Azure#22990 · Azure/azure-rest-api-specs (github.com)](Azure/azure-rest-api-specs#22990) --------- Co-authored-by: Asaf Levi <asaflevi@microsoft.com> Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
1 parent 5b5b717 commit d8560f0

File tree

79 files changed

+6635
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+6635
-1
lines changed

.vscode/cspell.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@
142142
"USUK",
143143
"Vertica",
144144
"westus",
145-
"Xiaomi"
145+
"Xiaomi",
146+
"Onco",
147+
"oncophenotype"
146148
],
147149
"allowCompoundWords": true,
148150
"overrides": [

common/config/rush/pnpm-lock.yaml

Lines changed: 86 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rush.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,16 @@
14051405
"projectFolder": "sdk/healthbot/arm-healthbot",
14061406
"versionPolicyName": "management"
14071407
},
1408+
{
1409+
"packageName": "@azure-rest/health-insights-cancerprofiling",
1410+
"projectFolder": "sdk/healthinsights/health-insights-cancerprofiling-rest",
1411+
"versionPolicyName": "client"
1412+
},
1413+
{
1414+
"packageName": "@azure-rest/health-insights-clinicalmatching",
1415+
"projectFolder": "sdk/healthinsights/health-insights-clinicalmatching-rest",
1416+
"versionPolicyName": "client"
1417+
},
14081418
{
14091419
"packageName": "@azure/arm-deploymentmanager",
14101420
"projectFolder": "sdk/deploymentmanager/arm-deploymentmanager",

sdk/healthinsights/ci.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
2+
3+
trigger:
4+
branches:
5+
include:
6+
- main
7+
- release/*
8+
- hotfix/*
9+
paths:
10+
include:
11+
- sdk/healthinsights/
12+
13+
pr:
14+
branches:
15+
include:
16+
- main
17+
- feature/*
18+
- release/*
19+
- hotfix/*
20+
exclude:
21+
- feature/v4
22+
paths:
23+
include:
24+
- sdk/healthinsights/
25+
extends:
26+
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
27+
parameters:
28+
ServiceDirectory: healthinsights
29+
Artifacts:
30+
- name: azure-rest-health-insights-cancerprofiling
31+
safeName: azureresthealthinsightscancerprofiling
32+
- name: azure-rest-health-insights-clinicalmatching
33+
safeName: azureresthealthinsightsclinicalmatching
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"plugins": ["@azure/azure-sdk"],
3+
"extends": ["plugin:@azure/azure-sdk/azure-sdk-base"],
4+
"rules": {
5+
"@azure/azure-sdk/ts-modules-only-named": "warn",
6+
"@azure/azure-sdk/ts-apiextractor-json-types": "warn",
7+
"@azure/azure-sdk/ts-package-json-types": "warn",
8+
"@azure/azure-sdk/ts-package-json-engine-is-present": "warn",
9+
"tsdoc/syntax": "warn"
10+
}
11+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Release History
2+
3+
## 1.0.0-beta.1 (Unreleased)
4+
5+
- First release of package, see README.md for details.

0 commit comments

Comments
 (0)