diff --git a/releaseNotes/AzureDevOpsPipelineExtension.md b/releaseNotes/AzureDevOpsPipelineExtension.md index c4962c34..8b5362e6 100644 --- a/releaseNotes/AzureDevOpsPipelineExtension.md +++ b/releaseNotes/AzureDevOpsPipelineExtension.md @@ -1,5 +1,10 @@ ## Azure App Configuration Extension release notes +> **DEPRECATION NOTICE** +> This pipeline task is now available as a built-in task for Azure Pipelines under the new name, **Azure App Configuration Export**. This means you no longer need to install it from Marketplace. While you can continue using the Marketplace version, please note that it will no longer receive updates. Transitioning to the new built-in task requires minimal effort, as it supports all the features and functionalities of the Marketplace version. In most cases, it is as simple as updating the task name and version in your pipeline. +> +> Upgrade to [Azure App Configuration Export](https://learn.microsoft.com/azure/azure-app-configuration/azure-pipeline-export-task) today to access the latest features and improvements. + The Azure App Configuration extension in Azure DevOps pipeline has been published to [Azure DevOps marketplace](https://marketplace.visualstudio.com/items?itemName=AzureAppConfiguration.azure-app-configuration-task&ssr=false#overview). The version of the Azure App Configuration task being used will print to the console when the task is executed: ![sample](pictures/AzureDevOpsExtensionVersionSample.PNG) diff --git a/releaseNotes/AzureDevOpsPushPipelineExtension.md b/releaseNotes/AzureDevOpsPushPipelineExtension.md index 2a67e335..6a8f8c03 100644 --- a/releaseNotes/AzureDevOpsPushPipelineExtension.md +++ b/releaseNotes/AzureDevOpsPushPipelineExtension.md @@ -1,4 +1,11 @@ ## Azure App Configuration Push Extension release notes + +> **DEPRECATION NOTICE** +> This pipeline task is now available as a built-in task for Azure Pipelines under the new name, **Azure App Configuration Import**. This means you no longer need to install it from Marketplace. While you can continue using the Marketplace version, please note that it will no longer receive updates. Transitioning to the new built-in task requires minimal effort, as it supports all the features and functionalities of the Marketplace version. In most cases, it is as simple as updating the task name and version in your pipeline. + +> +> Upgrade to [Azure App Configuration Import](https://learn.microsoft.com/azure/azure-app-configuration/azure-pipeline-import-task) today to access the latest features and improvements. + Azure App Configuration Push extension for Azure DevOps pipeline can be installed from the [Azure DevOps marketplace](https://marketplace.visualstudio.com/items?itemName=AzureAppConfiguration.azure-app-configuration-task-push). The version information can be found in the console when the task is executed: ![sample](pictures/AzureDevOpsPushExtensionVersionSample.PNG)