Skip to content

Commit

Permalink
SDK implementation for Radiology Insights (in public preview) (#28577)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR


### Issues associated with this PR


### 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?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)

---------

Co-authored-by: Asaf Levi <[email protected]>
Co-authored-by: KarolGel <[email protected]>
Co-authored-by: tomsft <[email protected]>
Co-authored-by: Karolien Gellynck <[email protected]>
Co-authored-by: Tom Deray <[email protected]>
  • Loading branch information
6 people authored Mar 6, 2024
1 parent 2256ce3 commit e49cb8a
Show file tree
Hide file tree
Showing 39 changed files with 4,915 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@
# AzureSdkOwners: @deyaaeldeen @jeremymeng
/sdk/eventhub/ @deyaaeldeen @jeremymeng @HarshaNalluru

# ServiceLabel: %Cognitive - Health Insights
# PRLabel: %Cognitive - Health Insights
/sdk/healthinsights/ @tomsft @koen-mertens

# PRLabel: %Azure.Identity
# ServiceLabel: %Azure.Identity
# AzureSdkOwners: @KarishmaGhiya @maorleger
Expand Down
17 changes: 14 additions & 3 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@
"CONTOSO",
"deps",
"deserialization",
"deserializers",
"devboxes",
"devcenter",
"devdeps",
"dicom",
"dotenv",
"DTDL",
"dtmi",
Expand Down Expand Up @@ -89,6 +91,7 @@
"lcov",
"lcovonly",
"Localizable",
"loinc",
"Lucene",
"Mibps",
"mkdir",
Expand All @@ -102,6 +105,8 @@
"npmjs",
"ODATA",
"Odbc",
"Onco",
"oncophenotype",
"openai",
"perfstress",
"personalizer",
Expand Down Expand Up @@ -148,9 +153,7 @@
"USUK",
"Vertica",
"westus",
"Xiaomi",
"Onco",
"oncophenotype"
"Xiaomi"
],
"allowCompoundWords": true,
"overrides": [
Expand Down Expand Up @@ -464,6 +467,14 @@
"presentationml"
]
},
{
"filename": "sdk/healthinsights/azure-healthinsights-radiologyinsights/**",
"words": [
"ctxt",
"mros",
"nify"
]
},
{
"filename": "sdk/notificationhubs/notification-hubs/review/notification-hubs.api.md",
"words": [
Expand Down
47 changes: 47 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.

5 changes: 5 additions & 0 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,11 @@
"projectFolder": "sdk/healthinsights/health-insights-clinicalmatching-rest",
"versionPolicyName": "client"
},
{
"packageName": "@azure-rest/health-insights-radiologyinsights",
"projectFolder": "sdk/healthinsights/health-insights-radiologyinsights-rest",
"versionPolicyName": "client"
},
{
"packageName": "@azure/arm-deploymentmanager",
"projectFolder": "sdk/deploymentmanager/arm-deploymentmanager",
Expand Down
2 changes: 2 additions & 0 deletions sdk/healthinsights/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ extends:
safeName: azureresthealthinsightscancerprofiling
- name: azure-rest-health-insights-clinicalmatching
safeName: azureresthealthinsightsclinicalmatching
- name: azure-rest-health-insights-radiologyinsights
safeName: azureresthealthinsightsradiologyinsights
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 (2024-03-05)

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

0 comments on commit e49cb8a

Please sign in to comment.