Skip to content

Commit

Permalink
Updated push and pull task release notes 01/11 (#594)
Browse files Browse the repository at this point in the history
* updated release notes

* resolving pr comments

* marked as breaking change

* added empty line

Co-authored-by: Maryanne Njeri <[email protected]>
  • Loading branch information
MaryanneNjeri and Maryanne Njeri committed Jan 18, 2022
1 parent 51a5db4 commit d71d1e3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions releaseNotes/AzureDevOpsPipelineExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ The Azure App Configuration extension in Azure DevOps pipeline has been publishe

![sample](pictures/AzureDevOpsExtensionVersionSample.PNG)

### v5.1.0 - January, 07 2022
* **Breaking change**:
With the added support of sovereign clouds such as Azure Government and Azure China, the task inputs were updated.

**Before**:
Task input was *App Configuration Name*

**After**:
Task input was updated to *App Configuration endpoint*. The *App Configuration endpoint* can be gotten from the App Configuration store overview page.

### v4.0.0 - October, 12 2021
* Upgraded task to use Node 10. It previously used Node 6.

Expand Down
10 changes: 10 additions & 0 deletions releaseNotes/AzureDevOpsPushPipelineExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Azure App Configuration Push extension for Azure DevOps pipeline can be installed from the [Azure DevOps marketplace](https://marketplace.visualstudio.com/items?itemName=AzureAppConfiguration.azure-app-configuration-task-push). The version information can be found in the console when the task is executed:
![sample](pictures/AzureDevOpsPushExtensionVersionSample.PNG)

### v3.1.0 - January, 07 2022
* **Breaking change**:
With the added support of sovereign clouds such as Azure Government and Azure China, the task inputs were updated.

**Before**:
Task input was *App Configuration Name*

**After**:
Task input was updated to *App Configuration endpoint*. The *App Configuration endpoint* can be gotten from the App Configuration store overview page.

### v2.0.0 - October, 12 2021
* Upgraded task to use Node 10. It previously used Node 6.
* Added support for importing feature flags from json/yaml files.
Expand Down

0 comments on commit d71d1e3

Please sign in to comment.