Skip to content

Commit 97645c7

Browse files
authored
Fix urls (Azure#39129)
1 parent 7f904a3 commit 97645c7

File tree

91 files changed

+1624
-1624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1624
-1624
lines changed

sdk/ml/azure-ai-ml/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
125125
[ml_conda]: https://anaconda.org/microsoft/azure-ai-ml/
126126
[ml_ref_docs]: https://learn.microsoft.com/python/api/azure-ai-ml/?view=azure-python
127127
[ml_samples]: https://github.com/Azure/azureml-examples/tree/main/sdk/python
128-
[product_documentation]: https://docs.microsoft.com/azure/machine-learning/
128+
[product_documentation]: https://learn.microsoft.com/azure/machine-learning/
129129
[azure_subscription]: https://azure.microsoft.com/free/
130-
[workspace]: https://docs.microsoft.com/azure/machine-learning/concept-workspace
130+
[workspace]: https://learn.microsoft.com/azure/machine-learning/concept-workspace
131131
[python_logging]: https://docs.python.org/3/library/logging.html
132-
[sdk_logging_docs]: https://docs.microsoft.com/azure/developer/python/azure-sdk-logging
132+
[sdk_logging_docs]: https://learn.microsoft.com/azure/developer/python/azure-sdk-logging
133133
[azure_core_readme]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md
134134
[pip_link]: https://pypi.org/project/pip/
135135
[azure_core_ref_docs]: https://aka.ms/azsdk-python-core-policies

sdk/ml/azure-ai-ml/azure/ai/ml/_artifacts/_constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
PROCESSES_PER_CORE = 2
88
# number of parallel connections to be used for uploads > 64MB and downloads
99
# pylint: disable=line-too-long
10-
# (Azure Storage param: https://docs.microsoft.com/python/api/azure-storage-blob/azure.storage.blob.blobclient?view=azure-python#upload-blob-data--blob-type--blobtype-blockblob---blockblob----length-none--metadata-none----kwargs-)
10+
# (Azure Storage param: https://learn.microsoft.com/python/api/azure-storage-blob/azure.storage.blob.blobclient?view=azure-python#upload-blob-data--blob-type--blobtype-blockblob---blockblob----length-none--metadata-none----kwargs-)
1111
MAX_CONCURRENCY = 16
1212

1313
ARTIFACT_ORIGIN = "LocalUpload"
@@ -30,7 +30,7 @@
3030
FILE_SIZE_WARNING = (
3131
"Your file exceeds 100 MB. If you experience low speeds, latency, or broken connections, we recommend using "
3232
"the AzCopyv10 tool for this file transfer.\n\nExample: azcopy copy '{source}' '{destination}' " # cspell:disable-line
33-
"\n\nSee https://docs.microsoft.com/azure/storage/common/storage-use-azcopy-v10 for more information."
33+
"\n\nSee https://learn.microsoft.com/azure/storage/common/storage-use-azcopy-v10 for more information."
3434
)
3535
INVALID_MLTABLE_METADATA_SCHEMA_MSG = "Invalid MLTable metadata schema"
3636
INVALID_MLTABLE_METADATA_SCHEMA_ERROR = (
@@ -54,7 +54,7 @@
5454
"{0}\n{1}\n"
5555
"This SAS token is derived from an account key, but key-based authentication is not permitted "
5656
"for this storage account. To update workspace properties, please see the documentation: "
57-
"https://review.learn.microsoft.com/en-us/azure/machine-learning/how-to-disable-local-auth-storage?view="
57+
"https://review.learn.microsoft.com/azure/machine-learning/how-to-disable-local-auth-storage?view="
5858
"azureml-api-2&branch=pr-en-us-278974&tabs=cli#update-an-existing-workspace"
5959
)
6060
KEY_AUTHENTICATION_ERROR_CODE = "KeyBasedAuthenticationNotPermitted"

sdk/ml/azure-ai-ml/azure/ai/ml/_azure_environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def _get_clouds_by_metadata_url(metadata_url: str) -> Dict[str, Dict[str, str]]:
303303
"SDK requires outbound access to Azure Resource Manager. Please contact your networking team "
304304
"to configure outbound access to Azure Resource Manager on both Network Security Group and "
305305
"Firewall. For more details on required configurations, see "
306-
"https://docs.microsoft.com/azure/machine-learning/how-to-access-azureml-behind-firewall.",
306+
"https://learn.microsoft.com/azure/machine-learning/how-to-access-azureml-behind-firewall.",
307307
metadata_url,
308308
ex,
309309
)

sdk/ml/azure-ai-ml/azure/ai/ml/_restclient/runhistory/models/_models.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ class ExperimentQueryParams(msrest.serialization.Model):
14931493
:ivar filter: Allows for filtering the collection of resources.
14941494
The expression specified is evaluated for each resource in the collection, and only items
14951495
where the expression evaluates to true are included in the response.
1496-
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
1496+
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
14971497
details on the expression syntax.
14981498
:vartype filter: str
14991499
:ivar continuation_token: The continuation token to use for getting the next set of resources.
@@ -1526,7 +1526,7 @@ def __init__(
15261526
:keyword filter: Allows for filtering the collection of resources.
15271527
The expression specified is evaluated for each resource in the collection, and only items
15281528
where the expression evaluates to true are included in the response.
1529-
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
1529+
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
15301530
details on the expression syntax.
15311531
:paramtype filter: str
15321532
:keyword continuation_token: The continuation token to use for getting the next set of
@@ -2727,7 +2727,7 @@ class QueryParams(msrest.serialization.Model):
27272727
:ivar filter: Allows for filtering the collection of resources.
27282728
The expression specified is evaluated for each resource in the collection, and only items
27292729
where the expression evaluates to true are included in the response.
2730-
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
2730+
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
27312731
details on the expression syntax.
27322732
:vartype filter: str
27332733
:ivar continuation_token: The continuation token to use for getting the next set of resources.
@@ -2756,7 +2756,7 @@ def __init__(
27562756
:keyword filter: Allows for filtering the collection of resources.
27572757
The expression specified is evaluated for each resource in the collection, and only items
27582758
where the expression evaluates to true are included in the response.
2759-
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
2759+
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
27602760
details on the expression syntax.
27612761
:paramtype filter: str
27622762
:keyword continuation_token: The continuation token to use for getting the next set of

sdk/ml/azure-ai-ml/azure/ai/ml/_restclient/runhistory/models/_models_py3.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ class ExperimentQueryParams(msrest.serialization.Model):
16711671
:ivar filter: Allows for filtering the collection of resources.
16721672
The expression specified is evaluated for each resource in the collection, and only items
16731673
where the expression evaluates to true are included in the response.
1674-
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
1674+
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
16751675
details on the expression syntax.
16761676
:vartype filter: str
16771677
:ivar continuation_token: The continuation token to use for getting the next set of resources.
@@ -1710,7 +1710,7 @@ def __init__(
17101710
:keyword filter: Allows for filtering the collection of resources.
17111711
The expression specified is evaluated for each resource in the collection, and only items
17121712
where the expression evaluates to true are included in the response.
1713-
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
1713+
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
17141714
details on the expression syntax.
17151715
:paramtype filter: str
17161716
:keyword continuation_token: The continuation token to use for getting the next set of
@@ -3041,7 +3041,7 @@ class QueryParams(msrest.serialization.Model):
30413041
:ivar filter: Allows for filtering the collection of resources.
30423042
The expression specified is evaluated for each resource in the collection, and only items
30433043
where the expression evaluates to true are included in the response.
3044-
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
3044+
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
30453045
details on the expression syntax.
30463046
:vartype filter: str
30473047
:ivar continuation_token: The continuation token to use for getting the next set of resources.
@@ -3075,7 +3075,7 @@ def __init__(
30753075
:keyword filter: Allows for filtering the collection of resources.
30763076
The expression specified is evaluated for each resource in the collection, and only items
30773077
where the expression evaluates to true are included in the response.
3078-
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
3078+
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
30793079
details on the expression syntax.
30803080
:paramtype filter: str
30813081
:keyword continuation_token: The continuation token to use for getting the next set of

sdk/ml/azure-ai-ml/azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/models/_models.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,7 @@ class ComponentContainerDetails(AssetContainer):
20782078
20792079
.. raw:: html
20802080
2081-
<see href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command" />.
2081+
<see href="https://learn.microsoft.com/azure/machine-learning/reference-yaml-component-command" />.
20822082
20832083
Variables are only populated by the server, and will be ignored when sending a request.
20842084
@@ -2262,7 +2262,7 @@ class ComponentVersionDetails(AssetBase):
22622262
.. raw:: html
22632263
22642264
<see
2265-
href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command"
2265+
href="https://learn.microsoft.com/azure/machine-learning/reference-yaml-component-command"
22662266
/>.
22672267
:vartype component_spec: any
22682268
"""
@@ -2294,7 +2294,7 @@ def __init__(self, **kwargs):
22942294
.. raw:: html
22952295
22962296
<see
2297-
href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command"
2297+
href="https://learn.microsoft.com/azure/machine-learning/reference-yaml-component-command"
22982298
/>.
22992299
:paramtype component_spec: any
23002300
"""
@@ -2971,7 +2971,7 @@ class EnvironmentVersionDetails(AssetBase):
29712971
.. raw:: html
29722972
29732973
<see
2974-
href="https://docs.microsoft.com/en-us/azure/machine-learning/resource-curated-environments"
2974+
href="https://learn.microsoft.com/azure/machine-learning/resource-curated-environments"
29752975
/>. Possible values include: "Curated", "UserCreated".
29762976
:vartype environment_type: str or ~azure.mgmt.machinelearningservices.models.EnvironmentType
29772977
:ivar image: Name of the image that will be used for the environment.
@@ -2980,7 +2980,7 @@ class EnvironmentVersionDetails(AssetBase):
29802980
.. raw:: html
29812981
29822982
<seealso
2983-
href="https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
2983+
href="https://learn.microsoft.com/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
29842984
/>.
29852985
:vartype image: str
29862986
:ivar inference_config: Defines configuration specific to inference.
@@ -3045,7 +3045,7 @@ def __init__(self, **kwargs):
30453045
.. raw:: html
30463046
30473047
<seealso
3048-
href="https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
3048+
href="https://learn.microsoft.com/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
30493049
/>.
30503050
:paramtype image: str
30513051
:keyword inference_config: Defines configuration specific to inference.

sdk/ml/azure-ai-ml/azure/ai/ml/_restclient/v2021_10_01_dataplanepreview/models/_models_py3.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2279,7 +2279,7 @@ class ComponentContainerDetails(AssetContainer):
22792279
22802280
.. raw:: html
22812281
2282-
<see href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command" />.
2282+
<see href="https://learn.microsoft.com/azure/machine-learning/reference-yaml-component-command" />.
22832283
22842284
Variables are only populated by the server, and will be ignored when sending a request.
22852285
@@ -2484,7 +2484,7 @@ class ComponentVersionDetails(AssetBase):
24842484
.. raw:: html
24852485
24862486
<see
2487-
href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command"
2487+
href="https://learn.microsoft.com/azure/machine-learning/reference-yaml-component-command"
24882488
/>.
24892489
:vartype component_spec: any
24902490
"""
@@ -2526,7 +2526,7 @@ def __init__(
25262526
.. raw:: html
25272527
25282528
<see
2529-
href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command"
2529+
href="https://learn.microsoft.com/azure/machine-learning/reference-yaml-component-command"
25302530
/>.
25312531
:paramtype component_spec: any
25322532
"""
@@ -3255,7 +3255,7 @@ class EnvironmentVersionDetails(AssetBase):
32553255
.. raw:: html
32563256
32573257
<see
3258-
href="https://docs.microsoft.com/en-us/azure/machine-learning/resource-curated-environments"
3258+
href="https://learn.microsoft.com/azure/machine-learning/resource-curated-environments"
32593259
/>. Possible values include: "Curated", "UserCreated".
32603260
:vartype environment_type: str or ~azure.mgmt.machinelearningservices.models.EnvironmentType
32613261
:ivar image: Name of the image that will be used for the environment.
@@ -3264,7 +3264,7 @@ class EnvironmentVersionDetails(AssetBase):
32643264
.. raw:: html
32653265
32663266
<seealso
3267-
href="https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
3267+
href="https://learn.microsoft.com/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
32683268
/>.
32693269
:vartype image: str
32703270
:ivar inference_config: Defines configuration specific to inference.
@@ -3345,7 +3345,7 @@ def __init__(
33453345
.. raw:: html
33463346
33473347
<seealso
3348-
href="https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
3348+
href="https://learn.microsoft.com/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
33493349
/>.
33503350
:paramtype image: str
33513351
:keyword inference_config: Defines configuration specific to inference.

0 commit comments

Comments
 (0)