From 68261596392a50aa9e979994578f0e468f90b40f Mon Sep 17 00:00:00 2001 From: Cody <54814569+lostmygithubaccount@users.noreply.github.com> Date: Tue, 19 Oct 2021 00:13:21 -0700 Subject: [PATCH] add deprecation notice (#47) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4b28bc0..36926a4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ # GitHub Action for Registering a Machine Learning Model in Azure +## Deprecation notice + +This Action is deprecated. Instead, consider using the [CLI (v2)](https://docs.microsoft.com/azure/machine-learning/how-to-configure-cli) to manage and interact with Azure Machine Learning models in GitHub Actions. + +**Important:** The CLI (v2) is not recommended for production use while in preview. + ## Usage The Register Machine Learning Models with Azure action will deploy your model on [Azure Machine Learning](https://azure.microsoft.com/en-us/services/machine-learning/) using GitHub Actions.