-
Notifications
You must be signed in to change notification settings - Fork 2.6k
/
Copy pathtask.loc.json
428 lines (428 loc) · 23.3 KB
/
task.loc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
{
"id": "18BDE28A-8172-45CB-B204-5CEF1393DBB1",
"name": "AzureWebApp",
"friendlyName": "ms-resource:loc.friendlyName",
"description": "ms-resource:loc.description",
"helpUrl": "https://aka.ms/azurewebapptroubleshooting",
"helpMarkDown": "ms-resource:loc.helpMarkDown",
"category": "Deploy",
"visibility": [
"Build",
"Release"
],
"runsOn": [
"Agent",
"DeploymentGroup"
],
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 253,
"Patch": 0
},
"minimumAgentVersion": "2.209.0",
"groups": [
{
"name": "AdditionalDeploymentOptions",
"displayName": "ms-resource:loc.group.displayName.AdditionalDeploymentOptions",
"isExpanded": false,
"visibleRule": "appType != webAppLinux && appType != \"\" && package NotEndsWith .war && package NotEndsWith .jar"
},
{
"name": "ApplicationAndConfigurationSettings",
"displayName": "ms-resource:loc.group.displayName.ApplicationAndConfigurationSettings",
"isExpanded": false
}
],
"inputs": [
{
"name": "azureSubscription",
"type": "connectedService:AzureRM",
"label": "ms-resource:loc.input.label.azureSubscription",
"defaultValue": "",
"required": true,
"helpMarkDown": "ms-resource:loc.input.help.azureSubscription"
},
{
"name": "appType",
"type": "pickList",
"label": "ms-resource:loc.input.label.appType",
"defaultValue": "",
"required": true,
"options": {
"webApp": "Web App on Windows",
"webAppLinux": "Web App on Linux"
}
},
{
"name": "appName",
"type": "pickList",
"label": "ms-resource:loc.input.label.appName",
"defaultValue": "",
"required": true,
"properties": {
"EditableOptions": "True"
},
"helpMarkDown": "ms-resource:loc.input.help.appName"
},
{
"name": "deployToSlotOrASE",
"type": "boolean",
"label": "ms-resource:loc.input.label.deployToSlotOrASE",
"defaultValue": "false",
"required": false,
"helpMarkDown": "ms-resource:loc.input.help.deployToSlotOrASE",
"visibleRule": "appType != \"\""
},
{
"name": "resourceGroupName",
"type": "pickList",
"label": "ms-resource:loc.input.label.resourceGroupName",
"defaultValue": "",
"required": true,
"properties": {
"EditableOptions": "True"
},
"helpMarkDown": "ms-resource:loc.input.help.resourceGroupName",
"visibleRule": "deployToSlotOrASE = true"
},
{
"name": "slotName",
"type": "pickList",
"label": "ms-resource:loc.input.label.slotName",
"defaultValue": "production",
"required": true,
"properties": {
"EditableOptions": "True"
},
"helpMarkDown": "ms-resource:loc.input.help.slotName",
"visibleRule": "deployToSlotOrASE = true"
},
{
"name": "package",
"type": "filePath",
"label": "ms-resource:loc.input.label.package",
"defaultValue": "$(System.DefaultWorkingDirectory)/**/*.zip",
"required": true,
"helpMarkDown": "ms-resource:loc.input.help.package"
},
{
"name": "customDeployFolder",
"type": "string",
"label": "ms-resource:loc.input.label.customDeployFolder",
"defaultValue": "",
"visibleRule": "package EndsWith .war",
"helpMarkDown": "ms-resource:loc.input.help.customDeployFolder"
},
{
"name": "runtimeStack",
"type": "pickList",
"label": "ms-resource:loc.input.label.runtimeStack",
"defaultValue": "",
"required": false,
"properties": {
"EditableOptions": "True"
},
"options": {
"DOTNETCORE:9.0": ".NET 9.0",
"DOTNETCORE:8.0": ".NET 8.0",
"DOTNETCORE:7.0": ".NET 7.0",
"DOTNETCORE:6.0": ".NET 6.0",
"NODE:22-lts": "Node 22 LTS",
"NODE:20-lts": "Node 20 LTS",
"NODE:18-lts": "Node 18 LTS",
"NODE:16-lts": "Node 16 LTS",
"PYTHON:3.12": "Python 3.12",
"PYTHON:3.11": "Python 3.11",
"PYTHON:3.10": "Python 3.10",
"PYTHON:3.9": "Python 3.9",
"PYTHON:3.8": "Python 3.8",
"PHP:8.3": "PHP 8.3",
"PHP:8.2": "PHP 8.2",
"PHP:8.1": "PHP 8.1",
"PHP:8.0": "PHP 8.0",
"JAVA:21-java21": "Java 21",
"JAVA:17-java17": "Java 17",
"JAVA:11-java11": "Java 11",
"JAVA:8-jre8": "Java 8",
"JBOSSEAP:8-java17": "JBoss EAP 8 (Java 17)",
"JBOSSEAP:8-java11": "JBoss EAP 8 (Java 11)",
"JBOSSEAP:7-java17": "JBoss EAP 7 (Java 17)",
"JBOSSEAP:7-java11": "JBoss EAP 7 (Java 11)",
"JBOSSEAP:7-java8": "JBoss EAP 7 (Java 8)",
"TOMCAT:10.1-java21": "Tomcat 10.1 (Java 21)",
"TOMCAT:10.1-java17": "Tomcat 10.1 (Java 17)",
"TOMCAT:10.1-java11": "Tomcat 10.1 (Java 11)",
"TOMCAT:10.0-java17": "Tomcat 10.0 (Java 17)",
"TOMCAT:10.0-java11": "Tomcat 10.0 (Java 11)",
"TOMCAT:10.0-jre8": "Tomcat 10.0 (Java 8)",
"TOMCAT:9.0-java21": "Tomcat 9.0 (Java 21)",
"TOMCAT:9.0-java17": "Tomcat 9.0 (Java 17)",
"TOMCAT:9.0-java11": "Tomcat 9.0 (Java 11)",
"TOMCAT:9.0-jre8": "Tomcat 9.0 (Java 8)",
"TOMCAT:8.5-java11": "Tomcat 8.5 (Java 11)",
"TOMCAT:8.5-jre8": "Tomcat 8.5 (Java 8)"
},
"visibleRule": "appType = webAppLinux"
},
{
"name": "startUpCommand",
"type": "string",
"label": "ms-resource:loc.input.label.startUpCommand",
"defaultValue": "",
"required": false,
"visibleRule": "appType = webAppLinux",
"helpMarkDown": "ms-resource:loc.input.help.startUpCommand"
},
{
"name": "customWebConfig",
"type": "multiLine",
"label": "ms-resource:loc.input.label.customWebConfig",
"required": false,
"defaultValue": "",
"groupName": "ApplicationAndConfigurationSettings",
"helpMarkDown": "ms-resource:loc.input.help.customWebConfig",
"properties": {
"editorExtension": "ms.vss-services-azure.webconfig-parameters-grid"
},
"visibleRule": "appType != webAppLinux && package NotEndsWith .war"
},
{
"name": "appSettings",
"type": "multiLine",
"label": "ms-resource:loc.input.label.appSettings",
"defaultValue": "",
"required": false,
"groupName": "ApplicationAndConfigurationSettings",
"helpMarkDown": "ms-resource:loc.input.help.appSettings",
"properties": {
"editorExtension": "ms.vss-services-azure.parameters-grid"
}
},
{
"name": "configurationStrings",
"type": "multiLine",
"label": "ms-resource:loc.input.label.configurationStrings",
"defaultValue": "",
"required": false,
"groupName": "ApplicationAndConfigurationSettings",
"helpMarkDown": "ms-resource:loc.input.help.configurationStrings",
"properties": {
"editorExtension": "ms.vss-services-azure.parameters-grid"
}
},
{
"name": "deploymentMethod",
"type": "pickList",
"label": "ms-resource:loc.input.label.deploymentMethod",
"defaultValue": "auto",
"required": true,
"groupName": "AdditionalDeploymentOptions",
"options": {
"auto": "Auto-detect",
"zipDeploy": "Zip Deploy",
"runFromPackage": "Run From Package"
},
"helpMarkDown": "ms-resource:loc.input.help.deploymentMethod"
}
],
"outputVariables": [
{
"name": "AppServiceApplicationUrl",
"description": "Application URL of the selected App Service."
}
],
"dataSourceBindings": [
{
"target": "appName",
"endpointId": "$(azureSubscription)",
"dataSourceName": "AzureRMWebAppNamesByAppType",
"parameters": {
"WebAppKind": "$(appType)"
}
},
{
"target": "resourceGroupName",
"endpointId": "$(azureSubscription)",
"dataSourceName": "AzureRMWebAppResourceGroup",
"parameters": {
"WebAppName": "$(appName)"
}
},
{
"target": "slotName",
"endpointId": "$(azureSubscription)",
"dataSourceName": "AzureRMWebAppSlotsId",
"parameters": {
"WebAppName": "$(appName)",
"ResourceGroupName": "$(resourceGroupName)"
},
"resultTemplate": "{\"Value\":\"{{{ #extractResource slots}}}\",\"DisplayValue\":\"{{{ #extractResource slots}}}\"}"
}
],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"execution": {
"Node10": {
"target": "azurermwebappdeployment.js"
},
"Node16": {
"target": "azurermwebappdeployment.js"
},
"Node20_1": {
"target": "azurermwebappdeployment.js",
"argumentFormat": ""
}
},
"messages": {
"Invalidwebapppackageorfolderpathprovided": "ms-resource:loc.messages.Invalidwebapppackageorfolderpathprovided",
"SetParamFilenotfound0": "ms-resource:loc.messages.SetParamFilenotfound0",
"XDTTransformationsappliedsuccessfully": "ms-resource:loc.messages.XDTTransformationsappliedsuccessfully",
"GotconnectiondetailsforazureRMWebApp0": "ms-resource:loc.messages.GotconnectiondetailsforazureRMWebApp0",
"ErrorNoSuchDeployingMethodExists": "ms-resource:loc.messages.ErrorNoSuchDeployingMethodExists",
"UnabletoretrieveconnectiondetailsforazureRMWebApp": "ms-resource:loc.messages.UnabletoretrieveconnectiondetailsforazureRMWebApp",
"UnabletoretrieveResourceID": "ms-resource:loc.messages.UnabletoretrieveResourceID",
"Successfullyupdateddeploymenthistory": "ms-resource:loc.messages.Successfullyupdateddeploymenthistory",
"Failedtoupdatedeploymenthistory": "ms-resource:loc.messages.Failedtoupdatedeploymenthistory",
"WARNINGCannotupdatedeploymentstatusSCMendpointisnotenabledforthiswebsite": "ms-resource:loc.messages.WARNINGCannotupdatedeploymentstatusSCMendpointisnotenabledforthiswebsite",
"Unabletoretrievewebconfigdetails": "ms-resource:loc.messages.Unabletoretrievewebconfigdetails",
"Unabletoretrievewebappsettings": "ms-resource:loc.messages.Unabletoretrievewebappsettings",
"Unabletoupdatewebappsettings": "ms-resource:loc.messages.Unabletoupdatewebappsettings",
"CannotupdatedeploymentstatusuniquedeploymentIdCannotBeRetrieved": "ms-resource:loc.messages.CannotupdatedeploymentstatusuniquedeploymentIdCannotBeRetrieved",
"PackageDeploymentSuccess": "ms-resource:loc.messages.PackageDeploymentSuccess",
"PackageDeploymentFailed": "ms-resource:loc.messages.PackageDeploymentFailed",
"Runningcommand": "ms-resource:loc.messages.Runningcommand",
"Deployingwebapplicationatvirtualpathandphysicalpath": "ms-resource:loc.messages.Deployingwebapplicationatvirtualpathandphysicalpath",
"Successfullydeployedpackageusingkuduserviceat": "ms-resource:loc.messages.Successfullydeployedpackageusingkuduserviceat",
"Failedtodeploywebapppackageusingkuduservice": "ms-resource:loc.messages.Failedtodeploywebapppackageusingkuduservice",
"Unabletodeploywebappresponsecode": "ms-resource:loc.messages.Unabletodeploywebappresponsecode",
"MSDeploygeneratedpackageareonlysupportedforWindowsplatform": "ms-resource:loc.messages.MSDeploygeneratedpackageareonlysupportedforWindowsplatform",
"UnsupportedinstalledversionfoundforMSDeployversionshouldbeatleast3orabove": "ms-resource:loc.messages.UnsupportedinstalledversionfoundforMSDeployversionshouldbeatleast3orabove",
"UnabletofindthelocationofMSDeployfromregistryonmachineError": "ms-resource:loc.messages.UnabletofindthelocationofMSDeployfromregistryonmachineError",
"Nopackagefoundwithspecifiedpattern": "ms-resource:loc.messages.Nopackagefoundwithspecifiedpattern",
"MorethanonepackagematchedwithspecifiedpatternPleaserestrainthesearchpattern": "ms-resource:loc.messages.MorethanonepackagematchedwithspecifiedpatternPleaserestrainthesearchpattern",
"Trytodeploywebappagainwithappofflineoptionselected": "ms-resource:loc.messages.Trytodeploywebappagainwithappofflineoptionselected",
"Trytodeploywebappagainwithrenamefileoptionselected": "ms-resource:loc.messages.Trytodeploywebappagainwithrenamefileoptionselected",
"NOJSONfilematchedwithspecificpattern": "ms-resource:loc.messages.NOJSONfilematchedwithspecificpattern",
"Configfiledoesntexists": "ms-resource:loc.messages.Configfiledoesntexists",
"Failedtowritetoconfigfilewitherror": "ms-resource:loc.messages.Failedtowritetoconfigfilewitherror",
"AppOfflineModeenabled": "ms-resource:loc.messages.AppOfflineModeenabled",
"Failedtoenableappofflinemode": "ms-resource:loc.messages.Failedtoenableappofflinemode",
"AppOflineModedisabled": "ms-resource:loc.messages.AppOflineModedisabled",
"FailedtodisableAppOfflineMode": "ms-resource:loc.messages.FailedtodisableAppOfflineMode",
"CannotPerformXdtTransformationOnNonWindowsPlatform": "ms-resource:loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform",
"XdtTransformationErrorWhileTransforming": "ms-resource:loc.messages.XdtTransformationErrorWhileTransforming",
"PublishusingwebdeployoptionsaresupportedonlywhenusingWindowsagent": "ms-resource:loc.messages.PublishusingwebdeployoptionsaresupportedonlywhenusingWindowsagent",
"Publishusingzipdeploynotsupportedformsbuildpackage": "ms-resource:loc.messages.Publishusingzipdeploynotsupportedformsbuildpackage",
"Publishusingzipdeploynotsupportedforvirtualapplication": "ms-resource:loc.messages.Publishusingzipdeploynotsupportedforvirtualapplication",
"Publishusingzipdeploydoesnotsupportwarfile": "ms-resource:loc.messages.Publishusingzipdeploydoesnotsupportwarfile",
"Publishusingrunfromzipwithpostdeploymentscript": "ms-resource:loc.messages.Publishusingrunfromzipwithpostdeploymentscript",
"ResourceDoesntExist": "ms-resource:loc.messages.ResourceDoesntExist",
"EncodeNotSupported": "ms-resource:loc.messages.EncodeNotSupported",
"UnknownFileEncodeError": "ms-resource:loc.messages.UnknownFileEncodeError",
"ShortFileBufferError": "ms-resource:loc.messages.ShortFileBufferError",
"FailedToUpdateAzureRMWebAppConfigDetails": "ms-resource:loc.messages.FailedToUpdateAzureRMWebAppConfigDetails",
"SuccessfullyUpdatedAzureRMWebAppConfigDetails": "ms-resource:loc.messages.SuccessfullyUpdatedAzureRMWebAppConfigDetails",
"RequestedURLforkuduphysicalpath": "ms-resource:loc.messages.RequestedURLforkuduphysicalpath",
"Physicalpathalreadyexists": "ms-resource:loc.messages.Physicalpathalreadyexists",
"KuduPhysicalpathCreatedSuccessfully": "ms-resource:loc.messages.KuduPhysicalpathCreatedSuccessfully",
"FailedtocreateKuduPhysicalPath": "ms-resource:loc.messages.FailedtocreateKuduPhysicalPath",
"FailedtocheckphysicalPath": "ms-resource:loc.messages.FailedtocheckphysicalPath",
"VirtualApplicationDoesNotExist": "ms-resource:loc.messages.VirtualApplicationDoesNotExist",
"JSONParseError": "ms-resource:loc.messages.JSONParseError",
"JSONvariablesubstitutionappliedsuccessfully": "ms-resource:loc.messages.JSONvariablesubstitutionappliedsuccessfully",
"XMLvariablesubstitutionappliedsuccessfully": "ms-resource:loc.messages.XMLvariablesubstitutionappliedsuccessfully",
"failedtoUploadFileToKudu": "ms-resource:loc.messages.failedtoUploadFileToKudu",
"failedtoUploadFileToKuduError": "ms-resource:loc.messages.failedtoUploadFileToKuduError",
"ExecuteScriptOnKudu": "ms-resource:loc.messages.ExecuteScriptOnKudu",
"FailedToRunScriptOnKuduError": "ms-resource:loc.messages.FailedToRunScriptOnKuduError",
"FailedToRunScriptOnKudu": "ms-resource:loc.messages.FailedToRunScriptOnKudu",
"ScriptExecutionOnKuduSuccess": "ms-resource:loc.messages.ScriptExecutionOnKuduSuccess",
"ScriptExecutionOnKuduFailed": "ms-resource:loc.messages.ScriptExecutionOnKuduFailed",
"FailedtoDeleteFileFromKudu": "ms-resource:loc.messages.FailedtoDeleteFileFromKudu",
"FailedtoDeleteFileFromKuduError": "ms-resource:loc.messages.FailedtoDeleteFileFromKuduError",
"ScriptFileNotFound": "ms-resource:loc.messages.ScriptFileNotFound",
"InvalidScriptFile": "ms-resource:loc.messages.InvalidScriptFile",
"RetryForTimeoutIssue": "ms-resource:loc.messages.RetryForTimeoutIssue",
"stdoutFromScript": "ms-resource:loc.messages.stdoutFromScript",
"stderrFromScript": "ms-resource:loc.messages.stderrFromScript",
"WebConfigAlreadyExists": "ms-resource:loc.messages.WebConfigAlreadyExists",
"SuccessfullyGeneratedWebConfig": "ms-resource:loc.messages.SuccessfullyGeneratedWebConfig",
"FailedToGenerateWebConfig": "ms-resource:loc.messages.FailedToGenerateWebConfig",
"FailedToGetKuduFileContent": "ms-resource:loc.messages.FailedToGetKuduFileContent",
"FailedToGetKuduFileContentError": "ms-resource:loc.messages.FailedToGetKuduFileContentError",
"ScriptStatusTimeout": "ms-resource:loc.messages.ScriptStatusTimeout",
"PollingForFileTimeOut": "ms-resource:loc.messages.PollingForFileTimeOut",
"InvalidPollOption": "ms-resource:loc.messages.InvalidPollOption",
"MissingAppTypeWebConfigParameters": "ms-resource:loc.messages.MissingAppTypeWebConfigParameters",
"AutoDetectDjangoSettingsFailed": "ms-resource:loc.messages.AutoDetectDjangoSettingsFailed",
"FailedToApplyTransformation": "ms-resource:loc.messages.FailedToApplyTransformation",
"FailedToApplyTransformationReason1": "ms-resource:loc.messages.FailedToApplyTransformationReason1",
"FailedToApplyTransformationReason2": "ms-resource:loc.messages.FailedToApplyTransformationReason2",
"AutoParameterizationMessage": "ms-resource:loc.messages.AutoParameterizationMessage",
"UnsupportedAppType": "ms-resource:loc.messages.UnsupportedAppType",
"UnableToFetchAuthorityURL": "ms-resource:loc.messages.UnableToFetchAuthorityURL",
"UnableToFetchActiveDirectory": "ms-resource:loc.messages.UnableToFetchActiveDirectory",
"SuccessfullyUpdatedRuntimeStackAndStartupCommand": "ms-resource:loc.messages.SuccessfullyUpdatedRuntimeStackAndStartupCommand",
"FailedToUpdateRuntimeStackAndStartupCommand": "ms-resource:loc.messages.FailedToUpdateRuntimeStackAndStartupCommand",
"SuccessfullyUpdatedWebAppSettings": "ms-resource:loc.messages.SuccessfullyUpdatedWebAppSettings",
"FailedToUpdateAppSettingsInConfigDetails": "ms-resource:loc.messages.FailedToUpdateAppSettingsInConfigDetails",
"UnableToGetAzureRMWebAppMetadata": "ms-resource:loc.messages.UnableToGetAzureRMWebAppMetadata",
"UnableToUpdateAzureRMWebAppMetadata": "ms-resource:loc.messages.UnableToUpdateAzureRMWebAppMetadata",
"Unabletoretrieveazureregistrycredentials": "ms-resource:loc.messages.Unabletoretrieveazureregistrycredentials",
"UnableToReadResponseBody": "ms-resource:loc.messages.UnableToReadResponseBody",
"UnableToUpdateWebAppConfigDetails": "ms-resource:loc.messages.UnableToUpdateWebAppConfigDetails",
"AddingReleaseAnnotation": "ms-resource:loc.messages.AddingReleaseAnnotation",
"SuccessfullyAddedReleaseAnnotation": "ms-resource:loc.messages.SuccessfullyAddedReleaseAnnotation",
"FailedAddingReleaseAnnotation": "ms-resource:loc.messages.FailedAddingReleaseAnnotation",
"RenameLockedFilesEnabled": "ms-resource:loc.messages.RenameLockedFilesEnabled",
"FailedToEnableRenameLockedFiles": "ms-resource:loc.messages.FailedToEnableRenameLockedFiles",
"WebJobsInProgressIssue": "ms-resource:loc.messages.WebJobsInProgressIssue",
"FailedToFetchKuduAppSettings": "ms-resource:loc.messages.FailedToFetchKuduAppSettings",
"FailedToCreatePath": "ms-resource:loc.messages.FailedToCreatePath",
"FailedToDeleteFile": "ms-resource:loc.messages.FailedToDeleteFile",
"FailedToDeleteFolder": "ms-resource:loc.messages.FailedToDeleteFolder",
"FailedToUploadFile": "ms-resource:loc.messages.FailedToUploadFile",
"FailedToGetFileContent": "ms-resource:loc.messages.FailedToGetFileContent",
"FailedToListPath": "ms-resource:loc.messages.FailedToListPath",
"RetryToDeploy": "ms-resource:loc.messages.RetryToDeploy",
"FailedToGetAppServiceDetails": "ms-resource:loc.messages.FailedToGetAppServiceDetails",
"FailedToGetAppServicePublishingProfile": "ms-resource:loc.messages.FailedToGetAppServicePublishingProfile",
"FailedToUpdateAppServiceMetadata": "ms-resource:loc.messages.FailedToUpdateAppServiceMetadata",
"FailedToGetAppServiceMetadata": "ms-resource:loc.messages.FailedToGetAppServiceMetadata",
"FailedToPatchAppServiceConfiguration": "ms-resource:loc.messages.FailedToPatchAppServiceConfiguration",
"FailedToUpdateAppServiceConfiguration": "ms-resource:loc.messages.FailedToUpdateAppServiceConfiguration",
"FailedToGetAppServiceConfiguration": "ms-resource:loc.messages.FailedToGetAppServiceConfiguration",
"FailedToGetAppServicePublishingCredentials": "ms-resource:loc.messages.FailedToGetAppServicePublishingCredentials",
"FailedToGetAppServiceApplicationSettings": "ms-resource:loc.messages.FailedToGetAppServiceApplicationSettings",
"FailedToUpdateAppServiceApplicationSettings": "ms-resource:loc.messages.FailedToUpdateAppServiceApplicationSettings",
"UpdatingAppServiceConfigurationSettings": "ms-resource:loc.messages.UpdatingAppServiceConfigurationSettings",
"UpdatedAppServiceConfigurationSettings": "ms-resource:loc.messages.UpdatedAppServiceConfigurationSettings",
"UpdatedAppServiceApplicationSettings": "ms-resource:loc.messages.UpdatedAppServiceApplicationSettings",
"MultipleResourceGroupFoundForAppService": "ms-resource:loc.messages.MultipleResourceGroupFoundForAppService",
"PackageDeploymentUsingZipDeployFailed": "ms-resource:loc.messages.PackageDeploymentUsingZipDeployFailed",
"PackageDeploymentInitiated": "ms-resource:loc.messages.PackageDeploymentInitiated",
"WarPackageDeploymentInitiated": "ms-resource:loc.messages.WarPackageDeploymentInitiated",
"FailedToGetDeploymentLogs": "ms-resource:loc.messages.FailedToGetDeploymentLogs",
"GoExeNameNotPresent": "ms-resource:loc.messages.GoExeNameNotPresent",
"WarDeploymentRetry": "ms-resource:loc.messages.WarDeploymentRetry",
"Updatemachinetoenablesecuretlsprotocol": "ms-resource:loc.messages.Updatemachinetoenablesecuretlsprotocol",
"CouldNotFetchAccessTokenforAzureStatusCode": "ms-resource:loc.messages.CouldNotFetchAccessTokenforAzureStatusCode",
"CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "ms-resource:loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode",
"CouldNotFetchAccessTokenforMSIStatusCode": "ms-resource:loc.messages.CouldNotFetchAccessTokenforMSIStatusCode",
"XmlParsingFailed": "ms-resource:loc.messages.XmlParsingFailed",
"PropertyDoesntExistPublishProfile": "ms-resource:loc.messages.PropertyDoesntExistPublishProfile",
"InvalidConnectionType": "ms-resource:loc.messages.InvalidConnectionType",
"InvalidImageSourceType": "ms-resource:loc.messages.InvalidImageSourceType",
"InvalidPublishProfile": "ms-resource:loc.messages.InvalidPublishProfile",
"ASE_SSLIssueRecommendation": "ms-resource:loc.messages.ASE_SSLIssueRecommendation",
"ZipDeployLogsURL": "ms-resource:loc.messages.ZipDeployLogsURL",
"DeployLogsURL": "ms-resource:loc.messages.DeployLogsURL",
"AppServiceApplicationURL": "ms-resource:loc.messages.AppServiceApplicationURL",
"ASE_WebDeploySSLIssueRecommendation": "ms-resource:loc.messages.ASE_WebDeploySSLIssueRecommendation",
"FailedToGetResourceID": "ms-resource:loc.messages.FailedToGetResourceID",
"JarPathNotPresent": "ms-resource:loc.messages.JarPathNotPresent",
"FailedToUpdateApplicationInsightsResource": "ms-resource:loc.messages.FailedToUpdateApplicationInsightsResource",
"InvalidDockerImageName": "ms-resource:loc.messages.InvalidDockerImageName",
"MsBuildPackageNotSupported": "ms-resource:loc.messages.MsBuildPackageNotSupported"
}
}