diff --git a/Tasks/AzureAppConfigurationExportV10/README.md b/Tasks/AzureAppConfigurationExportV10/README.md index b9e3ce05fa0..1fabca8c090 100644 --- a/Tasks/AzureAppConfigurationExportV10/README.md +++ b/Tasks/AzureAppConfigurationExportV10/README.md @@ -1,8 +1,8 @@ -# Azure AppConfiguration +# Azure App Configuration Export ### 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 @@ -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/AzureAppConfigurationExportV10/task.json b/Tasks/AzureAppConfigurationExportV10/task.json index f834bd4629a..354e06e1cd7 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 8001c48c3af..98ebfab15b7 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/README.md b/Tasks/AzureAppConfigurationImportV10/README.md index 17251d26d59..c20aa3ec131 100644 --- a/Tasks/AzureAppConfigurationImportV10/README.md +++ b/Tasks/AzureAppConfigurationImportV10/README.md @@ -1,8 +1,8 @@ -# Azure AppConfiguration Push +# Azure App Configuration Import ### 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 @@ -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. diff --git a/Tasks/AzureAppConfigurationImportV10/task.json b/Tasks/AzureAppConfigurationImportV10/task.json index 0cf7b579ad3..342cdc97c7b 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 6fadd30ef86..58dd556b454 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",