Skip to content

Commit 325fe6b

Browse files
author
unknown
committed
Added node 16 version required for push and pull task
1 parent a10bf06 commit 325fe6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-app-configuration/pull-key-value-devops-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The [Azure App Configuration](https://marketplace.visualstudio.com/items?itemNam
1919
- App Configuration store - create one for free in the [Azure portal](https://portal.azure.com).
2020
- Azure DevOps project - [create one for free](https://go.microsoft.com/fwlink/?LinkId=2014881)
2121
- Azure App Configuration task - download for free from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=AzureAppConfiguration.azure-app-configuration-task#:~:text=Navigate%20to%20the%20Tasks%20tab,the%20Azure%20App%20Configuration%20instance.).
22-
- Minimum agent version [2.206.1](https://github.com/microsoft/azure-pipelines-agent/releases/tag/v2.206.1) - for users running the task on self-hosted agents.
22+
- Minimum agent version [2.206.1](https://github.com/microsoft/azure-pipelines-agent/releases/tag/v2.206.1) and [Node 16](https://nodejs.org/en/blog/release/v16.16.0/) - for users running the task on self-hosted agents.
2323

2424
## Create a service connection
2525

articles/azure-app-configuration/push-kv-devops-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The [Azure App Configuration Push](https://marketplace.visualstudio.com/items?it
1919
- App Configuration resource - create one for free in the [Azure portal](https://portal.azure.com).
2020
- Azure DevOps project - [create one for free](https://go.microsoft.com/fwlink/?LinkId=2014881)
2121
- Azure App Configuration Push task - download for free from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=AzureAppConfiguration.azure-app-configuration-task-push).
22-
- Minimum agent version [2.206.1](https://github.com/microsoft/azure-pipelines-agent/releases/tag/v2.206.1) - for users running the task on self-hosted agents.
22+
- Minimum agent version [2.206.1](https://github.com/microsoft/azure-pipelines-agent/releases/tag/v2.206.1) and [Node 16](https://nodejs.org/en/blog/release/v16.16.0/) - for users running the task on self-hosted agents.
2323

2424
## Create a service connection
2525

0 commit comments

Comments
 (0)