Skip to content

Commit

Permalink
[CognitiveServices - HealthInsights] SDK for JS (#26268)
Browse files Browse the repository at this point in the history
### 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 #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>
  • Loading branch information
3 people authored and dgetu committed Sep 6, 2023
1 parent b7b1567 commit 5a7a4ba
Show file tree
Hide file tree
Showing 79 changed files with 6,635 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@
"USUK",
"Vertica",
"westus",
"Xiaomi"
"Xiaomi",
"Onco",
"oncophenotype"
],
"allowCompoundWords": true,
"overrides": [
Expand Down
86 changes: 86 additions & 0 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -1405,6 +1405,16 @@
"projectFolder": "sdk/healthbot/arm-healthbot",
"versionPolicyName": "management"
},
{
"packageName": "@azure-rest/health-insights-cancerprofiling",
"projectFolder": "sdk/healthinsights/health-insights-cancerprofiling-rest",
"versionPolicyName": "client"
},
{
"packageName": "@azure-rest/health-insights-clinicalmatching",
"projectFolder": "sdk/healthinsights/health-insights-clinicalmatching-rest",
"versionPolicyName": "client"
},
{
"packageName": "@azure/arm-deploymentmanager",
"projectFolder": "sdk/deploymentmanager/arm-deploymentmanager",
Expand Down
33 changes: 33 additions & 0 deletions sdk/healthinsights/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.

trigger:
branches:
include:
- main
- release/*
- hotfix/*
paths:
include:
- sdk/healthinsights/

pr:
branches:
include:
- main
- feature/*
- release/*
- hotfix/*
exclude:
- feature/v4
paths:
include:
- sdk/healthinsights/
extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: healthinsights
Artifacts:
- name: azure-rest-health-insights-cancerprofiling
safeName: azureresthealthinsightscancerprofiling
- name: azure-rest-health-insights-clinicalmatching
safeName: azureresthealthinsightsclinicalmatching
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"plugins": ["@azure/azure-sdk"],
"extends": ["plugin:@azure/azure-sdk/azure-sdk-base"],
"rules": {
"@azure/azure-sdk/ts-modules-only-named": "warn",
"@azure/azure-sdk/ts-apiextractor-json-types": "warn",
"@azure/azure-sdk/ts-package-json-types": "warn",
"@azure/azure-sdk/ts-package-json-engine-is-present": "warn",
"tsdoc/syntax": "warn"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release History

## 1.0.0-beta.1 (Unreleased)

- First release of package, see README.md for details.
Loading

0 comments on commit 5a7a4ba

Please sign in to comment.