Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.52 KB

AzureDevOpsPipelineExtension.md

File metadata and controls

24 lines (17 loc) · 1.52 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

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

  • Support auto-populated App Configuration name dropdown from a textbox.
  • Attempting to set 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.
  • Add Azure App Configuration Extension to Azure DevOps Marketplace.
  • Integrate with pipeline framework control Azure subscription so that user could use existing Connection Endpoint to auth with Azure App Configuration instance.
  • Support Key filter and Label to query matched key-values.