Skip to content
Merged

Fix urls #39129

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/ml/azure-ai-ml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
[ml_conda]: https://anaconda.org/microsoft/azure-ai-ml/
[ml_ref_docs]: https://learn.microsoft.com/python/api/azure-ai-ml/?view=azure-python
[ml_samples]: https://github.com/Azure/azureml-examples/tree/main/sdk/python
[product_documentation]: https://docs.microsoft.com/azure/machine-learning/
[product_documentation]: https://learn.microsoft.com/azure/machine-learning/
[azure_subscription]: https://azure.microsoft.com/free/
[workspace]: https://docs.microsoft.com/azure/machine-learning/concept-workspace
[workspace]: https://learn.microsoft.com/azure/machine-learning/concept-workspace
[python_logging]: https://docs.python.org/3/library/logging.html
[sdk_logging_docs]: https://docs.microsoft.com/azure/developer/python/azure-sdk-logging
[sdk_logging_docs]: https://learn.microsoft.com/azure/developer/python/azure-sdk-logging
[azure_core_readme]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md
[pip_link]: https://pypi.org/project/pip/
[azure_core_ref_docs]: https://aka.ms/azsdk-python-core-policies
Expand Down
6 changes: 3 additions & 3 deletions sdk/ml/azure-ai-ml/azure/ai/ml/_artifacts/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
PROCESSES_PER_CORE = 2
# number of parallel connections to be used for uploads > 64MB and downloads
# pylint: disable=line-too-long
# (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-)
# (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-)
MAX_CONCURRENCY = 16

ARTIFACT_ORIGIN = "LocalUpload"
Expand All @@ -30,7 +30,7 @@
FILE_SIZE_WARNING = (
"Your file exceeds 100 MB. If you experience low speeds, latency, or broken connections, we recommend using "
"the AzCopyv10 tool for this file transfer.\n\nExample: azcopy copy '{source}' '{destination}' " # cspell:disable-line
"\n\nSee https://docs.microsoft.com/azure/storage/common/storage-use-azcopy-v10 for more information."
"\n\nSee https://learn.microsoft.com/azure/storage/common/storage-use-azcopy-v10 for more information."
)
INVALID_MLTABLE_METADATA_SCHEMA_MSG = "Invalid MLTable metadata schema"
INVALID_MLTABLE_METADATA_SCHEMA_ERROR = (
Expand All @@ -54,7 +54,7 @@
"{0}\n{1}\n"
"This SAS token is derived from an account key, but key-based authentication is not permitted "
"for this storage account. To update workspace properties, please see the documentation: "
"https://review.learn.microsoft.com/en-us/azure/machine-learning/how-to-disable-local-auth-storage?view="
"https://review.learn.microsoft.com/azure/machine-learning/how-to-disable-local-auth-storage?view="
"azureml-api-2&branch=pr-en-us-278974&tabs=cli#update-an-existing-workspace"
)
KEY_AUTHENTICATION_ERROR_CODE = "KeyBasedAuthenticationNotPermitted"
2 changes: 1 addition & 1 deletion sdk/ml/azure-ai-ml/azure/ai/ml/_azure_environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def _get_clouds_by_metadata_url(metadata_url: str) -> Dict[str, Dict[str, str]]:
"SDK requires outbound access to Azure Resource Manager. Please contact your networking team "
"to configure outbound access to Azure Resource Manager on both Network Security Group and "
"Firewall. For more details on required configurations, see "
"https://docs.microsoft.com/azure/machine-learning/how-to-access-azureml-behind-firewall.",
"https://learn.microsoft.com/azure/machine-learning/how-to-access-azureml-behind-firewall.",
metadata_url,
ex,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ class ExperimentQueryParams(msrest.serialization.Model):
:ivar filter: Allows for filtering the collection of resources.
The expression specified is evaluated for each resource in the collection, and only items
where the expression evaluates to true are included in the response.
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
details on the expression syntax.
:vartype filter: str
:ivar continuation_token: The continuation token to use for getting the next set of resources.
Expand Down Expand Up @@ -1526,7 +1526,7 @@ def __init__(
:keyword filter: Allows for filtering the collection of resources.
The expression specified is evaluated for each resource in the collection, and only items
where the expression evaluates to true are included in the response.
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
details on the expression syntax.
:paramtype filter: str
:keyword continuation_token: The continuation token to use for getting the next set of
Expand Down Expand Up @@ -2727,7 +2727,7 @@ class QueryParams(msrest.serialization.Model):
:ivar filter: Allows for filtering the collection of resources.
The expression specified is evaluated for each resource in the collection, and only items
where the expression evaluates to true are included in the response.
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
details on the expression syntax.
:vartype filter: str
:ivar continuation_token: The continuation token to use for getting the next set of resources.
Expand Down Expand Up @@ -2756,7 +2756,7 @@ def __init__(
:keyword filter: Allows for filtering the collection of resources.
The expression specified is evaluated for each resource in the collection, and only items
where the expression evaluates to true are included in the response.
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
details on the expression syntax.
:paramtype filter: str
:keyword continuation_token: The continuation token to use for getting the next set of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ class ExperimentQueryParams(msrest.serialization.Model):
:ivar filter: Allows for filtering the collection of resources.
The expression specified is evaluated for each resource in the collection, and only items
where the expression evaluates to true are included in the response.
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
details on the expression syntax.
:vartype filter: str
:ivar continuation_token: The continuation token to use for getting the next set of resources.
Expand Down Expand Up @@ -1710,7 +1710,7 @@ def __init__(
:keyword filter: Allows for filtering the collection of resources.
The expression specified is evaluated for each resource in the collection, and only items
where the expression evaluates to true are included in the response.
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
details on the expression syntax.
:paramtype filter: str
:keyword continuation_token: The continuation token to use for getting the next set of
Expand Down Expand Up @@ -3041,7 +3041,7 @@ class QueryParams(msrest.serialization.Model):
:ivar filter: Allows for filtering the collection of resources.
The expression specified is evaluated for each resource in the collection, and only items
where the expression evaluates to true are included in the response.
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
details on the expression syntax.
:vartype filter: str
:ivar continuation_token: The continuation token to use for getting the next set of resources.
Expand Down Expand Up @@ -3075,7 +3075,7 @@ def __init__(
:keyword filter: Allows for filtering the collection of resources.
The expression specified is evaluated for each resource in the collection, and only items
where the expression evaluates to true are included in the response.
See https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax for
See https://learn.microsoft.com/azure/search/query-odata-filter-orderby-syntax for
details on the expression syntax.
:paramtype filter: str
:keyword continuation_token: The continuation token to use for getting the next set of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,7 @@ class ComponentContainerDetails(AssetContainer):

.. raw:: html

<see href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command" />.
<see href="https://learn.microsoft.com/azure/machine-learning/reference-yaml-component-command" />.

Variables are only populated by the server, and will be ignored when sending a request.

Expand Down Expand Up @@ -2262,7 +2262,7 @@ class ComponentVersionDetails(AssetBase):
.. raw:: html

<see
href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command"
href="https://learn.microsoft.com/azure/machine-learning/reference-yaml-component-command"
/>.
:vartype component_spec: any
"""
Expand Down Expand Up @@ -2294,7 +2294,7 @@ def __init__(self, **kwargs):
.. raw:: html

<see
href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command"
href="https://learn.microsoft.com/azure/machine-learning/reference-yaml-component-command"
/>.
:paramtype component_spec: any
"""
Expand Down Expand Up @@ -2971,7 +2971,7 @@ class EnvironmentVersionDetails(AssetBase):
.. raw:: html

<see
href="https://docs.microsoft.com/en-us/azure/machine-learning/resource-curated-environments"
href="https://learn.microsoft.com/azure/machine-learning/resource-curated-environments"
/>. Possible values include: "Curated", "UserCreated".
:vartype environment_type: str or ~azure.mgmt.machinelearningservices.models.EnvironmentType
:ivar image: Name of the image that will be used for the environment.
Expand All @@ -2980,7 +2980,7 @@ class EnvironmentVersionDetails(AssetBase):
.. raw:: html

<seealso
href="https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
href="https://learn.microsoft.com/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
/>.
:vartype image: str
:ivar inference_config: Defines configuration specific to inference.
Expand Down Expand Up @@ -3045,7 +3045,7 @@ def __init__(self, **kwargs):
.. raw:: html

<seealso
href="https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
href="https://learn.microsoft.com/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
/>.
:paramtype image: str
:keyword inference_config: Defines configuration specific to inference.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2279,7 +2279,7 @@ class ComponentContainerDetails(AssetContainer):

.. raw:: html

<see href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command" />.
<see href="https://learn.microsoft.com/azure/machine-learning/reference-yaml-component-command" />.

Variables are only populated by the server, and will be ignored when sending a request.

Expand Down Expand Up @@ -2484,7 +2484,7 @@ class ComponentVersionDetails(AssetBase):
.. raw:: html

<see
href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command"
href="https://learn.microsoft.com/azure/machine-learning/reference-yaml-component-command"
/>.
:vartype component_spec: any
"""
Expand Down Expand Up @@ -2526,7 +2526,7 @@ def __init__(
.. raw:: html

<see
href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command"
href="https://learn.microsoft.com/azure/machine-learning/reference-yaml-component-command"
/>.
:paramtype component_spec: any
"""
Expand Down Expand Up @@ -3255,7 +3255,7 @@ class EnvironmentVersionDetails(AssetBase):
.. raw:: html

<see
href="https://docs.microsoft.com/en-us/azure/machine-learning/resource-curated-environments"
href="https://learn.microsoft.com/azure/machine-learning/resource-curated-environments"
/>. Possible values include: "Curated", "UserCreated".
:vartype environment_type: str or ~azure.mgmt.machinelearningservices.models.EnvironmentType
:ivar image: Name of the image that will be used for the environment.
Expand All @@ -3264,7 +3264,7 @@ class EnvironmentVersionDetails(AssetBase):
.. raw:: html

<seealso
href="https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
href="https://learn.microsoft.com/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
/>.
:vartype image: str
:ivar inference_config: Defines configuration specific to inference.
Expand Down Expand Up @@ -3345,7 +3345,7 @@ def __init__(
.. raw:: html

<seealso
href="https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
href="https://learn.microsoft.com/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"
/>.
:paramtype image: str
:keyword inference_config: Defines configuration specific to inference.
Expand Down
Loading
Loading