Skip to content

Commit dc17e67

Browse files
Merge pull request #262753 from navba-MSFT/patch-18
{AzureAppConfiguration} "Snapshot Name" does not render properly in Parameters list
2 parents 4c185ad + 70b3e38 commit dc17e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -87,7 +87,7 @@ The following parameters are used by the Azure App Configuration task:
8787
- **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**.
8888
- **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).
8989
- **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.
90+
- **Snapshot Name**: Specifies snapshot from which key-values should be retrieved in Azure App Configuration.
9191
- **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.
9292
- **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.
9393

0 commit comments

Comments
 (0)