-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[App Configuration] Update App Configuration tasks description #20682
Open
MaryanneNjeri
wants to merge
4
commits into
master
Choose a base branch
from
maryanne/update_task_description
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+30
−30
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"loc.friendlyName": "Azure App Configuration Export", | ||
"loc.helpMarkDown": "Email [email protected] for questions.", | ||
"loc.description": "Download key-values to task variables from Azure App Configuration", | ||
"loc.description": "Export key-values to task variables from Azure App Configuration", | ||
"loc.instanceNameFormat": "Azure App Configuration", | ||
"loc.input.label.ConnectedServiceName": "Azure subscription", | ||
"loc.input.help.ConnectedServiceName": "Select the Azure Subscription for the Azure App Configuration instance.", | ||
|
@@ -27,7 +27,7 @@ | |
"loc.messages.InvalidAppConfigurationEndpoint": "Invalid App Configuration endpoint %s. Please provide a valid App Configuration endpoint.", | ||
"loc.messages.SecretUrlCannotBeEmpty": "Secret url cannot be empty", | ||
"loc.messages.InvalidSecretUrl": "Invalid secret Url", | ||
"loc.messages.AzureAppConfigurationTaskIsStartingUp": "Azure App Configuration Task is starting up...", | ||
"loc.messages.AzureAppConfigurationTaskIsStartingUp": "Azure App Configuration Export Task is starting up...", | ||
"loc.messages.AzureSubscriptionTitle": "Azure Subscription:", | ||
"loc.messages.AppConfigurationEndpointTitle": "App Configuration Endpoint:", | ||
"loc.messages.SelectionModeTitle": "Selection Mode:", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
"id": "81fa1f14-66ef-4e75-93fd-30b8ee7140d6", | ||
"name": "AzureAppConfigurationExport", | ||
"friendlyName": "Azure App Configuration Export", | ||
"description": "Download key-values to task variables from Azure App Configuration", | ||
"helpUrl": "https://learn.microsoft.com/azure/azure-app-configuration/pull-key-value-devops-pipeline", | ||
"description": "Export key-values to task variables from Azure App Configuration", | ||
"helpUrl": "https://learn.microsoft.com/azure/azure-app-configuration/azure-pipeline-export-task", | ||
"helpMarkDown": "Email [email protected] for questions.", | ||
"category": "Deploy", | ||
"author": "Microsoft Corporation", | ||
"version": { | ||
"Major": 10, | ||
"Minor": 247, | ||
"Minor": 249, | ||
"Patch": 0 | ||
}, | ||
"instanceNameFormat": "Azure App Configuration", | ||
|
@@ -150,7 +150,7 @@ | |
"InvalidAppConfigurationEndpoint": "Invalid App Configuration endpoint %s. Please provide a valid App Configuration endpoint.", | ||
"SecretUrlCannotBeEmpty": "Secret url cannot be empty", | ||
"InvalidSecretUrl": "Invalid secret Url", | ||
"AzureAppConfigurationTaskIsStartingUp": "Azure App Configuration Task is starting up...", | ||
"AzureAppConfigurationTaskIsStartingUp": "Azure App Configuration Export Task is starting up...", | ||
"AzureSubscriptionTitle": "Azure Subscription:", | ||
"AppConfigurationEndpointTitle": "App Configuration Endpoint:", | ||
"SelectionModeTitle": "Selection Mode:", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"loc.friendlyName": "Azure App Configuration Import", | ||
"loc.helpMarkDown": "Email [email protected] for questions.", | ||
"loc.description": "Push key-values to an Azure App Configuration instance", | ||
"loc.description": "Import key-values to an Azure App Configuration instance", | ||
"loc.instanceNameFormat": "Azure App Configuration", | ||
"loc.group.displayName.AppConfiguration": "AppConfiguration", | ||
"loc.group.displayName.Source": "Source", | ||
|
@@ -29,9 +29,9 @@ | |
"loc.input.label.ContentType": "Content Type", | ||
"loc.input.help.ContentType": "a content type to append to all keys in the configuration file", | ||
"loc.input.label.Tags": "Tags", | ||
"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\"}", | ||
"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\"}", | ||
"loc.input.label.ExcludeFeatureFlags": "Exclude feature flags", | ||
"loc.input.help.ExcludeFeatureFlags": "Specifies whether or not any feature flags provided in the configuration file will be pushed to App Configuration.", | ||
"loc.input.help.ExcludeFeatureFlags": "Specifies whether or not any feature flags provided in the configuration file will be imported to App Configuration.", | ||
"loc.input.label.Strict": "Delete key-values that are not included in the configuration file", | ||
"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.", | ||
"loc.input.label.DryRun": "Dry run", | ||
|
@@ -45,7 +45,7 @@ | |
"loc.messages.InvalidTagsWithSample": "Invalid format for parameter 'Tags'. Sample 'Tags': {\"name1\": \"value1\", \"name2\":, \"value2\"}.", | ||
"loc.messages.InvalidAppConfigurationEndpoint": "Invalid App Configuration endpoint %s. Please provide a valid App Configuration endpoint.", | ||
"loc.messages.InvalidTypeInTags": "Invalid type in parameter 'Tags'. Only strings supported", | ||
"loc.messages.AzureAppConfigurationPushTaskStartingUp": "Azure App Configuration Push Task is starting up...", | ||
"loc.messages.AzureAppConfigurationImportTaskStartingUp": "Azure App Configuration Import Task is starting up...", | ||
"loc.messages.AzureSubscriptionTitle": "Azure Subscription:", | ||
"loc.messages.AppConfigurationEndpointTitle": "App Configuration Endpoint:", | ||
"loc.messages.StrictTitle": "Strict:", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
"id": "fd186364-adb5-43c0-91ea-c5f9daa5b747", | ||
"name": "AzureAppConfigurationImport", | ||
"friendlyName": "Azure App Configuration Import", | ||
"description": "Push key-values to an Azure App Configuration instance", | ||
"helpUrl": "https://learn.microsoft.com/azure/azure-app-configuration/push-kv-devops-pipeline", | ||
"description": "Import key-values to an Azure App Configuration instance", | ||
"helpUrl": "https://learn.microsoft.com/azure/azure-app-configuration/azure-pipeline-import-task", | ||
"helpMarkDown": "Email [email protected] for questions.", | ||
"category": "Utility", | ||
"author": "Microsoft Corporation", | ||
"version": { | ||
"Major": 10, | ||
"Minor": 247, | ||
"Minor": 249, | ||
"Patch": 0 | ||
}, | ||
"instanceNameFormat": "Azure App Configuration", | ||
|
@@ -180,7 +180,7 @@ | |
"label": "Tags", | ||
"defaultValue": "", | ||
"required": false, | ||
"helpMarkDown": "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\"}", | ||
"helpMarkDown": "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\"}", | ||
"groupName": "Options", | ||
"properties": { | ||
"EditableOptions": "True" | ||
|
@@ -193,7 +193,7 @@ | |
"label": "Exclude feature flags", | ||
"defaultValue": false, | ||
"required": false, | ||
"helpMarkDown": "Specifies whether or not any feature flags provided in the configuration file will be pushed to App Configuration.", | ||
"helpMarkDown": "Specifies whether or not any feature flags provided in the configuration file will be imported to App Configuration.", | ||
"groupName": "Options", | ||
"properties": { | ||
"EditableOptions": "True" | ||
|
@@ -283,7 +283,7 @@ | |
"InvalidTagsWithSample": "Invalid format for parameter 'Tags'. Sample 'Tags': {\"name1\": \"value1\", \"name2\":, \"value2\"}.", | ||
"InvalidAppConfigurationEndpoint": "Invalid App Configuration endpoint %s. Please provide a valid App Configuration endpoint.", | ||
"InvalidTypeInTags": "Invalid type in parameter 'Tags'. Only strings supported", | ||
"AzureAppConfigurationPushTaskStartingUp": "Azure App Configuration Push Task is starting up...", | ||
"AzureAppConfigurationImportTaskStartingUp": "Azure App Configuration Import Task is starting up...", | ||
"AzureSubscriptionTitle": "Azure Subscription:", | ||
"AppConfigurationEndpointTitle": "App Configuration Endpoint:", | ||
"StrictTitle": "Strict:", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, how do we decide the minor version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor version is based on the current sprint version please see-> https://github.com/microsoft/azure-pipelines-tasks/blob/master/docs/taskversionbumping.md