Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Task release note to have v1.6.4 #95

Merged
merged 5 commits into from
Jun 24, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update Task release note to have 1.6.4
  • Loading branch information
Yiming-Jia committed Jun 20, 2019
commit 104c32b8ac92448975b5b2c357479259b60a3ac6
5 changes: 5 additions & 0 deletions releaseNotes/AzureDevOpsPipelineExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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)

### v1.6.4 - June, 19 2019
* Improve [homepage documentation](https://marketplace.visualstudio.com/items?itemName=AzureAppConfiguration.azure-app-configuration-task):
Yiming-Jia marked this conversation as resolved.
Show resolved Hide resolved
* Add the link the the release note.
Yiming-Jia marked this conversation as resolved.
Show resolved Hide resolved
* Add a example of how to consume fetched key-value.
Yiming-Jia marked this conversation as resolved.
Show resolved Hide resolved

### 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.
Expand Down