Skip to content

Commit

Permalink
Add AzureDevOps extension release notes. (#83)
Browse files Browse the repository at this point in the history
* Add release notes for Vsts task
  • Loading branch information
Yiming-Jia committed Jun 6, 2019
1 parent 81bfa6d commit 99fa0f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions releaseNotes/AzureDevOpsPipelineExtension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 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)

### 1.6.3
* 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.

### Initial version
* Add Azure App Configuration Extension to [Azure DevOps Marketplace](https://marketplace.visualstudio.com/).
* 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.


Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 99fa0f3

Please sign in to comment.