Skip to content

Commit c7afc69

Browse files
authored
Merge pull request #252555 from ChristineWanjau/cwanjau/addSelectionModeToPullTaskDocs
Update to pull task docs to add new selection mode parameter
2 parents 4b566c2 + 2b8a39a commit c7afc69

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
8.16 KB
Loading

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ The following parameters are used by the Azure App Configuration task:
8484

8585
- **Azure subscription**: A drop-down containing your available Azure service connections. To update and refresh your list of available Azure service connections, press the **Refresh Azure subscription** button to the right of the textbox.
8686
- **App Configuration Endpoint**: A drop-down that loads your available configuration stores endpoints under the selected subscription. To update and refresh your list of available configuration stores endpoints, press the **Refresh App Configuration Endpoint** button to the right of the textbox.
87+
- **Selection Mode**: Specifies how the key-values read from a configuration store are selected. The 'Default' selection mode allows the use of key and label filters. The 'Snapshot' selection mode allows key-values to be selected from a snapshot. Default value is **Default**.
8788
- **Key Filter**: The filter can be used to select what key-values are requested from Azure App Configuration. A value of * will select all key-values. For more information on, see [Query key values](concept-key-value.md#query-key-values).
8889
- **Label**: Specifies which label should be used when selecting key-values from the App Configuration store. If no label is provided, then key-values with the no label will be retrieved. The following characters are not allowed: , *.
90+
-**Snapshot Name**: Specifies snapshot from which key-values should be retrieved in Azure App Configuration.
8991
- **Trim Key Prefix**: Specifies one or more prefixes that should be trimmed from App Configuration keys before setting them as variables. Multiple prefixes can be separated by a new-line character.
9092
- **Suppress Warning For Overridden Keys**: Default value is unchecked. Specifies whether to show warnings when existing keys are overridden. Enable this option when it is expected that the key-values downloaded from App Configuration have overlapping keys with what exists in pipeline variables.
9193

0 commit comments

Comments
 (0)