Skip to content

Commit 92673cc

Browse files
MaryanneNjeriMaryanne Njeri
andauthored
[App Configuration] Update App Configuration tasks description (#20682)
* Update App Configuration tasks description * Update App Configuration tasks description * Address PR comment * Address PR comments --------- Co-authored-by: Maryanne Njeri <[email protected]>
1 parent 7df4852 commit 92673cc

File tree

13 files changed

+30
-30
lines changed

13 files changed

+30
-30
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Tasks/AppCenterTestV1/ @imenkov @lucen-ms @DergachevE
1818
Tasks/ArchiveFilesV2/ @microsoft/akvelon-build-task-team
1919

2020
# DRI Rotation for @microsoft/release-management-task-team : DRI-ReleaseManagement
21-
Tasks/AzureAppConfigurationV10/ @microsoft/azure-appconfig-team
21+
Tasks/AzureAppConfigurationExportV10/ @microsoft/azure-appconfig-team
2222

23-
Tasks/AzureAppConfigurationPushV10/ @microsoft/azure-appconfig-team
23+
Tasks/AzureAppConfigurationImportV10/ @microsoft/azure-appconfig-team
2424

2525
Tasks/AzureAppConfigurationSnapshotV1/ @microsoft/azure-appconfig-team
2626

Tasks/AzureAppConfigurationExportV10/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"loc.friendlyName": "Azure App Configuration Export",
33
"loc.helpMarkDown": "Email [email protected] for questions.",
4-
"loc.description": "Download key-values to task variables from Azure App Configuration",
4+
"loc.description": "Export key-values to task variables from Azure App Configuration",
55
"loc.instanceNameFormat": "Azure App Configuration",
66
"loc.input.label.ConnectedServiceName": "Azure subscription",
77
"loc.input.help.ConnectedServiceName": "Select the Azure Subscription for the Azure App Configuration instance.",
@@ -27,7 +27,7 @@
2727
"loc.messages.InvalidAppConfigurationEndpoint": "Invalid App Configuration endpoint %s. Please provide a valid App Configuration endpoint.",
2828
"loc.messages.SecretUrlCannotBeEmpty": "Secret url cannot be empty",
2929
"loc.messages.InvalidSecretUrl": "Invalid secret Url",
30-
"loc.messages.AzureAppConfigurationTaskIsStartingUp": "Azure App Configuration Task is starting up...",
30+
"loc.messages.AzureAppConfigurationTaskIsStartingUp": "Azure App Configuration Export Task is starting up...",
3131
"loc.messages.AzureSubscriptionTitle": "Azure Subscription:",
3232
"loc.messages.AppConfigurationEndpointTitle": "App Configuration Endpoint:",
3333
"loc.messages.SelectionModeTitle": "Selection Mode:",

Tasks/AzureAppConfigurationExportV10/ThirdPartyNotice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
22
Do Not Translate or Localize
33

4-
This Azure DevOps extension (AzureAppConfiguration) is based on or incorporates material from the projects listed below (Third Party IP). The original copyright notice and the license under which Microsoft received such Third Party IP, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft licenses the Third Party IP to you under the licensing terms for the Azure DevOps extension. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise.
4+
This Azure DevOps extension (AzureAppConfigurationExport) is based on or incorporates material from the projects listed below (Third Party IP). The original copyright notice and the license under which Microsoft received such Third Party IP, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft licenses the Third Party IP to you under the licensing terms for the Azure DevOps extension. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise.
55

66
1. @types/mocha (git+https://github.com/DefinitelyTyped/DefinitelyTyped.git)
77
2. @types/node (git+https://github.com/DefinitelyTyped/DefinitelyTyped.git)

Tasks/AzureAppConfigurationExportV10/task.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"id": "81fa1f14-66ef-4e75-93fd-30b8ee7140d6",
33
"name": "AzureAppConfigurationExport",
44
"friendlyName": "Azure App Configuration Export",
5-
"description": "Download key-values to task variables from Azure App Configuration",
6-
"helpUrl": "https://learn.microsoft.com/azure/azure-app-configuration/pull-key-value-devops-pipeline",
5+
"description": "Export key-values to task variables from Azure App Configuration",
6+
"helpUrl": "https://learn.microsoft.com/azure/azure-app-configuration/azure-pipeline-export-task",
77
"helpMarkDown": "Email [email protected] for questions.",
88
"category": "Deploy",
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 10,
12-
"Minor": 247,
12+
"Minor": 249,
1313
"Patch": 0
1414
},
1515
"instanceNameFormat": "Azure App Configuration",
@@ -150,7 +150,7 @@
150150
"InvalidAppConfigurationEndpoint": "Invalid App Configuration endpoint %s. Please provide a valid App Configuration endpoint.",
151151
"SecretUrlCannotBeEmpty": "Secret url cannot be empty",
152152
"InvalidSecretUrl": "Invalid secret Url",
153-
"AzureAppConfigurationTaskIsStartingUp": "Azure App Configuration Task is starting up...",
153+
"AzureAppConfigurationTaskIsStartingUp": "Azure App Configuration Export Task is starting up...",
154154
"AzureSubscriptionTitle": "Azure Subscription:",
155155
"AppConfigurationEndpointTitle": "App Configuration Endpoint:",
156156
"SelectionModeTitle": "Selection Mode:",

Tasks/AzureAppConfigurationExportV10/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"name": "AzureAppConfigurationExport",
44
"friendlyName": "ms-resource:loc.friendlyName",
55
"description": "ms-resource:loc.description",
6-
"helpUrl": "https://learn.microsoft.com/azure/azure-app-configuration/pull-key-value-devops-pipeline",
6+
"helpUrl": "https://learn.microsoft.com/azure/azure-app-configuration/azure-pipeline-export-task",
77
"helpMarkDown": "ms-resource:loc.helpMarkDown",
88
"category": "Deploy",
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 10,
12-
"Minor": 247,
12+
"Minor": 249,
1313
"Patch": 0
1414
},
1515
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

Tasks/AzureAppConfigurationExportV10/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export class Utils {
77

88
public static GenerateUserAgent(): string {
99
const taskVersion: string = `${TaskManifestData.version.Major}.${TaskManifestData.version.Minor}.${TaskManifestData.version.Patch}`;
10-
const userAgent: string = `AzurePipelines.AzureAppConfiguration.Pull/${taskVersion} Node/${process["version"]} OS/(${os.arch()}-${os.type()}-${os.release()})`;
10+
const userAgent: string = `AzurePipelines.AzureAppConfiguration.Export/${taskVersion} Node/${process["version"]} OS/(${os.arch()}-${os.type()}-${os.release()})`;
1111
// webClient.WebRequest will load environment variable as user-agent.
1212
return userAgent;
1313
}

Tasks/AzureAppConfigurationImportV10/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"loc.friendlyName": "Azure App Configuration Import",
33
"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",
55
"loc.instanceNameFormat": "Azure App Configuration",
66
"loc.group.displayName.AppConfiguration": "AppConfiguration",
77
"loc.group.displayName.Source": "Source",
@@ -29,9 +29,9 @@
2929
"loc.input.label.ContentType": "Content Type",
3030
"loc.input.help.ContentType": "a content type to append to all keys in the configuration file",
3131
"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\"}",
3333
"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.",
3535
"loc.input.label.Strict": "Delete key-values that are not included in the configuration file",
3636
"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.",
3737
"loc.input.label.DryRun": "Dry run",
@@ -45,7 +45,7 @@
4545
"loc.messages.InvalidTagsWithSample": "Invalid format for parameter 'Tags'. Sample 'Tags': {\"name1\": \"value1\", \"name2\":, \"value2\"}.",
4646
"loc.messages.InvalidAppConfigurationEndpoint": "Invalid App Configuration endpoint %s. Please provide a valid App Configuration endpoint.",
4747
"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...",
4949
"loc.messages.AzureSubscriptionTitle": "Azure Subscription:",
5050
"loc.messages.AppConfigurationEndpointTitle": "App Configuration Endpoint:",
5151
"loc.messages.StrictTitle": "Strict:",

Tasks/AzureAppConfigurationImportV10/ThirdPartyNotices.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
22
Do Not Translate or Localize
33

4-
This Azure DevOps extension (AzureAppConfigurationPush) is based on or incorporates material from the projects listed below (Third Party IP). The original copyright notice and the license under which Microsoft received such Third Party IP, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft licenses the Third Party IP to you under the licensing terms for the Azure DevOps extension. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise.
4+
This Azure DevOps extension (AzureAppConfigurationImport) is based on or incorporates material from the projects listed below (Third Party IP). The original copyright notice and the license under which Microsoft received such Third Party IP, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft licenses the Third Party IP to you under the licensing terms for the Azure DevOps extension. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise.
55

66
1. @types/mocha (git+https://github.com/DefinitelyTyped/DefinitelyTyped.git)
77
2. @types/node (git+https://github.com/DefinitelyTyped/DefinitelyTyped.git)

Tasks/AzureAppConfigurationImportV10/task.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"id": "fd186364-adb5-43c0-91ea-c5f9daa5b747",
33
"name": "AzureAppConfigurationImport",
44
"friendlyName": "Azure App Configuration Import",
5-
"description": "Push key-values to an Azure App Configuration instance",
6-
"helpUrl": "https://learn.microsoft.com/azure/azure-app-configuration/push-kv-devops-pipeline",
5+
"description": "Import key-values to an Azure App Configuration instance",
6+
"helpUrl": "https://learn.microsoft.com/azure/azure-app-configuration/azure-pipeline-import-task",
77
"helpMarkDown": "Email [email protected] for questions.",
88
"category": "Utility",
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 10,
12-
"Minor": 247,
12+
"Minor": 249,
1313
"Patch": 0
1414
},
1515
"instanceNameFormat": "Azure App Configuration",
@@ -180,7 +180,7 @@
180180
"label": "Tags",
181181
"defaultValue": "",
182182
"required": false,
183-
"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\"}",
183+
"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\"}",
184184
"groupName": "Options",
185185
"properties": {
186186
"EditableOptions": "True"
@@ -193,7 +193,7 @@
193193
"label": "Exclude feature flags",
194194
"defaultValue": false,
195195
"required": false,
196-
"helpMarkDown": "Specifies whether or not any feature flags provided in the configuration file will be pushed to App Configuration.",
196+
"helpMarkDown": "Specifies whether or not any feature flags provided in the configuration file will be imported to App Configuration.",
197197
"groupName": "Options",
198198
"properties": {
199199
"EditableOptions": "True"
@@ -283,7 +283,7 @@
283283
"InvalidTagsWithSample": "Invalid format for parameter 'Tags'. Sample 'Tags': {\"name1\": \"value1\", \"name2\":, \"value2\"}.",
284284
"InvalidAppConfigurationEndpoint": "Invalid App Configuration endpoint %s. Please provide a valid App Configuration endpoint.",
285285
"InvalidTypeInTags": "Invalid type in parameter 'Tags'. Only strings supported",
286-
"AzureAppConfigurationPushTaskStartingUp": "Azure App Configuration Push Task is starting up...",
286+
"AzureAppConfigurationImportTaskStartingUp": "Azure App Configuration Import Task is starting up...",
287287
"AzureSubscriptionTitle": "Azure Subscription:",
288288
"AppConfigurationEndpointTitle": "App Configuration Endpoint:",
289289
"StrictTitle": "Strict:",

Tasks/AzureAppConfigurationImportV10/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"name": "AzureAppConfigurationImport",
44
"friendlyName": "ms-resource:loc.friendlyName",
55
"description": "ms-resource:loc.description",
6-
"helpUrl": "https://learn.microsoft.com/azure/azure-app-configuration/push-kv-devops-pipeline",
6+
"helpUrl": "https://learn.microsoft.com/azure/azure-app-configuration/azure-pipeline-import-task",
77
"helpMarkDown": "ms-resource:loc.helpMarkDown",
88
"category": "Utility",
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 10,
12-
"Minor": 247,
12+
"Minor": 249,
1313
"Patch": 0
1414
},
1515
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
@@ -283,7 +283,7 @@
283283
"InvalidTagsWithSample": "ms-resource:loc.messages.InvalidTagsWithSample",
284284
"InvalidAppConfigurationEndpoint": "ms-resource:loc.messages.InvalidAppConfigurationEndpoint",
285285
"InvalidTypeInTags": "ms-resource:loc.messages.InvalidTypeInTags",
286-
"AzureAppConfigurationPushTaskStartingUp": "ms-resource:loc.messages.AzureAppConfigurationPushTaskStartingUp",
286+
"AzureAppConfigurationImportTaskStartingUp": "ms-resource:loc.messages.AzureAppConfigurationImportTaskStartingUp",
287287
"AzureSubscriptionTitle": "ms-resource:loc.messages.AzureSubscriptionTitle",
288288
"AppConfigurationEndpointTitle": "ms-resource:loc.messages.AppConfigurationEndpointTitle",
289289
"StrictTitle": "ms-resource:loc.messages.StrictTitle",

0 commit comments

Comments
 (0)