From 764abf56a6f9fdb189283dbf06528665c55803ab Mon Sep 17 00:00:00 2001 From: cwanjau Date: Tue, 22 Jul 2025 11:02:22 +0300 Subject: [PATCH 1/6] Add deprecation notice for the pipelinetasks in release notes --- releaseNotes/AzureDevOpsPipelineExtension.md | 5 +++++ releaseNotes/AzureDevOpsPushPipelineExtension.md | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/releaseNotes/AzureDevOpsPipelineExtension.md b/releaseNotes/AzureDevOpsPipelineExtension.md index c4962c34..af005076 100644 --- a/releaseNotes/AzureDevOpsPipelineExtension.md +++ b/releaseNotes/AzureDevOpsPipelineExtension.md @@ -1,5 +1,10 @@ ## Azure App Configuration Extension release notes +> **DEPRECATION NOTICE** +> This 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/en-us/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..068462d9 100644 --- a/releaseNotes/AzureDevOpsPushPipelineExtension.md +++ b/releaseNotes/AzureDevOpsPushPipelineExtension.md @@ -1,4 +1,10 @@ ## Azure App Configuration Push Extension release notes + +> **DEPRECATION NOTICE** +> This 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/en-us/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) From e4228935dc60736a7681856534db482d8d79bb4d Mon Sep 17 00:00:00 2001 From: cwanjau Date: Fri, 25 Jul 2025 11:41:39 +0300 Subject: [PATCH 2/6] address comments --- releaseNotes/AzureDevOpsPipelineExtension.md | 2 +- releaseNotes/AzureDevOpsPushPipelineExtension.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releaseNotes/AzureDevOpsPipelineExtension.md b/releaseNotes/AzureDevOpsPipelineExtension.md index af005076..6e2bc2ec 100644 --- a/releaseNotes/AzureDevOpsPipelineExtension.md +++ b/releaseNotes/AzureDevOpsPipelineExtension.md @@ -3,7 +3,7 @@ > **DEPRECATION NOTICE** > This 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/en-us/azure/azure-app-configuration/azure-pipeline-export-task) today to access the latest features and improvements. +> Upgrade to [Azure App Configuration Export](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: diff --git a/releaseNotes/AzureDevOpsPushPipelineExtension.md b/releaseNotes/AzureDevOpsPushPipelineExtension.md index 068462d9..1a18c476 100644 --- a/releaseNotes/AzureDevOpsPushPipelineExtension.md +++ b/releaseNotes/AzureDevOpsPushPipelineExtension.md @@ -3,7 +3,7 @@ > **DEPRECATION NOTICE** > This 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/en-us/azure/azure-app-configuration/azure-pipeline-import-task) today to access the latest features and improvements. +> 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) From 0ec4e54dc1de215b8a036eae0519fdb54beff126 Mon Sep 17 00:00:00 2001 From: cwanjau Date: Fri, 25 Jul 2025 11:46:28 +0300 Subject: [PATCH 3/6] address comments --- releaseNotes/AzureDevOpsPipelineExtension.md | 8 ++++---- releaseNotes/AzureDevOpsPushPipelineExtension.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/releaseNotes/AzureDevOpsPipelineExtension.md b/releaseNotes/AzureDevOpsPipelineExtension.md index 6e2bc2ec..8b8062ff 100644 --- a/releaseNotes/AzureDevOpsPipelineExtension.md +++ b/releaseNotes/AzureDevOpsPipelineExtension.md @@ -1,9 +1,9 @@ ## Azure App Configuration Extension release notes -> **DEPRECATION NOTICE** -> This 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](azure/azure-app-configuration/azure-pipeline-export-task) today to access the latest features and improvements. +**DEPRECATION NOTICE** +This 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: diff --git a/releaseNotes/AzureDevOpsPushPipelineExtension.md b/releaseNotes/AzureDevOpsPushPipelineExtension.md index 1a18c476..b0cecd68 100644 --- a/releaseNotes/AzureDevOpsPushPipelineExtension.md +++ b/releaseNotes/AzureDevOpsPushPipelineExtension.md @@ -1,9 +1,9 @@ ## Azure App Configuration Push Extension release notes -> **DEPRECATION NOTICE** -> This 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. +**DEPRECATION NOTICE** +This 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) From eec1128da0b3e619db8c204b2d76819094bd5246 Mon Sep 17 00:00:00 2001 From: cwanjau Date: Fri, 25 Jul 2025 11:47:22 +0300 Subject: [PATCH 4/6] address comments --- releaseNotes/AzureDevOpsPipelineExtension.md | 8 ++++---- releaseNotes/AzureDevOpsPushPipelineExtension.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/releaseNotes/AzureDevOpsPipelineExtension.md b/releaseNotes/AzureDevOpsPipelineExtension.md index 8b8062ff..2683d52f 100644 --- a/releaseNotes/AzureDevOpsPipelineExtension.md +++ b/releaseNotes/AzureDevOpsPipelineExtension.md @@ -1,9 +1,9 @@ ## Azure App Configuration Extension release notes -**DEPRECATION NOTICE** -This 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. +> **DEPRECATION NOTICE** +> This 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: diff --git a/releaseNotes/AzureDevOpsPushPipelineExtension.md b/releaseNotes/AzureDevOpsPushPipelineExtension.md index b0cecd68..1a18c476 100644 --- a/releaseNotes/AzureDevOpsPushPipelineExtension.md +++ b/releaseNotes/AzureDevOpsPushPipelineExtension.md @@ -1,9 +1,9 @@ ## Azure App Configuration Push Extension release notes -**DEPRECATION NOTICE** -This 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. +> **DEPRECATION NOTICE** +> This 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) From dfd69a706d6c7d2f991cad8d9f6c8d7dc9091506 Mon Sep 17 00:00:00 2001 From: Christine Wanjau <62501578+ChristineWanjau@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:10:38 +0300 Subject: [PATCH 5/6] Update releaseNotes/AzureDevOpsPipelineExtension.md Co-authored-by: Zhenlan Wang --- releaseNotes/AzureDevOpsPipelineExtension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releaseNotes/AzureDevOpsPipelineExtension.md b/releaseNotes/AzureDevOpsPipelineExtension.md index 2683d52f..8b5362e6 100644 --- a/releaseNotes/AzureDevOpsPipelineExtension.md +++ b/releaseNotes/AzureDevOpsPipelineExtension.md @@ -1,7 +1,7 @@ ## Azure App Configuration Extension release notes > **DEPRECATION NOTICE** -> This 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. +> 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. From 71e9a1fbc5cb20823cae22e5d1496c0c2526506f Mon Sep 17 00:00:00 2001 From: Christine Wanjau <62501578+ChristineWanjau@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:10:50 +0300 Subject: [PATCH 6/6] Update releaseNotes/AzureDevOpsPushPipelineExtension.md Co-authored-by: Zhenlan Wang --- releaseNotes/AzureDevOpsPushPipelineExtension.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releaseNotes/AzureDevOpsPushPipelineExtension.md b/releaseNotes/AzureDevOpsPushPipelineExtension.md index 1a18c476..6a8f8c03 100644 --- a/releaseNotes/AzureDevOpsPushPipelineExtension.md +++ b/releaseNotes/AzureDevOpsPushPipelineExtension.md @@ -1,7 +1,8 @@ ## Azure App Configuration Push Extension release notes > **DEPRECATION NOTICE** -> This 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. +> 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.