Skip to content
Merged

Fix urls #39262

Show file tree
Hide file tree
Changes from 1 commit
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: 3 additions & 3 deletions sdk/purview/azure-purview-administration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
[account_ref_docs]: https://azure.github.io/azure-sdk-for-python/
[account_product_documentation]: https://azure.microsoft.com/services/purview/
[azure_subscription]: https://azure.microsoft.com/free/
[purview_resource]: https://docs.microsoft.com/azure/purview/create-catalog-portal
[purview_resource]: https://learn.microsoft.com/azure/purview/create-catalog-portal
[pip]: https://pypi.org/project/pip/
[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
[authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
[azure_identity_pip]: https://pypi.org/project/azure-identity/
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
[enable_aad]: https://docs.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
[enable_aad]: https://learn.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
[python_logging]: https://docs.python.org/3.5/library/logging.html
[cla]: https://cla.microsoft.com
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
Expand Down
6 changes: 3 additions & 3 deletions sdk/purview/azure-purview-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
[catalog_ref_docs]: https://aka.ms/azsdk/python/purviewcatalog/ref-docs
[catalog_product_documentation]: https://azure.microsoft.com/services/purview/
[azure_subscription]: https://azure.microsoft.com/free/
[purview_resource]: https://docs.microsoft.com/azure/purview/create-catalog-portal
[purview_resource]: https://learn.microsoft.com/azure/purview/create-catalog-portal
[pip]: https://pypi.org/project/pip/
[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
[authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
[azure_identity_pip]: https://pypi.org/project/azure-identity/
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
[request_builders_and_client]: https://aka.ms/azsdk/python/protocol/quickstart
[enable_aad]: https://docs.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
[enable_aad]: https://learn.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
[azure_core]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md
[python_logging]: https://docs.python.org/3.5/library/logging.html
[cla]: https://cla.microsoft.com
Expand Down
2 changes: 1 addition & 1 deletion sdk/purview/azure-purview-datamap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ additional questions or comments.

<!-- LINKS -->
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
[authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
[azure_identity_pip]: https://pypi.org/project/azure-identity/
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21145,7 +21145,7 @@ async def assign_term_to_entities( # pylint: disable=inconsistent-return-statem

`Entities Create Or Update
operation
<https://learn.microsoft.com/en-us/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP>`_
<https://learn.microsoft.com/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP>`_
is an alternative to assign a term to multiple entities.

:param term_id: The globally unique identifier for glossary term. Required.
Expand Down Expand Up @@ -21199,7 +21199,7 @@ async def assign_term_to_entities( # pylint: disable=inconsistent-return-statem

`Entities Create Or Update
operation
<https://learn.microsoft.com/en-us/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP>`_
<https://learn.microsoft.com/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP>`_
is an alternative to assign a term to multiple entities.

:param term_id: The globally unique identifier for glossary term. Required.
Expand All @@ -21223,7 +21223,7 @@ async def assign_term_to_entities( # pylint: disable=inconsistent-return-statem

`Entities Create Or Update
operation
<https://learn.microsoft.com/en-us/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP>`_
<https://learn.microsoft.com/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP>`_
is an alternative to assign a term to multiple entities.

:param term_id: The globally unique identifier for glossary term. Required.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23312,7 +23312,7 @@ def assign_term_to_entities( # pylint: disable=inconsistent-return-statements

`Entities Create Or Update
operation
<https://learn.microsoft.com/en-us/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP>`_
<https://learn.microsoft.com/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP>`_
is an alternative to assign a term to multiple entities.

:param term_id: The globally unique identifier for glossary term. Required.
Expand Down Expand Up @@ -23366,7 +23366,7 @@ def assign_term_to_entities( # pylint: disable=inconsistent-return-statements

`Entities Create Or Update
operation
<https://learn.microsoft.com/en-us/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP>`_
<https://learn.microsoft.com/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP>`_
is an alternative to assign a term to multiple entities.

:param term_id: The globally unique identifier for glossary term. Required.
Expand All @@ -23390,7 +23390,7 @@ def assign_term_to_entities( # pylint: disable=inconsistent-return-statements

`Entities Create Or Update
operation
<https://learn.microsoft.com/en-us/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP>`_
<https://learn.microsoft.com/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP>`_
is an alternative to assign a term to multiple entities.

:param term_id: The globally unique identifier for glossary term. Required.
Expand Down
2 changes: 1 addition & 1 deletion sdk/purview/azure-purview-datamap/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ pip install azure-purview-datamap

[product_documentation]: https://azure.microsoft.com/services/purview/
[azure_subscription]: https://azure.microsoft.com/free/
[purview_resource]: https://docs.microsoft.com/azure/purview/create-catalog-portal
[purview_resource]: https://learn.microsoft.com/azure/purview/create-catalog-portal
6 changes: 3 additions & 3 deletions sdk/purview/azure-purview-scanning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
[scanning_ref_docs]: https://aka.ms/azsdk/python/purviewscanning/ref-docs
[scanning_product_documentation]: https://azure.microsoft.com/services/purview/
[azure_subscription]: https://azure.microsoft.com/free/
[purview_resource]: https://docs.microsoft.com/azure/purview/create-catalog-portal
[purview_resource]: https://learn.microsoft.com/azure/purview/create-catalog-portal
[pip]: https://pypi.org/project/pip/
[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
[authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
[azure_identity_pip]: https://pypi.org/project/azure-identity/
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
[request_builders_and_client]: https://aka.ms/azsdk/python/protocol/quickstart
[enable_aad]: https://docs.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
[enable_aad]: https://learn.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
[azure_core]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md
[python_logging]: https://docs.python.org/3.5/library/logging.html
[cla]: https://cla.microsoft.com
Expand Down
2 changes: 1 addition & 1 deletion sdk/purview/azure-purview-sharing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
[azure_subscription]: https://azure.microsoft.com/free/
[purview_resource]: https://learn.microsoft.com/purview/
[pip]: https://pypi.org/project/pip/
[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
[authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
[azure_identity_pip]: https://pypi.org/project/azure-identity/
[default_azure_credential]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-identity/latest/azure.identity.html#azure.identity.DefaultAzureCredential
Expand Down
2 changes: 1 addition & 1 deletion sdk/purview/azure-purview-sharing/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ page_type: sample
languages:
- python
products:
# Including relevant stubs from https://review.docs.microsoft.com/help/contribute/metadata-taxonomies#product
# Including relevant stubs from https://review.learn.microsoft.com/help/contribute/metadata-taxonomies#product
- azure
name: Azure.Purview.Sharing samples for python
description: Samples for the Azure.Purview.Sharing client library.
Expand Down
2 changes: 1 addition & 1 deletion sdk/purview/azure-purview-workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ additional questions or comments.

<!-- LINKS -->
[product_documentation]: https://learn.microsoft.com/azure/purview/concept-workflow
[purview_resource]: https://docs.microsoft.com/azure/purview/create-catalog-portal
[purview_resource]: https://learn.microsoft.com/azure/purview/create-catalog-portal
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
[username_password_credential]: https://learn.microsoft.com/python/api/azure-identity/azure.identity.usernamepasswordcredential?view=azure-python
[azure_sub]: https://azure.microsoft.com/free/
Expand Down
Loading