|
1 | 1 | { |
2 | 2 | "loc.friendlyName": "Azure App Configuration Import", |
3 | 3 | "loc.helpMarkDown": "Email [email protected] for questions.", |
4 | | - "loc.description": "Push key-values to an Azure App Configuration instance", |
| 4 | + "loc.description": "Import key-values to an Azure App Configuration instance", |
5 | 5 | "loc.instanceNameFormat": "Azure App Configuration", |
6 | 6 | "loc.group.displayName.AppConfiguration": "AppConfiguration", |
7 | 7 | "loc.group.displayName.Source": "Source", |
|
29 | 29 | "loc.input.label.ContentType": "Content Type", |
30 | 30 | "loc.input.help.ContentType": "a content type to append to all keys in the configuration file", |
31 | 31 | "loc.input.label.Tags": "Tags", |
32 | | - "loc.input.help.Tags": "Specifies one or more tag that should be added to key-value settings being pushed to App Configuration. Tags should be of a valid JSON format and can span multiple lines. Example: {\"tag1\": \"value1\", \"tag2\": \"value2\"}", |
| 32 | + "loc.input.help.Tags": "Specifies one or more tag that should be added to key-value settings being imported to App Configuration. Tags should be of a valid JSON format and can span multiple lines. Example: {\"tag1\": \"value1\", \"tag2\": \"value2\"}", |
33 | 33 | "loc.input.label.ExcludeFeatureFlags": "Exclude feature flags", |
34 | | - "loc.input.help.ExcludeFeatureFlags": "Specifies whether or not any feature flags provided in the configuration file will be pushed to App Configuration.", |
| 34 | + "loc.input.help.ExcludeFeatureFlags": "Specifies whether or not any feature flags provided in the configuration file will be imported to App Configuration.", |
35 | 35 | "loc.input.label.Strict": "Delete key-values that are not included in the configuration file", |
36 | 36 | "loc.input.help.Strict": "The behavior of this option depends on the configuration file's content profile.\n 'Default': Any key-values in the store with the specified prefix and label that are not included in the configuration file will be deleted. \n'KVSet': Any key-values in the store that are not included in the configuration file will be deleted.", |
37 | 37 | "loc.input.label.DryRun": "Dry run", |
|
45 | 45 | "loc.messages.InvalidTagsWithSample": "Invalid format for parameter 'Tags'. Sample 'Tags': {\"name1\": \"value1\", \"name2\":, \"value2\"}.", |
46 | 46 | "loc.messages.InvalidAppConfigurationEndpoint": "Invalid App Configuration endpoint %s. Please provide a valid App Configuration endpoint.", |
47 | 47 | "loc.messages.InvalidTypeInTags": "Invalid type in parameter 'Tags'. Only strings supported", |
48 | | - "loc.messages.AzureAppConfigurationPushTaskStartingUp": "Azure App Configuration Push Task is starting up...", |
| 48 | + "loc.messages.AzureAppConfigurationImportTaskStartingUp": "Azure App Configuration Import Task is starting up...", |
49 | 49 | "loc.messages.AzureSubscriptionTitle": "Azure Subscription:", |
50 | 50 | "loc.messages.AppConfigurationEndpointTitle": "App Configuration Endpoint:", |
51 | 51 | "loc.messages.StrictTitle": "Strict:", |
|
0 commit comments