Skip to content

Commit 05dc081

Browse files
ChristineWanjaucwanjauzhenlan
authored
Add deprecation notice for the pipeline tasks in release notes (#1081)
* Add deprecation notice for the pipelinetasks in release notes * address comments * address comments * address comments * Update releaseNotes/AzureDevOpsPipelineExtension.md Co-authored-by: Zhenlan Wang <zhenlwa@microsoft.com> * Update releaseNotes/AzureDevOpsPushPipelineExtension.md Co-authored-by: Zhenlan Wang <zhenlwa@microsoft.com> --------- Co-authored-by: cwanjau <cwanjau@microsoft.com> Co-authored-by: Zhenlan Wang <zhenlwa@microsoft.com>
1 parent d8c4092 commit 05dc081

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

releaseNotes/AzureDevOpsPipelineExtension.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Azure App Configuration Extension release notes
22

3+
> **DEPRECATION NOTICE**
4+
> 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.
5+
>
6+
> 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.
7+
38
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:
49

510
![sample](pictures/AzureDevOpsExtensionVersionSample.PNG)

releaseNotes/AzureDevOpsPushPipelineExtension.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
## Azure App Configuration Push Extension release notes
2+
3+
> **DEPRECATION NOTICE**
4+
> 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.
5+
6+
>
7+
> 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.
8+
29
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:
310
![sample](pictures/AzureDevOpsPushExtensionVersionSample.PNG)
411

0 commit comments

Comments
 (0)