From 7baee9dfc5a0cae449a99051d963a2012d33b0f5 Mon Sep 17 00:00:00 2001 From: Maryanne Njeri Date: Mon, 7 Oct 2024 14:41:53 +0300 Subject: [PATCH 1/5] Update Read me file for App configuration tasks --- Tasks/AzureAppConfigurationExportV10/README.md | 2 +- Tasks/AzureAppConfigurationImportV10/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tasks/AzureAppConfigurationExportV10/README.md b/Tasks/AzureAppConfigurationExportV10/README.md index b9e3ce05fa0c..936813dda873 100644 --- a/Tasks/AzureAppConfigurationExportV10/README.md +++ b/Tasks/AzureAppConfigurationExportV10/README.md @@ -1,4 +1,4 @@ -# Azure AppConfiguration +# Azure AppConfiguration Export ### Overview diff --git a/Tasks/AzureAppConfigurationImportV10/README.md b/Tasks/AzureAppConfigurationImportV10/README.md index 17251d26d59a..a81dfd85a684 100644 --- a/Tasks/AzureAppConfigurationImportV10/README.md +++ b/Tasks/AzureAppConfigurationImportV10/README.md @@ -1,4 +1,4 @@ -# Azure AppConfiguration Push +# Azure AppConfiguration Import ### Overview From d03058a0757e625cf7385ccde35ca375d121c845 Mon Sep 17 00:00:00 2001 From: Maryanne Njeri Date: Mon, 7 Oct 2024 14:44:30 +0300 Subject: [PATCH 2/5] Update Read me file for App configuration tasks --- Tasks/AzureAppConfigurationExportV10/README.md | 2 +- Tasks/AzureAppConfigurationImportV10/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tasks/AzureAppConfigurationExportV10/README.md b/Tasks/AzureAppConfigurationExportV10/README.md index 936813dda873..d405a6e6c52b 100644 --- a/Tasks/AzureAppConfigurationExportV10/README.md +++ b/Tasks/AzureAppConfigurationExportV10/README.md @@ -2,7 +2,7 @@ ### Overview -This task is used to pull key-values from your [App configuration store](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-app-configuration-create) and sets them as Azure pipeline variables, which can be consumed by subsequent tasks. +This task is used to export key-values from your [App configuration store](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-app-configuration-create) and sets them as Azure pipeline variables, which can be consumed by subsequent tasks. ## Contact Information diff --git a/Tasks/AzureAppConfigurationImportV10/README.md b/Tasks/AzureAppConfigurationImportV10/README.md index a81dfd85a684..ada4014b8f65 100644 --- a/Tasks/AzureAppConfigurationImportV10/README.md +++ b/Tasks/AzureAppConfigurationImportV10/README.md @@ -2,7 +2,7 @@ ### Overview -This task is used to push key-values from a configuration file to your [App Configuration store](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-app-configuration-create). +This task is used to import key-values from a configuration file to your [App Configuration store](https://learn.microsoft.com/azure/azure-app-configuration/quickstart-azure-app-configuration-create). ## Contact Information From 4e7a9a552addb97321d15460939b9e9e7814a9e0 Mon Sep 17 00:00:00 2001 From: Maryanne Njeri Date: Mon, 7 Oct 2024 14:45:55 +0300 Subject: [PATCH 3/5] Update Read me file for App configuration tasks --- Tasks/AzureAppConfigurationExportV10/README.md | 2 +- Tasks/AzureAppConfigurationImportV10/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tasks/AzureAppConfigurationExportV10/README.md b/Tasks/AzureAppConfigurationExportV10/README.md index d405a6e6c52b..84be0f7521bd 100644 --- a/Tasks/AzureAppConfigurationExportV10/README.md +++ b/Tasks/AzureAppConfigurationExportV10/README.md @@ -1,4 +1,4 @@ -# Azure AppConfiguration Export +# Azure App Configuration Export ### Overview diff --git a/Tasks/AzureAppConfigurationImportV10/README.md b/Tasks/AzureAppConfigurationImportV10/README.md index ada4014b8f65..98384506ff81 100644 --- a/Tasks/AzureAppConfigurationImportV10/README.md +++ b/Tasks/AzureAppConfigurationImportV10/README.md @@ -1,4 +1,4 @@ -# Azure AppConfiguration Import +# Azure App Configuration Import ### Overview From 4a9276cd105bda1342ffbdcbfa505d0dc326be60 Mon Sep 17 00:00:00 2001 From: Maryanne Njeri Date: Fri, 11 Oct 2024 12:32:24 +0300 Subject: [PATCH 4/5] Update task version --- Tasks/AzureAppConfigurationExportV10/task.json | 4 ++-- Tasks/AzureAppConfigurationExportV10/task.loc.json | 4 ++-- Tasks/AzureAppConfigurationImportV10/task.json | 4 ++-- Tasks/AzureAppConfigurationImportV10/task.loc.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Tasks/AzureAppConfigurationExportV10/task.json b/Tasks/AzureAppConfigurationExportV10/task.json index f834bd4629a0..354e06e1cd75 100644 --- a/Tasks/AzureAppConfigurationExportV10/task.json +++ b/Tasks/AzureAppConfigurationExportV10/task.json @@ -9,8 +9,8 @@ "author": "Microsoft Corporation", "version": { "Major": 10, - "Minor": 246, - "Patch": 2 + "Minor": 247, + "Patch": 0 }, "instanceNameFormat": "Azure App Configuration", "minimumAgentVersion": "2.144.0", diff --git a/Tasks/AzureAppConfigurationExportV10/task.loc.json b/Tasks/AzureAppConfigurationExportV10/task.loc.json index 8001c48c3aff..98ebfab15b7b 100644 --- a/Tasks/AzureAppConfigurationExportV10/task.loc.json +++ b/Tasks/AzureAppConfigurationExportV10/task.loc.json @@ -9,8 +9,8 @@ "author": "Microsoft Corporation", "version": { "Major": 10, - "Minor": 246, - "Patch": 2 + "Minor": 247, + "Patch": 0 }, "instanceNameFormat": "ms-resource:loc.instanceNameFormat", "minimumAgentVersion": "2.144.0", diff --git a/Tasks/AzureAppConfigurationImportV10/task.json b/Tasks/AzureAppConfigurationImportV10/task.json index 0cf7b579ad3d..342cdc97c7b6 100644 --- a/Tasks/AzureAppConfigurationImportV10/task.json +++ b/Tasks/AzureAppConfigurationImportV10/task.json @@ -9,8 +9,8 @@ "author": "Microsoft Corporation", "version": { "Major": 10, - "Minor": 246, - "Patch": 2 + "Minor": 247, + "Patch": 0 }, "instanceNameFormat": "Azure App Configuration", "minimumAgentVersion": "2.144.0", diff --git a/Tasks/AzureAppConfigurationImportV10/task.loc.json b/Tasks/AzureAppConfigurationImportV10/task.loc.json index 6fadd30ef869..58dd556b454d 100644 --- a/Tasks/AzureAppConfigurationImportV10/task.loc.json +++ b/Tasks/AzureAppConfigurationImportV10/task.loc.json @@ -9,8 +9,8 @@ "author": "Microsoft Corporation", "version": { "Major": 10, - "Minor": 246, - "Patch": 2 + "Minor": 247, + "Patch": 0 }, "instanceNameFormat": "ms-resource:loc.instanceNameFormat", "minimumAgentVersion": "2.144.0", From 82ffbef34b62b03380269a941c5617bb01ab3d14 Mon Sep 17 00:00:00 2001 From: Maryanne Njeri Date: Fri, 11 Oct 2024 12:42:28 +0300 Subject: [PATCH 5/5] Updated ReadMe --- Tasks/AzureAppConfigurationExportV10/README.md | 2 +- Tasks/AzureAppConfigurationImportV10/README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Tasks/AzureAppConfigurationExportV10/README.md b/Tasks/AzureAppConfigurationExportV10/README.md index 84be0f7521bd..1fabca8c090e 100644 --- a/Tasks/AzureAppConfigurationExportV10/README.md +++ b/Tasks/AzureAppConfigurationExportV10/README.md @@ -23,7 +23,7 @@ The parameters of the task are described below. The parameters listed with a \* * **Azure Subscription**\*: Select the AzureRM Subscription. If none exists, then click on the **Manage** link, to navigate to the Services tab in the Administrators panel. In the tab click on **New Service Connection** and select **Azure Resource Manager** from the dropdown. -* **App Configuration Endpoint**\*: Select the endpoint of the App Configuration store to which the key-values will be pulled from. +* **App Configuration Endpoint**\*: Select the endpoint of the App Configuration store to which the key-values will be exported from. * **Selection Mode**\*: Provide the selection mode. Selection mode allows you to specify how key-values are to be selected from the configuration store. The default value is **Default** - **Default**: Allows the use of key and label filter to specify key-values that will be selected from the store. diff --git a/Tasks/AzureAppConfigurationImportV10/README.md b/Tasks/AzureAppConfigurationImportV10/README.md index 98384506ff81..c20aa3ec1311 100644 --- a/Tasks/AzureAppConfigurationImportV10/README.md +++ b/Tasks/AzureAppConfigurationImportV10/README.md @@ -23,7 +23,7 @@ The parameters of the task are described below. The parameters listed with a \* * **Azure Subscription**\*: Select the AzureRM Subscription. If none exists, then click on the **Manage** link, to navigate to the Services tab in the Administrators panel. In the tab click on **New Service Connection** and select **Azure Resource Manager** from the dropdown. -* **App Configuration Endpoint**\*: Select the endpoint of the App Configuration store to which the key-values will be pushed. +* **App Configuration Endpoint**\*: Select the endpoint of the App Configuration store to which the key-values will be imported to. * **Configuration File Path**\*: Provide the path to your configuration file. @@ -43,21 +43,21 @@ The parameters of the task are described below. The parameters listed with a \* * **Depth**: Provide the depth that the .json and .yml files will be flattened to. -* **Prefix**: Provide a string that will be appended to the beginning of each key pushed to App Configuration Store. +* **Prefix**: Provide a string that will be appended to the beginning of each key imported to App Configuration Store. * **Label**: Provide a string that is added to each key-values as the label within the App Configuration Store. * **Content Type**: Provide a string that is added to each key-value as the content type within the App Configuration store. -* **Exclude feature flags**: Specify whether or not any feature flags provided in the configuration file will be pushed to App Configuration. +* **Exclude feature flags**: Specify whether or not any feature flags provided in the configuration file will be imported to App Configuration. * **Use the file path extension to determine the file format**: Specify whether or not to use the file path extension to determine the file format. * **Delete key-values that are not included in the configuration file**: The behavior of this option depends on the configuration file [content profile](https://learn.microsoft.com/azure/azure-app-configuration/concept-config-file). Default value is **Unchecked**. - - **Unchecked**: Pushes all key-values from the configuration file into the App Configuration store and leaves everything else in the App Configuration store intact + - **Unchecked**: Imports all key-values from the configuration file into the App Configuration store and leaves everything else in the App Configuration store intact - **Checked**: - - **Default content profile**: Removes all key-values in the App Configuration store that match both the specified prefix and label before pushing new key-values from the configuration file - - **Kvset content profile**: Removes all key-values in the App Configuration store that are not included in the configuration file before pushing new key-values from the configuration file. + - **Default content profile**: Removes all key-values in the App Configuration store that match both the specified prefix and label before importing new key-values from the configuration file + - **Kvset content profile**: Removes all key-values in the App Configuration store that are not included in the configuration file before importing new key-values from the configuration file. * **Tags**: Specify one or more tags that should be added to a key-value. Tags should be of a valid JSON format.