diff --git a/releaseNotes/AzureDevOpsPipelineExtension.md b/releaseNotes/AzureDevOpsPipelineExtension.md index 810b010c..0ebdf286 100644 --- a/releaseNotes/AzureDevOpsPipelineExtension.md +++ b/releaseNotes/AzureDevOpsPipelineExtension.md @@ -1,7 +1,12 @@ ## Azure App Configuration Extension release notes -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) +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) + +### v2.0.10 - March, 21 2020 +* Added support for trimming key prefixes before setting as pipeline variables. +* Added support for resolving Key Vault references and setting as pipeline secrets. ### v2.0.9 - January, 21 2020 * **Breaking change**: With the support of Role-Based Access Control (RBAC) by the App Configuration service, the permission of this pipeline task can be granted with more granular and specific access control.