Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attestation\README listing links as a list #15914

Merged
merged 6 commits into from
Jun 24, 2021
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion sdk/agrifood/agrifood-farming-rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Use FarmBeats client library for JavaScript to do the following.

**Please rely heavily on the [service's documentation][product_documentation] and our [REST client docs][rest_client] to use this library**

[Source code][source_code] | [Package (NPM)][npm] | [API reference documentation][ref_docs]| [Product documentation][product_documentation]
Key links:
- [Source code][source_code]
deyaaeldeen marked this conversation as resolved.
Show resolved Hide resolved
- [Package (NPM)][npm]
- [API reference documentation][ref_docs]
- [Product documentation][product_documentation]

## Getting started

Expand Down
12 changes: 7 additions & 5 deletions sdk/anomalydetector/ai-anomaly-detector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

[Azure AnomalyDetector](https://azure.microsoft.com/services/cognitive-services/anomaly-detector/) API enables you to monitor and detect abnormalities in your time series data with machine learning.

[Source code](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/anomalydetector/ai-anomaly-detector/) |
[Package (NPM)](https://www.npmjs.com/package/@azure/ai-anomaly-detector) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/ai-anomaly-detector) |
[Product documentation](https://docs.microsoft.com/azure/cognitive-services/anomaly-detector/) |
[Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/anomalydetector/ai-anomaly-detector/samples)
Key links:

- [Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/anomalydetector/ai-anomaly-detector/)
- [Package (NPM)](https://www.npmjs.com/package/@azure/ai-anomaly-detector)
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/ai-anomaly-detector)
- [Product documentation](https://docs.microsoft.com/azure/cognitive-services/anomaly-detector/)
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/anomalydetector/ai-anomaly-detector/samples)

## Key concepts

Expand Down
12 changes: 7 additions & 5 deletions sdk/appconfiguration/app-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ Use the client library for App Configuration to:
- Tag keys with labels
- Replay settings from any point in time

[Source code](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/appconfiguration/app-configuration/) |
[Package (NPM)](https://www.npmjs.com/package/@azure/app-configuration) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/app-configuration) |
[Product documentation](https://docs.microsoft.com/azure/azure-app-configuration/) |
[Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/app-configuration/samples)
Key links:

- [Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/appconfiguration/app-configuration/)
- [Package (NPM)](https://www.npmjs.com/package/@azure/app-configuration)
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/app-configuration)
- [Product documentation](https://docs.microsoft.com/azure/azure-app-configuration/)
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/app-configuration/samples)

## Getting started

Expand Down
6 changes: 5 additions & 1 deletion sdk/attestation/attestation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ For a more complete view of Azure libraries, see the [azure sdk typescript relea

> NOTE: This is a preview SDK for the Microsoft Azure Attestation service. It provides all the essential functionality to access the Azure Attestation service, it should be considered 'as-is" and is subject to changes in the future which may break compatibility with previous versions.

[Source code][source_code] | [Package (NPM)][Attestation_npm] | [API reference documentation][API_reference] | [Product documentation](https://docs.microsoft.com/azure/attestation/)
Key links:
- [Source code][source_code]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

deyaaeldeen marked this conversation as resolved.
Show resolved Hide resolved
- [Package (NPM)][Attestation_npm]
- [API reference documentation][API_reference]
- [Product documentation](https://docs.microsoft.com/azure/attestation/)

## Getting started

Expand Down