From 7e6b4cee4aa264dee65aca5699cb417cfac69b0a Mon Sep 17 00:00:00 2001 From: Christine Wanjau <62501578+ChristineWanjau@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:56:03 +0300 Subject: [PATCH 1/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 683e85a..a64b71e 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Azure App Configuration Sync (Deprecated)' -description: 'DEPRECATED: This GitHub action has been deprecated. The Azure CLI for Azure App Configuration provides full capabilities for importing configuration files into Azure App Configuration. Follow [these instructions](https://aka.ms/appconfig/githubactions) to set it up in your GitHub actions.' +description: 'DEPRECATED: This GitHub action has been deprecated. Follow [these instructions](https://aka.ms/appconfig/githubactions) to set it up in your GitHub actions.' inputs: configurationFile: description: 'Path to the configuration file in the repo, relative to the repo root. Also supports glob patterns and multiple files' From 4f842d0d649a98186850149f4809ee72d0b84633 Mon Sep 17 00:00:00 2001 From: cwanjau Date: Mon, 9 Sep 2024 10:00:09 +0300 Subject: [PATCH 2/2] update description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a64b71e..c235ac5 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Azure App Configuration Sync (Deprecated)' -description: 'DEPRECATED: This GitHub action has been deprecated. Follow [these instructions](https://aka.ms/appconfig/githubactions) to set it up in your GitHub actions.' +description: 'DEPRECATED: Use Azure CLI for Azure App Configuration. Follow [these instructions](https://aka.ms/appconfig/githubactions) to set up.' inputs: configurationFile: description: 'Path to the configuration file in the repo, relative to the repo root. Also supports glob patterns and multiple files'