@azure-rest/health-insights-radiologyinsights 1.0.0-alpha.20240306.4 → 1.0.0-alpha.20240329.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -13
- package/package.json +3 -3
- package/types/health-insights-radiologyinsights.d.ts +1858 -0
package/README.md
CHANGED
|
@@ -7,14 +7,7 @@
|
|
|
7
7
|
**Please rely heavily on our [REST client docs](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/rest-clients.md) to use this library**
|
|
8
8
|
|
|
9
9
|
Key links:
|
|
10
|
-
|
|
11
|
-
Key links:
|
|
12
|
-
|
|
13
|
-
- [Source code]
|
|
14
|
-
- [Package (NPM)]
|
|
15
|
-
- [API reference documentation]
|
|
16
|
-
- [Product Information](https://docs.microsoft.com/rest/api/maps/route)
|
|
17
|
-
- [Samples]
|
|
10
|
+
[Source code] | [Package (NPM)] | [API reference documentation] | [Product Information] | [Samples]
|
|
18
11
|
|
|
19
12
|
## Getting started
|
|
20
13
|
|
|
@@ -39,10 +32,6 @@ npm install @azure-rest/health-insights-radiologyinsights
|
|
|
39
32
|
|
|
40
33
|
### Create and authenticate a `RadiologyInsightsClient`
|
|
41
34
|
|
|
42
|
-
|SDK version|Supported API version of service |
|
|
43
|
-
|-------------|---------------|
|
|
44
|
-
|1.0.0-beta.1 | 2024-01-19-preview|
|
|
45
|
-
|
|
46
35
|
To use an [Azure Active Directory (AAD) token credential][token_credential],
|
|
47
36
|
provide an instance of the desired credential type obtained from the [Azure Identity library][azure_identity].
|
|
48
37
|
|
|
@@ -267,7 +256,11 @@ For more detailed instructions on how to enable logs, you can look at the [@azur
|
|
|
267
256
|
<!-- LINKS -->
|
|
268
257
|
[health_insights]: https://learn.microsoft.com/azure/azure-health-insights/overview
|
|
269
258
|
[radiology_insights_docs]: https://learn.microsoft.com/azure/azure-health-insights/radiology-insights/
|
|
270
|
-
|
|
259
|
+
[Source code]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-radiologyinsights-rest
|
|
260
|
+
[Package (NPM)]: https://www.npmjs.com/package/@azure-rest/health-insights-radiologyinsights
|
|
261
|
+
[API reference documentation]: https://learn.microsoft.com/rest/api/cognitiveservices/healthinsights/operation-groups?view=rest-cognitiveservices-healthinsights-2023-03-01-preview
|
|
262
|
+
[Product Information]: https://learn.microsoft.com/azure/azure-health-insights/radiology-insights/overview
|
|
263
|
+
[Samples]:https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-radiologyinsights-rest/samples/v1-beta
|
|
271
264
|
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity
|
|
272
265
|
[identity]: https://www.npmjs.com/package/@azure/identity
|
|
273
266
|
[token_credential]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/health-insights-radiologyinsights",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.0-alpha.
|
|
5
|
+
"version": "1.0.0-alpha.20240329.1",
|
|
6
6
|
"description": "A generated SDK for Health Insights Radiology Insights Rest",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"main": "dist/index.js",
|
|
17
17
|
"module": "./dist-esm/src/index.js",
|
|
18
|
-
"types": "./types/health-insights-radiologyinsights
|
|
18
|
+
"types": "./types/health-insights-radiologyinsights.d.ts",
|
|
19
19
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
20
20
|
"bugs": {
|
|
21
21
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"karma-source-map-support": "~1.4.0",
|
|
100
100
|
"karma-sourcemap-loader": "^0.4.0",
|
|
101
101
|
"karma": "^6.2.0",
|
|
102
|
-
"c8": "^
|
|
102
|
+
"c8": "^9.1.0",
|
|
103
103
|
"ts-node": "^10.0.0"
|
|
104
104
|
},
|
|
105
105
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-radiologyinsights-rest/README.md",
|