-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathresources.resjson
142 lines (142 loc) · 13.9 KB
/
resources.resjson
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
{
"loc.messages.ClientIdCannotBeEmpty": "clientId must be a non empty string.",
"loc.messages.DomainCannotBeEmpty": "domain must be a non empty string.",
"loc.messages.SecretCannotBeEmpty": "secret must be a non empty string.",
"loc.messages.armUrlCannotBeEmpty": "arm Url must be a non empty string.",
"loc.messages.authorityUrlCannotBeEmpty": "authority must be a non empty string.",
"loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "Could not fetch access token for Azure. Status code: %s, status message: %s",
"loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "Could not fetch access token for Managed Service Principal. Please configure Managed Service Identity (MSI) for virtual machine 'https://aka.ms/azure-msi-docs'. Status code: %s, status message: %s",
"loc.messages.CouldNotFetchAccessTokenforMSIStatusCode": "Could not fetch access token for Managed Service Principal. Status code: %s, status message: %s",
"loc.messages.CallbackCannotBeNull": "callback cannot be null.",
"loc.messages.VMNameCannotBeNull": "vmName cannot be null or undefined and it must be of type string.",
"loc.messages.InvalidValue": "%s is not a valid value. The valid values are: %s",
"loc.messages.VmExtensionNameCannotBeNull": "vmExtensionName cannot be null or undefined and it must be of type string.",
"loc.messages.ExpandShouldBeOfTypeString": "expand must be of type string.",
"loc.messages.ExtensionParametersCannotBeNull": "extensionParameters cannot be null or undefined.",
"loc.messages.LoadBalancerNameCannotBeNull": "'loadBalancerName cannot be null or undefined and it must be of type string.'",
"loc.messages.ParametersCannotBeNull": "parameters cannot be null or undefined.",
"loc.messages.NetworkInterfaceNameCannotBeNull": "networkInterfaceName cannot be null or undefined and it must be of type string.",
"loc.messages.NetworkSecurityGroupNameCannotBeNull": "networkSecurityGroupName cannot be null or undefined and it must be of type string.",
"loc.messages.SecurityRuleNameCannotBeNull": "securityRuleName cannot be null or undefined and it must be of type string.",
"loc.messages.SecurityRuleParametersCannotBeNull": "securityRuleParameters cannot be null or undefined.",
"loc.messages.DeploymentNameCannotBeNull": "deploymentName cannot be null or undefined and it must be of type string.",
"loc.messages.CredentialsCannotBeNull": "'credentials' cannot be null.",
"loc.messages.SubscriptionIdCannotBeNull": "'subscriptionId' cannot be null.",
"loc.messages.InvalidResponseLongRunningOperation": "Invalid response received for fetching status of a long running operation.",
"loc.messages.TimeoutWhileWaiting": "Timed out while waiting",
"loc.messages.ResourceGroupCannotBeNull": "resourceGroupName cannot be null or undefined and it must be of type string.",
"loc.messages.ResourceGroupExceededLength": "\"resourceGroupName\" should satisfy the constraint - \"MaxLength\": 90",
"loc.messages.ResourceGroupDeceededLength": "\"resourceGroupName\" should satisfy the constraint - \"MinLength\": 1",
"loc.messages.ResourceGroupDoesntMatchPattern": "\"resourceGroupName\" should satisfy the constraint - \"Pattern\": /^[-\\w\\._\\(\\)]+$/",
"loc.messages.VMSSNameCannotBeNull": "VMSS name cannot be null or undefined and it must be of type string.",
"loc.messages.GetVMSSFailed": "Failed to get VMSS details with resource group %s and name %s. Error: %s",
"loc.messages.VMSSDoesNotHaveCustomImage": "VMSS %s can not be updated as it uses a platform image. Only a VMSS which is currently using a custom image can be updated.",
"loc.messages.VMSSImageUrlCannotBeNull": "Image url must be a non empty string.",
"loc.messages.VMSSImageAlreadyUptoDate": "Image is already up-to-date for %s. Skipping image update.",
"loc.messages.NewVMSSImageUrl": "Url for new VMSS image: %s.",
"loc.messages.VMSSUpdateImage": "Updating VMSS %s to use new image...",
"loc.messages.ResourceNameCannotBeNull": "Resource name cannot be null.",
"loc.messages.activeDirectoryResourceIdUrlCannotBeEmpty": "Active directory resource url cannot be empty.",
"loc.messages.StorageAccountCannotBeNull": "storage accountName cannot be null or undefined and it must be of type string.",
"loc.messages.AppNameCannotBeNull": "App name cannot be null or undefined and it must be of type string.",
"loc.messages.SlotNameCannotBeNull": "Slot name cannot be null or undefined and it must be of type string.",
"loc.messages.SourceSlotNameCannotBeNull": "Source slot name cannot be null or undefined and it must be of type string.",
"loc.messages.DestinationSlotNameCannotBeNull": "Destination slot name cannot be null or undefined and it must be of type string.",
"loc.messages.SourceAndTargetSlotCannotBeSame": "Source and target slot cannot be same",
"loc.messages.ResourceGroupNotFound": "Rescource Group for '%s' app service not found.",
"loc.messages.ResourceTypeCannotBeNull": "Resource type cannot be null or undefined and it must be of type string.",
"loc.messages.StartingAppService": "Starting App Service: %s",
"loc.messages.StartingAppServiceSlot": "Starting App Service: %s-%s",
"loc.messages.StartedAppService": "App Service '%s' started successfully.",
"loc.messages.StartedAppServiceSlot": "App Service '%s-%s' started successfully.",
"loc.messages.FailedToStartAppService": "Failed to start App Service '%s'. Error: %s",
"loc.messages.FailedToStartAppServiceSlot": "Failed to start App Service '%s-%s'. Error: %s",
"loc.messages.StoppingAppService": "Stopping App Service: %s",
"loc.messages.StoppingAppServiceSlot": "Stopping App Service: %s-%s",
"loc.messages.StoppedAppService": "App Service '%s' stopped successfully.",
"loc.messages.StoppedAppServiceSlot": "App Service '%s-%s' stopped successfully.",
"loc.messages.FailedToStopAppService": "Failed to start App Service '%s'. Error: %s",
"loc.messages.FailedToStopAppServiceSlot": "Failed to start App Service '%s-%s'. Error: %s",
"loc.messages.RestartingAppService": "Restarting App Service: %s",
"loc.messages.RestartingAppServiceSlot": "Restarting App Service: %s-%s",
"loc.messages.RestartedAppService": "App Service '%s' restarted successfully.",
"loc.messages.RestartedAppServiceSlot": "App Service '%s-%s' restarted successfully.",
"loc.messages.FailedToRestartAppService": "Failed to restart App Service '%s'. Error: %s",
"loc.messages.FailedToRestartAppServiceSlot": "Failed to restart App Service '%s-%s'. Error: %s",
"loc.messages.FailedToGetAppServiceDetails": "Failed to fetch App Service '%s' details. Error: %s",
"loc.messages.AppServiceState": "App Service is in '%s' state.",
"loc.messages.InvalidMonitorAppState": "Invalid state '%s' provided for monitoring app state",
"loc.messages.FailedToGetAppServicePublishingProfile": "Failed to fetch App Service '%s' publishing profile. Error: %s",
"loc.messages.FailedToSwapAppServiceSlotWithProduction": "Failed to swap App Service '%s' slots - 'production' and '%s'. Error: %s",
"loc.messages.FailedToSwapAppServiceSlotSlots": "Failed to swap App Service '%s' slots - '%s' and '%s'. Error: %s",
"loc.messages.SwappingAppServiceSlotWithProduction": "Swapping App Service '%s' slots - 'production' and '%s'",
"loc.messages.SwappingAppServiceSlotSlots": "Swapping App Service '%s' slots - '%s' and '%s'",
"loc.messages.SwappedAppServiceSlotWithProduction": "Swapped App Service '%s' slots - 'production' and '%s'",
"loc.messages.SwappedAppServiceSlotSlots": "Swapped App Service '%s' slots - '%s' and '%s'",
"loc.messages.FailedToGetAppServicePublishingCredentials": "Failed to fetch App Service '%s' publishing credentials. Error: %s",
"loc.messages.WarmingUpSlots": "Warming-up slots",
"loc.messages.DeploymentIDCannotBeNull": "Deployment ID cannot be null or empty.",
"loc.messages.DeploymentDataEntityCannotBeNull": "Deployment data entity cannot be null or undefined.",
"loc.messages.SiteExtensionInstalled": "Site extension '%s' installed.",
"loc.messages.FailedToInstallSiteExtension": "Failed to install site extension '%s'. Error: %s",
"loc.messages.JobNameCannotBeNull": "Job name cannot be null or empty.",
"loc.messages.SiteExtensionCannotBeNull": "Site extension name cannot be null or empty.",
"loc.messages.TestNameCannotBeNull": "Test name cannot be null or undefined and it must be of type string.",
"loc.messages.TestDefinitionCannotBeNull": "Test definition cannot be null or undefined.",
"loc.messages.AppInsightsPropertiesCannotBeNullOrEmpty": "Application Insights properties cannot be null or undefined.",
"loc.messages.SpecifiedAzureRmEndpointIsInvalid": "Specified AzureRM Endpoint is invalid: %s",
"loc.messages.FailedToFetchAzureStackDependencyData": "Failed to fetch Azure stack dependency data. Status code: %s",
"loc.messages.FailedToGetApplicationInsightsResource": "Failed to get Application Insights '%s' Resource. Error: %s",
"loc.messages.FailedToUpdateApplicationInsightsResource": "Failed to update Application Insights '%s' Resource. Error: %s",
"loc.messages.FailedToGetApplicationInsightsWebTestsForResourceGroup": "Failed to get Application Insights Web TestsFor Resource Group '%s'. Error: %s",
"loc.messages.FailedToCreateWebTests": "Failed to create Web Test. Error: %s",
"loc.messages.WebTestAlreadyConfigured": "Web Test already configured for URL: %s",
"loc.messages.FailedToGetAppServiceConfiguration": "Failed to get App service '%s' configuration. Error: %s",
"loc.messages.FailedToUpdateAppServiceConfiguration": "Failed to update App service '%s' configuration. Error: %s",
"loc.messages.FailedToGetAppServiceApplicationSettings": "Failed to get App service '%s' application settings. Error: %s",
"loc.messages.FailedToUpdateAppServiceApplicationSettings": "Failed to update App service '%s' application settings. Error: %s",
"loc.messages.KuduSCMDetailsAreEmpty": "KUDU SCM details are empty",
"loc.messages.KuduStackTraceURL": "To debug further please check Kudu stack trace URL : %s",
"loc.messages.FailedToGetContinuousWebJobs": "Failed to get continuous WebJobs. Error: %s",
"loc.messages.FailedToStartContinuousWebJob": "Failed to start continuous WebJob '%s'. Error: %s",
"loc.messages.FailedToStopContinuousWebJob": "Failed to stop continuous WebJob '%s'. Error: %s",
"loc.messages.FailedToGetSiteExtensions": "Failed to get site extensions. Error: %s",
"loc.messages.FailedToGetAllSiteExtensions": "Failed to get extension feed. Error: %s",
"loc.messages.ExtensionAlreadyInstalled": "Extension '%s' already installed.",
"loc.messages.InstallingSiteExtension": "Installing site Extension '%s'",
"loc.messages.FailedToGetResourceID": "Failed to get resource ID for resource type '%s' and resource name '%s'. Error: %s",
"loc.messages.ContinousMonitoringEnabled": "Continuous Monitoring enabled for App Service '%s'.",
"loc.messages.MultipleResourceGroupFoundForAppService": "Multiple resource group found for App Service '%s'.",
"loc.messages.StartingContinousWebJobsinAppService": "Starting continuous WebJobs in App Service '%s'",
"loc.messages.StartedContinousWebJobsinAppService": "Started continuous WebJobs in App Service '%s'",
"loc.messages.StoppingContinousWebJobsinAppService": "Stopping continuous WebJobs in App Service '%s'",
"loc.messages.StoppedContinousWebJobsinAppService": "Stopped continuous WebJobs in App Service '%s'",
"loc.messages.FailedToEnableContinuousMonitoring": "Failed to enable continuous monitoring. Error: %s",
"loc.messages.InvalidSlotSwapEntity": "Invalid Slot swap entity. Error: %s",
"loc.messages.FailedToUpdateDeploymentHistory": "Failed to update Deployment status. Error: %s",
"loc.messages.StartingWebJob": "Starting WebJob '%s'.",
"loc.messages.StartedWebJob": "WebJob '%s' started.",
"loc.messages.WebJobAlreadyInRunningState": "WebJob '%s' is already in running state.",
"loc.messages.StoppingWebJob": "Stopping WebJob '%s'.",
"loc.messages.StoppedWebJob": "WebJob '%s' stopped.",
"loc.messages.WebJobAlreadyInStoppedState": "WebJob '%s' is already in stopped state.",
"loc.messages.RestartingKuduService": "Restarting Kudu Service.",
"loc.messages.RestartedKuduService": "Kudu Service restarted",
"loc.messages.FailedToRestartKuduService": "Failed to restart kudu Service. %s.",
"loc.messages.FailedToFetchKuduAppSettings": "Failed to fetch Kudu App Settings. Error: %s",
"loc.messages.Successfullydeployedpackageusingkuduserviceat": "Successfully deployed package %s using kudu service at %s",
"loc.messages.Failedtodeploywebapppackageusingkuduservice": "Failed to deploy web package. Error: %s",
"loc.messages.FailedToCreatePath": "Failed to create path '%s' from Kudu. Error: %s",
"loc.messages.FailedToDeleteFile": "Failed to delete file '%s/%s' from Kudu. Error: %s",
"loc.messages.FailedToDeleteFolder": "Failed to delete folder '%s' from Kudu. Error: %s",
"loc.messages.FailedToUploadFile": "Failed to upload file '%s/%s from Kudu. Error: %s",
"loc.messages.FailedToGetFileContent": "Failed to get file content '%s/%s' from Kudu. Error: %s",
"loc.messages.FailedToListPath": "Failed to list path '%s'. Error: %s",
"loc.messages.FailedToGetDeploymentLogs": "Failed to get deployment logs. Error: %s",
"loc.messages.ARG_RedirectResponseInvalidStatusCode": "The HTTP response code: '%s' is not a valid redirect status code.",
"loc.messages.ARG_RedirectResponseLocationHeaderIsNull": "Location header is null for HTTP response with status code: %s",
"loc.messages.ASE_SSLIssueRecommendation": "To use a certificate in App Service, the certificate must be signed by a trusted certificate authority. If your web app gives you certificate validation errors, you're probably using a self-signed certificate and to resolve them you need to set a variable named VSTS_ARM_REST_IGNORE_SSL_ERRORS to the value true in the build or release definition",
"loc.messages.FailedToGetAzureMetricAlerts": "Failed to get Azure metric alerts: %s. Error: %s",
"loc.messages.FailedToUpdateAzureMetricAlerts": "Failed to update Azure metric alert rule '%s' Resource. Error: %s",
"loc.messages.ResponseNotValid": "Response is not in a valid format"
}