Skip to content

Commit

Permalink
Cleanup templates
Browse files Browse the repository at this point in the history
  • Loading branch information
xlight05 committed Feb 22, 2023
1 parent f2a0faa commit db772a7
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 4,112 deletions.
571 changes: 0 additions & 571 deletions resources/backupTemplates/ballerina/1.json

This file was deleted.

346 changes: 1 addition & 345 deletions resources/backupTemplates/ballerina/bindings/bindings.json

Large diffs are not rendered by default.

62 changes: 1 addition & 61 deletions resources/backupTemplates/ballerina/resources/Resources.json
Original file line number Diff line number Diff line change
@@ -1,61 +1 @@
{
"en": {
"temp_category_api": "API & Webhooks",
"temp_category_core": "Core",
"temp_category_dataProcessing": "Data Processing",
"HttpTrigger_description": "A function that will be run whenever it receives an HTTP request, responding based on data in the body or query string",
"BlobTrigger_description": "A function that will be run whenever a blob is added to a specified container",
"CosmosDBTrigger_description": "A function that will be run whenever documents change in a document collection",
"QueueTrigger_description": "A function that will be run whenever a message is added to a specified Azure Storage queue",
"TimerTrigger_description": "A function that will be run on a specified schedule",
"variables_storageConnStringLabel": "Storage account connection",
"variables_appSettingsHelp": "The name of the app setting containing your storage account connection string.",
"variables_selectConnection": "Click select to choose a connection",
"variables_parameterName": "The parameter name must be an alphanumeric string of any number of characters and cannot start with a number.",
"timerTrigger_displayName": "Timer",
"timerTrigger_name_help": "The name used to identify this trigger in your code",
"timerTrigger_name_label": "Timestamp parameter name",
"timerTrigger_schedule_help": "Enter a cron expression of the format '{second} {minute} {hour} {day} {month} {day of week}' to specify the schedule.",
"timerTrigger_schedule_label": "Schedule",
"queueTrigger_displayName": "Azure Queue Storage",
"queueTrigger_queueName_help": "Name of the queue from which the message will be read",
"queueTrigger_name_label": "Message parameter name",
"queueTrigger_queueName_errorText": "Queue name must start and end with a letter or number, and it can contain only lowercase letters, numbers, and the hyphen. The name must be 3 to 63 characters.",
"queueTrigger_name_help": "The name used to identify this trigger in your code",
"queueTrigger_queueName_label": "Queue name",
"blobTrigger_displayName": "Azure Blob Storage",
"blobTrigger_name_label": "Blob parameter name",
"blobTrigger_name_help": "The name used to identify this trigger in your code",
"blobTrigger_path_label": "Path",
"blobTrigger_path_help": "The path within your storage account that the trigger will monitor.",
"blobTrigger_path_errorText": "Your blob path must be a container name of 3 to 63 characters, followed by a blob name of 1 to 1,024 characters. The blob name can be any combination of characters and can contain a maximum of 254 path segments, which are separated by the forward slash (/).",
"httpTrigger_displayName": "HTTP",
"httpTrigger_name_label": "Request parameter name",
"httpTrigger_name_help": "The name used to identify this trigger in your code",
"httpTrigger_authLevel_label": "Authorization level",
"httpTrigger_authLevel_help": "Authorization level controls whether the function requires an API key and which key to use; Function uses a function key; Admin uses your master key. The function and master keys are found in the 'keys' management panel on the portal, when your function is selected. For user-based authentication, go to Function App Settings.",
"httpTrigger_methods_label": "Selected HTTP methods",
"httpTrigger_methods_help": "These are the only methods to which this function will respond.",
"httpTrigger_methodRule_label": "Allowed HTTP methods",
"httpTrigger_route_label": "Route template",
"httpTrigger_route_help": "The route template setting allows you to change the URI that triggers this function. The values should be a relative path. Path segments may be treated as parameters by surrounding them with curly braces. For example: customer/{customerId}",
"httpTrigger_methodRule_help": "HttpTrigger can respond to any HTTP method. If you wish to restrict support to specific methods, choose the 'Selected methods' option.",
"httpTrigger_mode_label": "Mode",
"httpTrigger_mode_help": "The mode of the trigger. \"Standard\" means that the request will be standard HTTP with no additional semantics. \"Webhook\" means that the request will be processed according to a specified webhook type.",
"cosmosDB_trigger_displayName": "Azure Cosmos DB",
"cosmosDBIn_collectionName_help": "Name of the collection to be monitored.",
"cosmosDBIn_collectionName_label": "Collection name",
"cosmosDBIn_connection_help": "The name of the App Setting containing the connection string to the service that contains the collection to be monitored.",
"cosmosDBIn_connection_label": "Cosmos DB account connection",
"cosmosDBIn_databaseName_help": "Name of the Cosmos DB database that includes the collection to be monitored.",
"cosmosDBIn_databaseName_label": "Database name",
"cosmosDBIn_leaseCollectionName_help": "Name of the collection to store the leases.",
"cosmosDBIn_leaseCollectionName_label": "Collection name for leases",
"cosmosDBIn_leaseDatabaseName_help": "Name of the database that includes the collection to store the leases.",
"cosmosDBIn_leaseDatabaseName_label": "Database name for leases",
"cosmosDBIn_name_help": "The name used to identify this binding in your code",
"cosmosDBIn_name_label": "Document collection parameter name",
"cosmosDBIn_createIfNotExists_help": "Checks for existence and automatically creates the leases collection.",
"cosmosDBIn_createIfNotExists_label": "Create lease collection if it does not exist"
}
}
{"en":{"temp_category_api":"API & Webhooks","temp_category_core":"Core","temp_category_dataProcessing":"Data Processing","HttpTrigger_description":"A function that will be run whenever it receives an HTTP request, responding based on data in the body or query string","BlobTrigger_description":"A function that will be run whenever a blob is added to a specified container","CosmosDBTrigger_description":"A function that will be run whenever documents change in a document collection","QueueTrigger_description":"A function that will be run whenever a message is added to a specified Azure Storage queue","TimerTrigger_description":"A function that will be run on a specified schedule","variables_storageConnStringLabel":"Storage account connection","variables_appSettingsHelp":"The name of the app setting containing your storage account connection string.","variables_selectConnection":"Click select to choose a connection","variables_parameterName":"The parameter name must be an alphanumeric string of any number of characters and cannot start with a number.","timerTrigger_displayName":"Timer","timerTrigger_name_help":"The name used to identify this trigger in your code","timerTrigger_name_label":"Timestamp parameter name","timerTrigger_schedule_help":"Enter a cron expression of the format '{second} {minute} {hour} {day} {month} {day of week}' to specify the schedule.","timerTrigger_schedule_label":"Schedule","queueTrigger_displayName":"Azure Queue Storage","queueTrigger_queueName_help":"Name of the queue from which the message will be read","queueTrigger_name_label":"Message parameter name","queueTrigger_queueName_errorText":"Queue name must start and end with a letter or number, and it can contain only lowercase letters, numbers, and the hyphen. The name must be 3 to 63 characters.","queueTrigger_name_help":"The name used to identify this trigger in your code","queueTrigger_queueName_label":"Queue name","blobTrigger_displayName":"Azure Blob Storage","blobTrigger_name_label":"Blob parameter name","blobTrigger_name_help":"The name used to identify this trigger in your code","blobTrigger_path_label":"Path","blobTrigger_path_help":"The path within your storage account that the trigger will monitor.","blobTrigger_path_errorText":"Your blob path must be a container name of 3 to 63 characters, followed by a blob name of 1 to 1,024 characters. The blob name can be any combination of characters and can contain a maximum of 254 path segments, which are separated by the forward slash (/).","httpTrigger_displayName":"HTTP","httpTrigger_name_label":"Request parameter name","httpTrigger_name_help":"The name used to identify this trigger in your code","httpTrigger_authLevel_label":"Authorization level","httpTrigger_authLevel_help":"Authorization level controls whether the function requires an API key and which key to use; Function uses a function key; Admin uses your master key. The function and master keys are found in the 'keys' management panel on the portal, when your function is selected. For user-based authentication, go to Function App Settings.","httpTrigger_methods_label":"Selected HTTP methods","httpTrigger_methods_help":"These are the only methods to which this function will respond.","httpTrigger_methodRule_label":"Allowed HTTP methods","httpTrigger_route_label":"Route template","httpTrigger_route_help":"The route template setting allows you to change the URI that triggers this function. The values should be a relative path. Path segments may be treated as parameters by surrounding them with curly braces. For example: customer/{customerId}","httpTrigger_methodRule_help":"HttpTrigger can respond to any HTTP method. If you wish to restrict support to specific methods, choose the 'Selected methods' option.","httpTrigger_mode_label":"Mode","httpTrigger_mode_help":"The mode of the trigger. \"Standard\" means that the request will be standard HTTP with no additional semantics. \"Webhook\" means that the request will be processed according to a specified webhook type.","cosmosDB_trigger_displayName":"Azure Cosmos DB","cosmosDBIn_collectionName_help":"Name of the collection to be monitored.","cosmosDBIn_collectionName_label":"Collection name","cosmosDBIn_connection_help":"The name of the App Setting containing the connection string to the service that contains the collection to be monitored.","cosmosDBIn_connection_label":"Cosmos DB account connection","cosmosDBIn_databaseName_help":"Name of the Cosmos DB database that includes the collection to be monitored.","cosmosDBIn_databaseName_label":"Database name","cosmosDBIn_leaseCollectionName_help":"Name of the collection to store the leases.","cosmosDBIn_leaseCollectionName_label":"Collection name for leases","cosmosDBIn_leaseDatabaseName_help":"Name of the database that includes the collection to store the leases.","cosmosDBIn_leaseDatabaseName_label":"Database name for leases","cosmosDBIn_name_help":"The name used to identify this binding in your code","cosmosDBIn_name_label":"Document collection parameter name","cosmosDBIn_createIfNotExists_help":"Checks for existence and automatically creates the leases collection.","cosmosDBIn_createIfNotExists_label":"Create lease collection if it does not exist"}}
Binary file removed resources/backupTemplates/ballerina/temp.zip
Binary file not shown.
Loading

0 comments on commit db772a7

Please sign in to comment.