Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 3.46 KB

AzureDevOpsPipelineExtension.md

File metadata and controls

58 lines (41 loc) · 3.46 KB

Azure App Configuration Extension release notes

The Azure App Configuration extension in Azure DevOps pipeline has been published to Azure DevOps marketplace. The version of the Azure App Configuration task being used will print to the console when the task is executed:

sample

v3.2.16 - December, 10 2020

  • Updated the readme

v3.2.15 - December, 10 2020

  • Fixed an issue causing the task to partially succeed when key-values are overwritten #372
  • Improved error message when required parameters are not provided

v3.0.14 - May, 15 2020

  • Fixed an issue causing the task to fail when run in a Linux pipeline. #327

v3.0.13 - May, 04 2020

  • Fixed the issue that some symbols, for example, percent sign (%), could not be set to Pipeline Task variables correctly. #313

v2.0.11 - March, 24 2020

  • The Azure App Configuration pipeline task for the Azure DevOps is now generally available.
  • Added FAQ section to the documentation.

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.

    Before The Service Connection of this pipeline task is granted Contributor role in access control of the App Configuration store.

    After The Service Connection of this pipeline task is granted Azure App Configuration Data Reader role in access control of the App Configuration store.

v1.6.8 - December, 02 2019

  • Fixed the issue that the App Configuration name dropdown is not populated if the App Configuration pipeline task is added to the pipeline YAML file via the assistant UI of Tasks. #202

v1.6.7 - September, 04 2019

  • Updated to use the authorization header syntax that is compliant with the REST API spec.
  • Included API version for all requests sent to Azure App Configuration.

v1.6.6 - June, 24 2019

  • Improved homepage documentation:
    • Added a link to this release notes.
    • Added an example of how to consume fetched key-values.

v1.6.3 - June, 03 2019

  • Added support for auto-populated App Configuration name dropdown from a textbox.
  • Reset environment variables with invalid keys now prints a masked value, ****, instead of the actual value of the key-value.

v1.4.48 - May, 06 2019

  • Initial version.
  • Added Azure App Configuration Extension to Azure DevOps Marketplace.
  • Integrated with pipeline framework control Azure subscription so that user could use existing Connection Endpoint to auth with Azure App Configuration instance.
  • Added support for Key filter and Label to query matched key-values.