Skip to content

Commit 7d80b35

Browse files
authored
Karolgel/azure sdk for js (Azure#28818)
### Packages impacted by this PR health-insights-radiologyinsights ### Issues associated with this PR update links after presence in main ### Describe the problem that is addressed by this PR fix links ### 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)
1 parent 92a3d91 commit 7d80b35

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

sdk/healthinsights/health-insights-radiologyinsights-rest/README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@
77
**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**
88

99
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]
1811

1912
## Getting started
2013

@@ -39,10 +32,6 @@ npm install @azure-rest/health-insights-radiologyinsights
3932

4033
### Create and authenticate a `RadiologyInsightsClient`
4134

42-
|SDK version|Supported API version of service |
43-
|-------------|---------------|
44-
|1.0.0-beta.1 | 2024-01-19-preview|
45-
4635
To use an [Azure Active Directory (AAD) token credential][token_credential],
4736
provide an instance of the desired credential type obtained from the [Azure Identity library][azure_identity].
4837

@@ -267,7 +256,11 @@ For more detailed instructions on how to enable logs, you can look at the [@azur
267256
<!-- LINKS -->
268257
[health_insights]: https://learn.microsoft.com/azure/azure-health-insights/overview
269258
[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
271264
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity
272265
[identity]: https://www.npmjs.com/package/@azure/identity
273266
[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

sdk/healthinsights/health-insights-radiologyinsights-rest/api-extractor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dtsRollup": {
77
"enabled": true,
88
"untrimmedFilePath": "",
9-
"publicTrimmedFilePath": "./types/health-insights-radiologyinsights-rest.d.ts"
9+
"publicTrimmedFilePath": "./types/health-insights-radiologyinsights.d.ts"
1010
},
1111
"messages": {
1212
"tsdocMessageReporting": { "default": { "logLevel": "none" } },

sdk/healthinsights/health-insights-radiologyinsights-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"main": "dist/index.js",
1717
"module": "./dist-esm/src/index.js",
18-
"types": "./types/health-insights-radiologyinsights-rest.d.ts",
18+
"types": "./types/health-insights-radiologyinsights.d.ts",
1919
"repository": "github:Azure/azure-sdk-for-js",
2020
"bugs": {
2121
"url": "https://github.com/Azure/azure-sdk-for-js/issues"

0 commit comments

Comments
 (0)