diff --git a/sdk/appconfiguration/azure-appconfiguration/README.md b/sdk/appconfiguration/azure-appconfiguration/README.md index 59f2da5b4761..cd126f431d26 100644 --- a/sdk/appconfiguration/azure-appconfiguration/README.md +++ b/sdk/appconfiguration/azure-appconfiguration/README.md @@ -6,7 +6,11 @@ Modern programs, especially programs running in a cloud, generally have many com Use the client library for App Configuration to create and manage application configuration settings. -[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/appconfiguration/azure-appconfiguration) | [Package (Pypi)][package] | [API reference documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/appconfiguration/azure-appconfiguration) | [Product documentation][appconfig_docs] +[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/appconfiguration/azure-appconfiguration) +| [Package (Pypi)][package] +| [Package (Conda)](https://anaconda.org/microsoft/azure-appconfiguration/) +| [API reference documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/appconfiguration/azure-appconfiguration) +| [Product documentation][appconfig_docs] ## _Disclaimer_ diff --git a/sdk/attestation/azure-security-attestation/README.md b/sdk/attestation/azure-security-attestation/README.md index 1b9512733736..c9afe097ac4a 100644 --- a/sdk/attestation/azure-security-attestation/README.md +++ b/sdk/attestation/azure-security-attestation/README.md @@ -12,7 +12,11 @@ This package has been tested with Python 3.6+. For a more complete view of Azure libraries, see the [Azure SDK for Python release page](https://aka.ms/azsdk/python/all). -[Source code][source_code] | [Package (PyPI)][Attestation_pypi] | [API reference documentation][API_reference] | [Product documentation](https://docs.microsoft.com/azure/attestation/) +[Source code][source_code] +| [Package (PyPI)][Attestation_pypi] +| [Package (Conda)](https://anaconda.org/microsoft/azure-security-attestation/) +| [API reference documentation][API_reference] +| [Product documentation](https://docs.microsoft.com/azure/attestation/) ## Getting started diff --git a/sdk/cognitivelanguage/azure-ai-language-conversations/README.md b/sdk/cognitivelanguage/azure-ai-language-conversations/README.md index 4713479dd6a4..82f8eeecc9e6 100644 --- a/sdk/cognitivelanguage/azure-ai-language-conversations/README.md +++ b/sdk/cognitivelanguage/azure-ai-language-conversations/README.md @@ -8,7 +8,14 @@ Conversational Language Understanding - aka **CLU** for short - is a cloud-based - Conversational PII: Used to extract and redact personally-identifiable information (PII) - Conversational Sentiment Analysis: Used to analyze the sentiment of conversations -[Source code][conversationallanguage_client_src] | [Package (PyPI)][conversationallanguage_pypi_package] | [API reference documentation][api_reference_documentation] | [Samples][conversationallanguage_samples] | [Product documentation][conversationallanguage_docs] | [Analysis REST API documentation][conversationanalysis_restdocs] | [Authoring REST API documentation][conversationanalysis_restdocs_authoring] +[Source code][conversationallanguage_client_src] +| [Package (PyPI)][conversationallanguage_pypi_package] +| [Package (Conda)](https://anaconda.org/microsoft/azure-ai-language-conversations/) +| [API reference documentation][api_reference_documentation] +| [Samples][conversationallanguage_samples] +| [Product documentation][conversationallanguage_docs] +| [Analysis REST API documentation][conversationanalysis_restdocs] +| [Authoring REST API documentation][conversationanalysis_restdocs_authoring] ## Getting started diff --git a/sdk/cognitivelanguage/azure-ai-language-questionanswering/README.md b/sdk/cognitivelanguage/azure-ai-language-questionanswering/README.md index fd684a22aeec..092f33e18c6e 100644 --- a/sdk/cognitivelanguage/azure-ai-language-questionanswering/README.md +++ b/sdk/cognitivelanguage/azure-ai-language-questionanswering/README.md @@ -2,7 +2,14 @@ Question Answering is a cloud-based API service that lets you create a conversational question-and-answer layer over your existing data. Use it to build a knowledge base by extracting questions and answers from your semi-structured content, including FAQ, manuals, and documents. Answer users’ questions with the best answers from the QnAs in your knowledge base—automatically. Your knowledge base gets smarter, too, as it continually learns from users' behavior. -[Source code][questionanswering_client_src] | [Package (PyPI)][questionanswering_pypi_package] | [API reference documentation][questionanswering_refdocs] | [Product documentation][questionanswering_docs] | [Samples][questionanswering_samples] | [Analysis REST API documentation][questionanswering_rest_docs] | [Authoring REST API documentation][questionanswering_rest_docs_authoring] +[Source code][questionanswering_client_src] +| [Package (PyPI)][questionanswering_pypi_package] +| [Package (Conda)](https://anaconda.org/microsoft/azure-ai-language-questionanswering/) +| [API reference documentation][questionanswering_refdocs] +| [Product documentation][questionanswering_docs] +| [Samples][questionanswering_samples] +| [Analysis REST API documentation][questionanswering_rest_docs] +| [Authoring REST API documentation][questionanswering_rest_docs_authoring] ## _Disclaimer_ diff --git a/sdk/communication/azure-communication-chat/README.md b/sdk/communication/azure-communication-chat/README.md index 3912c800bb45..8d94f22ac6dd 100644 --- a/sdk/communication/azure-communication-chat/README.md +++ b/sdk/communication/azure-communication-chat/README.md @@ -3,7 +3,11 @@ This package contains a Python SDK for Azure Communication Services for Chat. Read more about Azure Communication Services [here](https://docs.microsoft.com/azure/communication-services/overview) -[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/communication/azure-communication-chat) | [Package (Pypi)](https://pypi.org/project/azure-communication-chat/) | [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-communication-chat/1.0.0b5/index.html) | [Product documentation](https://docs.microsoft.com/azure/communication-services/) +[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/communication/azure-communication-chat) +| [Package (Pypi)](https://pypi.org/project/azure-communication-chat/) +| [Package (Conda)](https://anaconda.org/microsoft/azure-communication/) +| [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-communication-chat/1.0.0b5/index.html) +| [Product documentation](https://docs.microsoft.com/azure/communication-services/) ## _Disclaimer_ diff --git a/sdk/communication/azure-communication-identity/README.md b/sdk/communication/azure-communication-identity/README.md index 6a79a6afbe0b..790e0798fca0 100644 --- a/sdk/communication/azure-communication-identity/README.md +++ b/sdk/communication/azure-communication-identity/README.md @@ -2,7 +2,11 @@ Azure Communication Identity client package is intended to be used to setup the basics for opening a way to use Azure Communication Service offerings. This package helps to create identity user tokens to be used by other client packages such as chat, calling, sms. -[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-identity) | [Package (Pypi)](https://pypi.org/project/azure-communication-identity/) | [API reference documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-identity) | [Product documentation](https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-python) +[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-identity) +| [Package (Pypi)](https://pypi.org/project/azure-communication-identity/) +| [Package (Conda)](https://anaconda.org/microsoft/azure-communication/) +| [API reference documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-identity) +| [Product documentation](https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-python) ## _Disclaimer_ diff --git a/sdk/communication/azure-communication-sms/README.md b/sdk/communication/azure-communication-sms/README.md index 977e0640921f..e677308013d3 100644 --- a/sdk/communication/azure-communication-sms/README.md +++ b/sdk/communication/azure-communication-sms/README.md @@ -3,7 +3,11 @@ This package contains a Python SDK for Azure Communication Services for SMS. Read more about Azure Communication Services [here](https://docs.microsoft.com/azure/communication-services/overview) -[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-sms) | [Package (Pypi)](https://pypi.org/project/azure-communication-sms/) | [API reference documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-sms) | [Product documentation](https://docs.microsoft.com/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-python) +[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-sms) +| [Package (Pypi)](https://pypi.org/project/azure-communication-sms/) +| [Package (Conda)](https://anaconda.org/microsoft/azure-communication/) +| [API reference documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-sms) +| [Product documentation](https://docs.microsoft.com/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-python) ## _Disclaimer_ diff --git a/sdk/confidentialledger/azure-confidentialledger/README.md b/sdk/confidentialledger/azure-confidentialledger/README.md index 956c87d9c9ea..a81efabd09e0 100644 --- a/sdk/confidentialledger/azure-confidentialledger/README.md +++ b/sdk/confidentialledger/azure-confidentialledger/README.md @@ -2,7 +2,11 @@ Azure Confidential Ledger provides a service for logging to an immutable, tamper-proof ledger. As part of the [Azure Confidential Computing][azure_confidential_computing] portfolio, Azure Confidential Ledger runs in secure, hardware-based trusted execution environments, also known as enclaves. It is built on Microsoft Research's [Confidential Consortium Framework][ccf]. -[Source code][confidential_ledger_client_src] | [Package (PyPI)][pypi_package_confidential_ledger] | [API reference documentation][reference_docs] | [Product documentation][confidential_ledger_docs] +[Source code][confidential_ledger_client_src] +| [Package (PyPI)][pypi_package_confidential_ledger] +| [Package (Conda)](https://anaconda.org/microsoft/azure-confidentialledger/) +| [API reference documentation][reference_docs] +| [Product documentation][confidential_ledger_docs] ## Getting started ### Install packages diff --git a/sdk/containerregistry/azure-containerregistry/README.md b/sdk/containerregistry/azure-containerregistry/README.md index d2f633c55452..7a8589605dc6 100644 --- a/sdk/containerregistry/azure-containerregistry/README.md +++ b/sdk/containerregistry/azure-containerregistry/README.md @@ -9,7 +9,12 @@ Use the client library for Azure Container Registry to: - Set read/write/delete properties on registry items - Delete images and artifacts, repositories and tags -[Source code][source] | [Package (Pypi)][package] | [API reference documentation][docs] | [REST API documentation][rest_docs] | [Product documentation][product_docs] +[Source code][source] +| [Package (Pypi)][package] +| [Package (Conda)](https://anaconda.org/microsoft/azure-containerregistry/) +| [API reference documentation][docs] +| [REST API documentation][rest_docs] +| [Product documentation][product_docs] ## _Disclaimer_ diff --git a/sdk/core/azure-core/README.md b/sdk/core/azure-core/README.md index 828c45f0ac8a..c9f4bd32715f 100644 --- a/sdk/core/azure-core/README.md +++ b/sdk/core/azure-core/README.md @@ -6,7 +6,10 @@ These libraries follow the [Azure SDK Design Guidelines for Python](https://azur If you are a client library developer, please reference [client library developer reference](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md) for more information. -[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/) | [Package (Pypi)][package] | [API reference documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/) +[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/) +| [Package (Pypi)][package] +| [Package (Conda)](https://anaconda.org/microsoft/azure-core/) +| [API reference documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/) ## _Disclaimer_ diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md index 30cba2249de5..d41b8c9cb210 100644 --- a/sdk/cosmos/azure-cosmos/README.md +++ b/sdk/cosmos/azure-cosmos/README.md @@ -12,7 +12,12 @@ Use the Azure Cosmos DB SQL API SDK for Python to manage databases and the JSON * Create, read, update, and delete the **items** (JSON documents) in your containers * Query the documents in your database using **SQL-like syntax** -[SDK source code][source_code] | [Package (PyPI)][cosmos_pypi] | [API reference documentation][ref_cosmos_sdk] | [Product documentation][cosmos_docs] | [Samples][cosmos_samples] +[SDK source code][source_code] +| [Package (PyPI)][cosmos_pypi] +| [Package (Conda)](https://anaconda.org/microsoft/azure-cosmos/) +| [API reference documentation][ref_cosmos_sdk] +| [Product documentation][cosmos_docs] +| [Samples][cosmos_samples] > This SDK is used for the [SQL API](https://docs.microsoft.com/azure/cosmos-db/sql-query-getting-started). For all other APIs, please check the [Azure Cosmos DB documentation](https://docs.microsoft.com/azure/cosmos-db/introduction) to evaluate the best SDK for your project. diff --git a/sdk/deviceupdate/azure-iot-deviceupdate/README.md b/sdk/deviceupdate/azure-iot-deviceupdate/README.md index 503da2e81e71..ea9b4755a883 100644 --- a/sdk/deviceupdate/azure-iot-deviceupdate/README.md +++ b/sdk/deviceupdate/azure-iot-deviceupdate/README.md @@ -2,7 +2,10 @@ The library provides access to the Device Update for IoT Hub service that enables customers to publish updates for their IoT devices to the cloud, and then deploy these updates to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). -[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/deviceupdate/azure-iot-deviceupdate) | [Package (PyPI)](https://aka.ms/azsdk/python/deviceupdate-pypi) | [Product documentation](https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update) +[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/deviceupdate/azure-iot-deviceupdate) +| [Package (PyPI)](https://aka.ms/azsdk/python/deviceupdate-pypi) +| [Package (Conda)](https://anaconda.org/microsoft/azure-iot-deviceupdate) +| [Product documentation](https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update) ## _Disclaimer_ diff --git a/sdk/eventgrid/azure-eventgrid/README.md b/sdk/eventgrid/azure-eventgrid/README.md index caa3536058af..2ee0c5ae68fa 100644 --- a/sdk/eventgrid/azure-eventgrid/README.md +++ b/sdk/eventgrid/azure-eventgrid/README.md @@ -2,7 +2,13 @@ Azure Event Grid is a fully-managed intelligent event routing service that allows for uniform event consumption using a publish-subscribe model. -[Source code][python-eg-src] | [Package (PyPI)][python-eg-pypi] | [API reference documentation][python-eg-ref-docs] | [Product documentation][python-eg-product-docs] | [Samples][python-eg-samples] | [Changelog][python-eg-changelog] +[Source code][python-eg-src] +| [Package (PyPI)][python-eg-pypi] +| [Package (Conda)](https://anaconda.org/microsoft/azure-eventgrid/) +| [API reference documentation][python-eg-ref-docs] +| [Product documentation][python-eg-product-docs] +| [Samples][python-eg-samples] +| [Changelog][python-eg-changelog] ## _Disclaimer_ diff --git a/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/README.md b/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/README.md index ad187db83fd3..eefab27bc5e6 100644 --- a/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/README.md +++ b/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/README.md @@ -5,7 +5,12 @@ This Checkpoint Store package works as a plug-in package to `EventHubConsumerCli Please note that this is an async library, for sync version of the Azure EventHubs Checkpoint Store client library, please refer to [azure-eventhub-checkpointstoreblob](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/eventhub/azure-eventhub-checkpointstoreblob). -[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/) | [Package (PyPi)](https://pypi.org/project/azure-eventhub-checkpointstoreblob-aio/) | [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.aio.html#azure.eventhub.aio.CheckpointStore) | [Azure Eventhubs documentation](https://docs.microsoft.com/azure/event-hubs/) | [Azure Storage documentation](https://docs.microsoft.com/azure/storage/) +[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/) +| [Package (PyPi)](https://pypi.org/project/azure-eventhub-checkpointstoreblob-aio/) +| [Package (Conda)](https://anaconda.org/microsoft/azure-eventhub/) +| [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.aio.html#azure.eventhub.aio.CheckpointStore) +| [Azure Eventhubs documentation](https://docs.microsoft.com/azure/event-hubs/) +| [Azure Storage documentation](https://docs.microsoft.com/azure/storage/) ## _Disclaimer_ diff --git a/sdk/eventhub/azure-eventhub-checkpointstoreblob/README.md b/sdk/eventhub/azure-eventhub-checkpointstoreblob/README.md index f0121c5a42cc..6267f4a92208 100644 --- a/sdk/eventhub/azure-eventhub-checkpointstoreblob/README.md +++ b/sdk/eventhub/azure-eventhub-checkpointstoreblob/README.md @@ -5,7 +5,12 @@ This Checkpoint Store package works as a plug-in package to `EventHubConsumerCli Please note that this is a sync library, for async version of the Azure EventHubs Checkpoint Store client library, please refer to [azure-eventhub-checkpointstoreblob-aio](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio). -[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/eventhub/azure-eventhub-checkpointstoreblob/) | [Package (PyPi)](https://pypi.org/project/azure-eventhub-checkpointstoreblob) | [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.html#azure.eventhub.CheckpointStore) | [Azure Eventhubs documentation](https://docs.microsoft.com/azure/event-hubs/) | [Azure Storage documentation](https://docs.microsoft.com/azure/storage/) +[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/eventhub/azure-eventhub-checkpointstoreblob/) +| [Package (PyPi)](https://pypi.org/project/azure-eventhub-checkpointstoreblob) +| [Package (Conda)](https://anaconda.org/microsoft/azure-eventhub/) +| [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventhub/latest/azure.eventhub.html#azure.eventhub.CheckpointStore) +| [Azure Eventhubs documentation](https://docs.microsoft.com/azure/event-hubs/) +| [Azure Storage documentation](https://docs.microsoft.com/azure/storage/) ## _Disclaimer_ diff --git a/sdk/eventhub/azure-eventhub/README.md b/sdk/eventhub/azure-eventhub/README.md index 2e2753df8e62..8830bce29e84 100644 --- a/sdk/eventhub/azure-eventhub/README.md +++ b/sdk/eventhub/azure-eventhub/README.md @@ -13,7 +13,12 @@ The Azure Event Hubs client library allows for publishing and consuming of Azure - Observe interesting operations and interactions happening within your business or other ecosystem, allowing loosely coupled systems to interact without the need to bind them together. - Receive events from one or more publishers, transform them to better meet the needs of your ecosystem, then publish the transformed events to a new stream for consumers to observe. -[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/eventhub/azure-eventhub/) | [Package (PyPi)](https://pypi.org/project/azure-eventhub/) | [API reference documentation][api_reference] | [Product documentation](https://docs.microsoft.com/azure/event-hubs/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub/samples) +[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/eventhub/azure-eventhub/) +| [Package (PyPi)](https://pypi.org/project/azure-eventhub/) +| [Package (Conda)](https://anaconda.org/microsoft/azure-eventhub/) +| [API reference documentation][api_reference] +| [Product documentation](https://docs.microsoft.com/azure/event-hubs/) +| [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub/samples) ## _Disclaimer_ diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/README.md b/sdk/formrecognizer/azure-ai-formrecognizer/README.md index 191db22389d5..b9743044a988 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/README.md +++ b/sdk/formrecognizer/azure-ai-formrecognizer/README.md @@ -8,7 +8,12 @@ Azure Form Recognizer is a cloud service that uses machine learning to analyze t - Prebuilt - Extract common field values from select document types (ex. receipts, invoices, business cards, ID documents, U.S. W-2 tax documents, among others) using prebuilt models. - Custom - Build custom models from your own data to extract tailored field values in addition to general layout from documents. -[Source code][python-fr-src] | [Package (PyPI)][python-fr-pypi] | [API reference documentation][python-fr-ref-docs] | [Product documentation][python-fr-product-docs] | [Samples][python-fr-samples] +[Source code][python-fr-src] +| [Package (PyPI)][python-fr-pypi] +| [Package (Conda)](https://anaconda.org/microsoft/azure-ai-formrecognizer/) +| [API reference documentation][python-fr-ref-docs] +| [Product documentation][python-fr-product-docs] +| [Samples][python-fr-samples] ## _Disclaimer_ diff --git a/sdk/identity/azure-identity/README.md b/sdk/identity/azure-identity/README.md index 7e36bd6890e0..3d029eac76a5 100644 --- a/sdk/identity/azure-identity/README.md +++ b/sdk/identity/azure-identity/README.md @@ -4,6 +4,7 @@ The Azure Identity library provides [Azure Active Directory (Azure AD)](https:// [Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity) | [Package (PyPI)](https://pypi.org/project/azure-identity/) +| [Package (Conda)](https://anaconda.org/microsoft/azure-identity/) | [API reference documentation][ref_docs] | [Azure AD documentation](https://learn.microsoft.com/azure/active-directory/) diff --git a/sdk/keyvault/azure-keyvault-administration/README.md b/sdk/keyvault/azure-keyvault-administration/README.md index a2c43bf6ab81..f12a77ad2096 100644 --- a/sdk/keyvault/azure-keyvault-administration/README.md +++ b/sdk/keyvault/azure-keyvault-administration/README.md @@ -14,7 +14,12 @@ and other secrets ([azure-keyvault-certificates](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-certificates)) - create, manage, and deploy public and private SSL/TLS certificates -[Source code][library_src] | [Package (PyPI)][pypi_package_administration] | [API reference documentation][reference_docs] | [Product documentation][keyvault_docs] | [Samples][administration_samples] +[Source code][library_src] +| [Package (PyPI)][pypi_package_administration] +| [Package (Conda)](https://anaconda.org/microsoft/azure-keyvault/) +| [API reference documentation][reference_docs] +| [Product documentation][keyvault_docs] +| [Samples][administration_samples] ## _Disclaimer_ diff --git a/sdk/keyvault/azure-keyvault-certificates/README.md b/sdk/keyvault/azure-keyvault-certificates/README.md index f1a33f772a0e..751fda5d5d30 100644 --- a/sdk/keyvault/azure-keyvault-certificates/README.md +++ b/sdk/keyvault/azure-keyvault-certificates/README.md @@ -9,7 +9,12 @@ securely store and control access to tokens, passwords, certificates, API keys, and other secrets - Vault administration ([azure-keyvault-administration](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-administration)) - role-based access control (RBAC), and vault-level backup and restore options -[Source code][library_src] | [Package (PyPI)][pypi_package_certificates] | [API reference documentation][reference_docs] | [Product documentation][azure_keyvault] | [Samples][certificates_samples] +[Source code][library_src] +| [Package (PyPI)][pypi_package_certificates] +| [Package (Conda)](https://anaconda.org/microsoft/azure-keyvault/) +| [API reference documentation][reference_docs] +| [Product documentation][azure_keyvault] +| [Samples][certificates_samples] ## _Disclaimer_ diff --git a/sdk/keyvault/azure-keyvault-keys/README.md b/sdk/keyvault/azure-keyvault-keys/README.md index 1f9c918d8f7b..c1483c9552e1 100644 --- a/sdk/keyvault/azure-keyvault-keys/README.md +++ b/sdk/keyvault/azure-keyvault-keys/README.md @@ -11,7 +11,12 @@ and other secrets create, manage, and deploy public and private SSL/TLS certificates - Vault administration ([azure-keyvault-administration](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-administration)) - role-based access control (RBAC), and vault-level backup and restore options -[Source code][library_src] | [Package (PyPI)][pypi_package_keys] | [API reference documentation][reference_docs] | [Product documentation][azure_keyvault] | [Samples][key_samples] +[Source code][library_src] +| [Package (PyPI)][pypi_package_keys] +| [Package (Conda)](https://anaconda.org/microsoft/azure-keyvault/) +| [API reference documentation][reference_docs] +| [Product documentation][azure_keyvault] +| [Samples][key_samples] ## _Disclaimer_ diff --git a/sdk/keyvault/azure-keyvault-secrets/README.md b/sdk/keyvault/azure-keyvault-secrets/README.md index 67b04a8271b2..8865f9502ad1 100644 --- a/sdk/keyvault/azure-keyvault-secrets/README.md +++ b/sdk/keyvault/azure-keyvault-secrets/README.md @@ -12,7 +12,12 @@ create, store, and control access to the keys used to encrypt your data create, manage, and deploy public and private SSL/TLS certificates - Vault administration ([azure-keyvault-administration](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-administration)) - role-based access control (RBAC), and vault-level backup and restore options -[Source code][library_src] | [Package (PyPI)][pypi_package_secrets] | [API reference documentation][reference_docs] | [Product documentation][azure_keyvault] | [Samples][secret_samples] +[Source code][library_src] +| [Package (PyPI)][pypi_package_secrets] +| [Package (Conda)](https://anaconda.org/microsoft/azure-keyvault/) +| [API reference documentation][reference_docs] +| [Product documentation][azure_keyvault] +| [Samples][secret_samples] ## _Disclaimer_ diff --git a/sdk/metricsadvisor/azure-ai-metricsadvisor/README.md b/sdk/metricsadvisor/azure-ai-metricsadvisor/README.md index a51aaea7a205..0b8821f23b17 100644 --- a/sdk/metricsadvisor/azure-ai-metricsadvisor/README.md +++ b/sdk/metricsadvisor/azure-ai-metricsadvisor/README.md @@ -6,7 +6,12 @@ Metrics Advisor is a scalable real-time time series monitoring, alerting, and ro - Configure and fine-tune the anomaly detection model used on your data - Diagnose anomalies and help with root cause analysis -[Source code][src_code] | [Package (Pypi)][package] | [API reference documentation][reference_documentation] | [Product documentation][ma_docs] | [Samples][samples_readme] +[Source code][src_code] +| [Package (Pypi)][package] +| [Package (Conda)](https://anaconda.org/microsoft/azure-ai-metricsadvisor/) +| [API reference documentation][reference_documentation] +| [Product documentation][ma_docs] +| [Samples][samples_readme] ## _Disclaimer_ diff --git a/sdk/ml/azure-ai-ml/README.md b/sdk/ml/azure-ai-ml/README.md index 03a02aed0654..2f4c82225724 100644 --- a/sdk/ml/azure-ai-ml/README.md +++ b/sdk/ml/azure-ai-ml/README.md @@ -2,7 +2,12 @@ We are excited to introduce the GA of Azure Machine Learning Python SDK v2. The Python SDK v2 introduces new SDK capabilities like standalone local jobs, reusable components for pipelines and managed online/batch inferencing. Python SDK v2 allows you to move from simple to complex tasks easily and incrementally. This is enabled by using a common object model which brings concept reuse and consistency of actions across various tasks. The SDK v2 shares its foundation with the CLI v2 which is also GA. -[Source code][source_code] | [Package (PyPI)][ml_pypi] | [API reference documentation][ml_ref_docs] | [Product documentation][product_documentation] | [Samples][ml_samples] +[Source code][source_code] +| [Package (PyPI)][ml_pypi] +| [Package (Conda)](https://anaconda.org/microsoft/azure-ai-ml/) +| [API reference documentation][ml_ref_docs] +| [Product documentation][product_documentation] +| [Samples][ml_samples] This package has been tested with Python 3.7, 3.8, 3.9 and 3.10. diff --git a/sdk/monitor/azure-monitor-ingestion/README.md b/sdk/monitor/azure-monitor-ingestion/README.md index b6a086517c1c..1f38dd6e1bcd 100644 --- a/sdk/monitor/azure-monitor-ingestion/README.md +++ b/sdk/monitor/azure-monitor-ingestion/README.md @@ -8,6 +8,7 @@ This library allows you to send data from virtually any source to supported buil - [Source code][source] - [Package (PyPI)][package] +- [Package (Conda)](https://anaconda.org/microsoft/azure-monitor-ingestion/) - [API reference documentation][python-ingestion-ref-docs] - [Service documentation][azure_monitor_overview] - [Samples][samples] diff --git a/sdk/monitor/azure-monitor-query/README.md b/sdk/monitor/azure-monitor-query/README.md index ac23f205fe0d..c39d62341a0c 100644 --- a/sdk/monitor/azure-monitor-query/README.md +++ b/sdk/monitor/azure-monitor-query/README.md @@ -9,6 +9,7 @@ The Azure Monitor Query client library is used to execute read-only queries agai - [Source code][source] - [Package (PyPI)][package] +- [Package (Conda)](https://anaconda.org/microsoft/azure-monitor-query/) - [API reference documentation][python-query-ref-docs] - [Service documentation][azure_monitor_overview] - [Samples][samples] diff --git a/sdk/schemaregistry/azure-schemaregistry/README.md b/sdk/schemaregistry/azure-schemaregistry/README.md index 71ea7c2668fe..4b4b4c45cea2 100644 --- a/sdk/schemaregistry/azure-schemaregistry/README.md +++ b/sdk/schemaregistry/azure-schemaregistry/README.md @@ -4,7 +4,12 @@ Azure Schema Registry is a schema repository service hosted by Azure Event Hubs, and management. The registry is leveraged by serializers to reduce payload size while describing payload structure with schema identifiers rather than full schemas. -[Source code][source_code] | [Package (PyPi)][pypi] | [API reference documentation][api_reference] | [Samples][sr_samples] | [Changelog][change_log] +[Source code][source_code] +| [Package (PyPi)][pypi] +| [Package (Conda)](https://anaconda.org/microsoft/azure-schemaregistry/) +| [API reference documentation][api_reference] +| [Samples][sr_samples] +| [Changelog][change_log] ## _Disclaimer_ diff --git a/sdk/search/azure-search-documents/README.md b/sdk/search/azure-search-documents/README.md index 10016086a750..4066335fef88 100644 --- a/sdk/search/azure-search-documents/README.md +++ b/sdk/search/azure-search-documents/README.md @@ -34,11 +34,12 @@ Use the Azure.Search.Documents client library to: * Create and manage analyzers for advanced text analysis or multi-lingual content. * Optimize results through scoring profiles to factor in business logic or freshness. -[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/search/azure-search-documents) | -[Package (PyPI)](https://pypi.org/project/azure-search-documents/) | -[API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-search-documents/latest/index.html) | -[Product documentation](https://docs.microsoft.com/azure/search/search-what-is-azure-search) | -[Samples](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/search/azure-search-documents/samples) +[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/search/azure-search-documents) +| [Package (PyPI)](https://pypi.org/project/azure-search-documents/) +| [Package (Conda)](https://anaconda.org/microsoft/azure-search-documents/) +| [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-search-documents/latest/index.html) +| [Product documentation](https://docs.microsoft.com/azure/search/search-what-is-azure-search) +| [Samples](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/search/azure-search-documents/samples) ## _Disclaimer_ diff --git a/sdk/servicebus/azure-servicebus/README.md b/sdk/servicebus/azure-servicebus/README.md index 5901c8ec5a97..5fe4de6ae4b2 100644 --- a/sdk/servicebus/azure-servicebus/README.md +++ b/sdk/servicebus/azure-servicebus/README.md @@ -11,7 +11,13 @@ Use the Service Bus client library for Python to communicate between application * Send and receive messages within your Service Bus channels. * Utilize message locks, sessions, and dead letter functionality to implement complex messaging patterns. -[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-servicebus/) | [Package (PyPi)][pypi] | [API reference documentation][api_docs] | [Product documentation][product_docs] | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-servicebus/samples) | [Changelog](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-servicebus/CHANGELOG.md) +[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-servicebus/) +| [Package (PyPi)][pypi] +| [Package (Conda)](https://anaconda.org/microsoft/azure-servicebus) +| [API reference documentation][api_docs] +| [Product documentation][product_docs] +| [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-servicebus/samples) +| [Changelog](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-servicebus/CHANGELOG.md) **NOTE**: If you are using version 0.50 or lower and want to migrate to the latest version of this package please look at our [migration guide to move from Service Bus V0.50 to Service Bus V7][migration_guide]. diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md index 2cc02cbf9f2f..ec9f52b95b2a 100644 --- a/sdk/storage/azure-storage-blob/README.md +++ b/sdk/storage/azure-storage-blob/README.md @@ -9,7 +9,12 @@ Blob storage is ideal for: * Storing data for backup and restore, disaster recovery, and archiving * Storing data for analysis by an on-premises or Azure-hosted service -[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob/azure/storage/blob) | [Package (PyPI)](https://pypi.org/project/azure-storage-blob/) | [API reference documentation](https://aka.ms/azsdk-python-storage-blob-ref) | [Product documentation](https://docs.microsoft.com/azure/storage/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob/samples) +[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob/azure/storage/blob) +| [Package (PyPI)](https://pypi.org/project/azure-storage-blob/) +| [Package (Conda)](https://anaconda.org/microsoft/azure-storage/) +| [API reference documentation](https://aka.ms/azsdk-python-storage-blob-ref) +| [Product documentation](https://docs.microsoft.com/azure/storage/) +| [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob/samples) ## Getting started diff --git a/sdk/storage/azure-storage-file-datalake/README.md b/sdk/storage/azure-storage-file-datalake/README.md index 0187b96bc9a0..79f6bec229c5 100644 --- a/sdk/storage/azure-storage-file-datalake/README.md +++ b/sdk/storage/azure-storage-file-datalake/README.md @@ -6,7 +6,12 @@ This preview package for Python includes ADLS Gen2 specific API support made ava 2. Permission related operations (Get/Set ACLs) for hierarchical namespace enabled (HNS) accounts. -[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake) | [Package (PyPi)](https://pypi.org/project/azure-storage-file-datalake/) | [API reference documentation](https://aka.ms/azsdk-python-storage-filedatalake-ref) | [Product documentation](https://docs.microsoft.com/azure/storage/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/samples) +[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake) +| [Package (PyPi)](https://pypi.org/project/azure-storage-file-datalake/) +| [Package (Conda)](https://anaconda.org/microsoft/azure-storage/) +| [API reference documentation](https://aka.ms/azsdk-python-storage-filedatalake-ref) +| [Product documentation](https://docs.microsoft.com/azure/storage/) +| [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/samples) ## Getting started diff --git a/sdk/storage/azure-storage-file-share/README.md b/sdk/storage/azure-storage-file-share/README.md index 325931b239ff..f0deca2fb0a1 100644 --- a/sdk/storage/azure-storage-file-share/README.md +++ b/sdk/storage/azure-storage-file-share/README.md @@ -7,7 +7,12 @@ Azure file shares can be used to: * "Lift and shift" applications * Simplify cloud development with shared application settings, diagnostic share, and Dev/Test/Debug tools -[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share/azure/storage/fileshare) | [Package (PyPI)](https://pypi.org/project/azure-storage-file-share/) | [API reference documentation](https://aka.ms/azsdk-python-storage-fileshare-ref) | [Product documentation](https://docs.microsoft.com/azure/storage/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share/samples) +[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share/azure/storage/fileshare) +| [Package (PyPI)](https://pypi.org/project/azure-storage-file-share/) +| [Package (Conda)](https://anaconda.org/microsoft/azure-storage/) +| [API reference documentation](https://aka.ms/azsdk-python-storage-fileshare-ref) +| [Product documentation](https://docs.microsoft.com/azure/storage/) +| [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share/samples) ## Getting started diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md index e702a602d5a5..b3303673b2af 100644 --- a/sdk/storage/azure-storage-queue/README.md +++ b/sdk/storage/azure-storage-queue/README.md @@ -7,7 +7,12 @@ Common uses of Queue storage include: * Creating a backlog of work to process asynchronously * Passing messages between different parts of a distributed application -[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue/azure/storage/queue) | [Package (PyPI)](https://pypi.org/project/azure-storage-queue/) | [API reference documentation](https://aka.ms/azsdk-python-storage-queue-ref) | [Product documentation](https://docs.microsoft.com/azure/storage/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue/samples) +[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue/azure/storage/queue) +| [Package (PyPI)](https://pypi.org/project/azure-storage-queue/) +| [Package (Conda)](https://anaconda.org/microsoft/azure-storage/) +| [API reference documentation](https://aka.ms/azsdk-python-storage-queue-ref) +| [Product documentation](https://docs.microsoft.com/azure/storage/) +| [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue/samples) ## Getting started diff --git a/sdk/tables/azure-data-tables/README.md b/sdk/tables/azure-data-tables/README.md index 2e976e7e1870..1962a78f739d 100644 --- a/sdk/tables/azure-data-tables/README.md +++ b/sdk/tables/azure-data-tables/README.md @@ -6,7 +6,11 @@ The Azure Tables client can be used to access Azure Storage or Cosmos accounts. Please note, this package is a replacement for [`azure-cosmosdb-tables`](https://github.com/Azure/azure-cosmos-table-python/tree/master/azure-cosmosdb-table) which is now deprecated. See the [migration guide][migration_guide] for more details. -[Source code][source_code] | [Package (PyPI)][Tables_pypi] | [API reference documentation][Tables_ref_docs] | [Samples][Tables_samples] +[Source code][source_code] +| [Package (PyPI)][Tables_pypi] +| [Package (Conda)](https://anaconda.org/microsoft/azure-data-tables/) +| [API reference documentation][Tables_ref_docs] +| [Samples][Tables_samples] ## _Disclaimer_ diff --git a/sdk/textanalytics/azure-ai-textanalytics/README.md b/sdk/textanalytics/azure-ai-textanalytics/README.md index be40186f18ee..1bc294503182 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/README.md +++ b/sdk/textanalytics/azure-ai-textanalytics/README.md @@ -15,7 +15,12 @@ The Azure Cognitive Service for Language is a cloud-based service that provides - Extractive Text Summarization - Abstractive Text Summarization -[Source code][source_code] | [Package (PyPI)][ta_pypi] | [API reference documentation][ta_ref_docs] | [Product documentation][language_product_documentation] | [Samples][ta_samples] +[Source code][source_code] +| [Package (PyPI)][ta_pypi] +| [Package (Conda)](https://anaconda.org/microsoft/azure-ai-textanalytics/) +| [API reference documentation][ta_ref_docs] +| [Product documentation][language_product_documentation] +| [Samples][ta_samples] ## Getting started diff --git a/sdk/translation/azure-ai-translation-document/README.md b/sdk/translation/azure-ai-translation-document/README.md index fc05bd25c681..54c53a6bd285 100644 --- a/sdk/translation/azure-ai-translation-document/README.md +++ b/sdk/translation/azure-ai-translation-document/README.md @@ -7,7 +7,12 @@ Use the client library for Document Translation to: * Check the translation status and progress of each document in the translation operation. * Apply a custom translation model or glossaries to tailor translation to your specific case. -[Source code][python-dt-src] | [Package (PyPI)][python-dt-pypi] | [API reference documentation][python-dt-ref-docs] | [Product documentation][python-dt-product-docs] | [Samples][python-dt-samples] +[Source code][python-dt-src] +| [Package (PyPI)][python-dt-pypi] +| [Package (Conda)](https://anaconda.org/microsoft/azure-ai-translation-document/) +| [API reference documentation][python-dt-ref-docs] +| [Product documentation][python-dt-product-docs] +| [Samples][python-dt-samples] ## _Disclaimer_ diff --git a/sdk/webpubsub/azure-messaging-webpubsubservice/README.md b/sdk/webpubsub/azure-messaging-webpubsubservice/README.md index 6c5bfa935e53..9da767e1ca05 100644 --- a/sdk/webpubsub/azure-messaging-webpubsubservice/README.md +++ b/sdk/webpubsub/azure-messaging-webpubsubservice/README.md @@ -13,7 +13,11 @@ Use this library to: - Close connections - Grant, revoke, and check permissions for an existing connection -[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/webpubsub/azure-messaging-webpubsubservice) | [Package (Pypi)][package] | [API reference documentation](https://aka.ms/awps/sdk/python) | [Product documentation][webpubsubservice_docs] +[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/webpubsub/azure-messaging-webpubsubservice) +| [Package (Pypi)][package] +| [Package (Conda)](https://anaconda.org/microsoft/azure-messaging-webpubsubservice) +| [API reference documentation](https://aka.ms/awps/sdk/python) +| [Product documentation][webpubsubservice_docs] ## _Disclaimer_