Skip to content

Commit 55f341b

Browse files
authored
Fix urls (Azure#39262)
1 parent 97645c7 commit 55f341b

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

sdk/purview/azure-purview-administration/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
163163
[account_ref_docs]: https://azure.github.io/azure-sdk-for-python/
164164
[account_product_documentation]: https://azure.microsoft.com/services/purview/
165165
[azure_subscription]: https://azure.microsoft.com/free/
166-
[purview_resource]: https://docs.microsoft.com/azure/purview/create-catalog-portal
166+
[purview_resource]: https://learn.microsoft.com/azure/purview/create-catalog-portal
167167
[pip]: https://pypi.org/project/pip/
168-
[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
168+
[authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
169169
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
170170
[azure_identity_pip]: https://pypi.org/project/azure-identity/
171171
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
172-
[enable_aad]: https://docs.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
172+
[enable_aad]: https://learn.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
173173
[python_logging]: https://docs.python.org/3.5/library/logging.html
174174
[cla]: https://cla.microsoft.com
175175
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/

sdk/purview/azure-purview-catalog/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
155155
[catalog_ref_docs]: https://aka.ms/azsdk/python/purviewcatalog/ref-docs
156156
[catalog_product_documentation]: https://azure.microsoft.com/services/purview/
157157
[azure_subscription]: https://azure.microsoft.com/free/
158-
[purview_resource]: https://docs.microsoft.com/azure/purview/create-catalog-portal
158+
[purview_resource]: https://learn.microsoft.com/azure/purview/create-catalog-portal
159159
[pip]: https://pypi.org/project/pip/
160-
[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
160+
[authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
161161
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
162162
[azure_identity_pip]: https://pypi.org/project/azure-identity/
163163
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
164164
[request_builders_and_client]: https://aka.ms/azsdk/python/protocol/quickstart
165-
[enable_aad]: https://docs.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
165+
[enable_aad]: https://learn.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
166166
[azure_core]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md
167167
[python_logging]: https://docs.python.org/3.5/library/logging.html
168168
[cla]: https://cla.microsoft.com

sdk/purview/azure-purview-datamap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ additional questions or comments.
8282

8383
<!-- LINKS -->
8484
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
85-
[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
85+
[authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
8686
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
8787
[azure_identity_pip]: https://pypi.org/project/azure-identity/
8888
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential

sdk/purview/azure-purview-datamap/azure/purview/datamap/aio/operations/_operations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21145,7 +21145,7 @@ async def assign_term_to_entities( # pylint: disable=inconsistent-return-statem
2114521145

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

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

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

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

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

2122921229
:param term_id: The globally unique identifier for glossary term. Required.

sdk/purview/azure-purview-datamap/azure/purview/datamap/operations/_operations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23312,7 +23312,7 @@ def assign_term_to_entities( # pylint: disable=inconsistent-return-statements
2331223312

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

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

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

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

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

2339623396
:param term_id: The globally unique identifier for glossary term. Required.

sdk/purview/azure-purview-datamap/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ pip install azure-purview-datamap
3939

4040
[product_documentation]: https://azure.microsoft.com/services/purview/
4141
[azure_subscription]: https://azure.microsoft.com/free/
42-
[purview_resource]: https://docs.microsoft.com/azure/purview/create-catalog-portal
42+
[purview_resource]: https://learn.microsoft.com/azure/purview/create-catalog-portal

sdk/purview/azure-purview-scanning/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
152152
[scanning_ref_docs]: https://aka.ms/azsdk/python/purviewscanning/ref-docs
153153
[scanning_product_documentation]: https://azure.microsoft.com/services/purview/
154154
[azure_subscription]: https://azure.microsoft.com/free/
155-
[purview_resource]: https://docs.microsoft.com/azure/purview/create-catalog-portal
155+
[purview_resource]: https://learn.microsoft.com/azure/purview/create-catalog-portal
156156
[pip]: https://pypi.org/project/pip/
157-
[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
157+
[authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
158158
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
159159
[azure_identity_pip]: https://pypi.org/project/azure-identity/
160160
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
161161
[request_builders_and_client]: https://aka.ms/azsdk/python/protocol/quickstart
162-
[enable_aad]: https://docs.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
162+
[enable_aad]: https://learn.microsoft.com/azure/purview/create-catalog-portal#add-a-security-principal-to-a-data-plane-role
163163
[azure_core]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md
164164
[python_logging]: https://docs.python.org/3.5/library/logging.html
165165
[cla]: https://cla.microsoft.com

sdk/purview/azure-purview-sharing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
575575
[azure_subscription]: https://azure.microsoft.com/free/
576576
[purview_resource]: https://learn.microsoft.com/purview/
577577
[pip]: https://pypi.org/project/pip/
578-
[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
578+
[authenticate_with_token]: https://learn.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token
579579
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
580580
[azure_identity_pip]: https://pypi.org/project/azure-identity/
581581
[default_azure_credential]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-identity/latest/azure.identity.html#azure.identity.DefaultAzureCredential

sdk/purview/azure-purview-workflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ additional questions or comments.
9090

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

0 commit comments

Comments
 (0)