Skip to content
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

Update .net 7 templates #3261

Closed
wants to merge 8 commits into from

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.1
2.15.0
Binary file modified resources/backupTemplates/dotnet/~2/netcoreapp2.1/item.nupkg
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/backupTemplates/dotnet/~2/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.60.0
2.60.1
Binary file modified resources/backupTemplates/dotnet/~3/net5.0-isolated/item.nupkg
Binary file not shown.
Binary file modified resources/backupTemplates/dotnet/~3/net5.0-isolated/project.nupkg
Binary file not shown.
Binary file modified resources/backupTemplates/dotnet/~3/netcoreapp3.1/item.nupkg
Binary file not shown.
Binary file modified resources/backupTemplates/dotnet/~3/netcoreapp3.1/project.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/backupTemplates/dotnet/~3/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.23.5
3.40.0
Binary file modified resources/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg
Binary file not shown.
Binary file modified resources/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg
Binary file not shown.
Binary file modified resources/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg
Binary file not shown.
Binary file not shown.
Binary file modified resources/backupTemplates/dotnet/~4/net6.0/item.nupkg
Binary file not shown.
Binary file modified resources/backupTemplates/dotnet/~4/net6.0/project.nupkg
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/backupTemplates/dotnet/~4/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.0
4.19.0
2 changes: 1 addition & 1 deletion resources/backupTemplates/java/~2/bindings/bindings.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"en":{"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","TimerTrigger_description":"A function that will be run on a specified schedule","timerTrigger_displayName":"Timer","timerTrigger_schedule_label":"Schedule","timerTrigger_schedule_help":"Enter a cron expression of the format '{second} {minute} {hour} {day} {month} {day of week}' to specify the schedule.","timerTrigger_schedule_errorText":"Invalid Cron Expression. Please consult https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer#cron-expressions to learn more.","QueueTrigger_description":"A function that will be run whenever a message is added to a specified Azure Storage queue","queueTrigger_displayName":"Azure Queue Storage","queueTrigger_queueName_label":"Queue name","queueTrigger_queueName_help":"Name of the queue from which the message will be read","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.","BlobTrigger_description":"A function that will be run whenever a blob is added to a specified container","blobTrigger_displayName":"Azure Blob Storage","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_description":"A function that will be run whenever it receives an HTTP request, responding based on data in the body or query string","httpTrigger_displayName":"HTTP","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.","ServiceBusQueueTrigger_description":"A function that will be run whenever a message is added to a specficied Service Bus queue","serviceBusTrigger_displayName":"Azure Service Bus","serviceBusTrigger_connection_label":"Service Bus connection","serviceBusTrigger_connection_help":"The name of the app setting containing your Service Bus connection string. The connection string must have Listen rights.","serviceBusTrigger_queueName_label":"Queue name","serviceBusTrigger_queueName_help":"The queue from which the message will be read.","serviceBusTrigger_queueName_errorText":"Queue name must start and end with a letter or number, and it can contain only letters, numbers, the hyphen, the period, and the underscore. The name must be 1 to 50 characters.","ServiceBusTopicTrigger_description":"A function that will be run whenever a message is added to the specified Service Bus Topic","serviceBusTrigger_topicName_label":"Topic name","serviceBusTrigger_topicName_help":"The name of the topic from which the message will be read.","serviceBusTrigger_topicName_errorText":"Topic name must start and end with a letter or number, and it can contain only letters, numbers, the hyphen, the period, and the underscore. The name must be 1 to 50 characters.","serviceBusTrigger_subscriptionName_label":"Subscription name","serviceBusTrigger_subscriptionName_help":"Subscription name within the topic to bind to.","serviceBusTrigger_subscriptionName_errorText":"Subscription name must start and end with a letter or number, and it can contain only letters, numbers, the hyphen, the period, and the underscore. The name must be 1 to 50 characters.","EventGridTrigger_description":"A function that will be run whenever an event grid receives a new event","EventHubTrigger_description":"A function that will be run whenever an event hub receives a new event","eventHubTrigger_displayName":"Azure Event Hubs","eventHubTrigger_connection_label":"Event Hub connection","eventHubTrigger_connection_help":"The name of the app setting containing your Event Hub connection string. The connection string must have Receive permissions.","eventHubOut_path_label":"Event Hub name","eventHubTrigger_path_help":"The name of the event hub from which to trigger","eventHubTrigger_path_errorText":"The event hub name must start and end with a letter or number, and it can contain only letters, numbers, the hyphen, the period, and the underscore. The name must be 1 to 50 characters.","eventHubTrigger_consumerGroup_label":"Event Hub consumer group","eventHubTrigger_consumerGroup_help":"Event Hub consumer group from which to receive events","eventHubTrigger_consumerGroup_errorText":"The consumer group must start and end with a letter or number, and it can contain only letters, numbers, the hyphen, the period, and the underscore. The $Default group is also allowed. The name must be 1 to 50 characters.","CosmosDBTrigger_description":"A function that will be run whenever documents change in a document collection","cosmosDB_trigger_displayName":"Azure Cosmos DB","cosmosDBIn_connection_label":"Cosmos DB account connection","cosmosDBIn_connection_help":"The name of the App Setting containing the connection string to the service that contains the collection to be monitored.","cosmosDBIn_databaseName_label":"Database name","cosmosDBIn_databaseName_help":"Name of the Cosmos DB database that includes the collection to be monitored.","cosmosDBIn_collectionName_label":"Collection name","cosmosDBIn_collectionName_help":"Name of the collection to be monitored.","cosmosDBIn_leaseCollectionName_label":"Collection name for leases","cosmosDBIn_leaseCollectionName_help":"Name of the collection to store the leases.","cosmosDBIn_createIfNotExists_label":"Create lease collection if it does not exist","cosmosDBIn_createIfNotExists_help":"Checks for existence and automatically creates the leases collection.","RabbitMQTrigger_description":"A function that will be run whenever a message is added to a specified RabbitMQ queue","rabbitMqTrigger_displayName":"RabbitMQ","rabbitMqIn_connectionStringSetting_label":"Connection string setting name","rabbitMqIn_connectionStringSetting_help":"The name of the app setting containing your RabbitMQ connection.","rabbitMqIn_queueName_label":"Queue name","rabbitMqIn_queueName_help":"This is the queue name."}}
{"en":{"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","TimerTrigger_description":"A function that will be run on a specified schedule","timerTrigger_displayName":"Timer","timerTrigger_schedule_label":"Schedule","timerTrigger_schedule_help":"Enter a cron expression of the format '{second} {minute} {hour} {day} {month} {day of week}' to specify the schedule.","timerTrigger_schedule_errorText":"Invalid Cron Expression. Please consult https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer#cron-expressions to learn more.","QueueTrigger_description":"A function that will be run whenever a message is added to a specified Azure Storage queue","queueTrigger_displayName":"Azure Queue Storage","queueTrigger_queueName_label":"Queue name","queueTrigger_queueName_help":"Name of the queue from which the message will be read","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.","BlobTrigger_description":"A function that will be run whenever a blob is added to a specified container","blobTrigger_displayName":"Azure Blob Storage","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_description":"A function that will be run whenever it receives an HTTP request, responding based on data in the body or query string","httpTrigger_displayName":"HTTP","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.","ServiceBusQueueTrigger_description":"A function that will be run whenever a message is added to a specficied Service Bus queue","serviceBusTrigger_displayName":"Azure Service Bus","serviceBusTrigger_connection_label":"Service Bus connection","serviceBusTrigger_connection_help":"The name of the app setting containing your Service Bus connection string. The connection string must have Listen rights.","serviceBusTrigger_queueName_label":"Queue name","serviceBusTrigger_queueName_help":"The queue from which the message will be read.","serviceBusTrigger_queueName_errorText":"Queue name must start and end with a letter or number, and it can contain only letters, numbers, the hyphen, the period, and the underscore. The name must be 1 to 50 characters.","ServiceBusTopicTrigger_description":"A function that will be run whenever a message is added to the specified Service Bus Topic","serviceBusTrigger_topicName_label":"Topic name","serviceBusTrigger_topicName_help":"The name of the topic from which the message will be read.","serviceBusTrigger_topicName_errorText":"Topic name must start and end with a letter or number, and it can contain only letters, numbers, the hyphen, the period, and the underscore. The name must be 1 to 50 characters.","serviceBusTrigger_subscriptionName_label":"Subscription name","serviceBusTrigger_subscriptionName_help":"Subscription name within the topic to bind to.","serviceBusTrigger_subscriptionName_errorText":"Subscription name must start and end with a letter or number, and it can contain only letters, numbers, the hyphen, the period, and the underscore. The name must be 1 to 50 characters.","EventGridTrigger_description":"A function that will be run whenever an event grid receives a new event","EventHubTrigger_description":"A function that will be run whenever an event hub receives a new event","eventHubTrigger_displayName":"Azure Event Hubs","eventHubTrigger_connection_label":"Event Hub connection","eventHubTrigger_connection_help":"The name of the app setting containing your Event Hub connection string. The connection string must have Receive permissions.","eventHubOut_path_label":"Event Hub name","eventHubTrigger_path_help":"The name of the event hub from which to trigger","eventHubTrigger_path_errorText":"The event hub name must start and end with a letter or number, and it can contain only letters, numbers, the hyphen, the period, and the underscore. The name must be 1 to 50 characters.","eventHubTrigger_consumerGroup_label":"Event Hub consumer group","eventHubTrigger_consumerGroup_help":"Event Hub consumer group from which to receive events","eventHubTrigger_consumerGroup_errorText":"The consumer group must start and end with a letter or number, and it can contain only letters, numbers, the hyphen, the period, and the underscore. The $Default group is also allowed. The name must be 1 to 50 characters.","CosmosDBTrigger_description":"A function that will be run whenever documents change in a document collection","cosmosDB_trigger_displayName":"Azure Cosmos DB","cosmosDBIn_connection_label":"Cosmos DB account connection","cosmosDBIn_connection_help":"The name of the App Setting containing the connection string to the service that contains the collection to be monitored.","cosmosDBIn_databaseName_label":"Database name","cosmosDBIn_databaseName_help":"Name of the Cosmos DB database that includes the collection to be monitored.","cosmosDBIn_collectionName_label":"Collection name","cosmosDBIn_collectionName_help":"Name of the collection to be monitored.","cosmosDBIn_leaseCollectionName_label":"Collection name for leases","cosmosDBIn_leaseCollectionName_help":"Name of the collection to store the leases.","cosmosDBIn_createIfNotExists_label":"Create lease collection if it does not exist","cosmosDBIn_createIfNotExists_help":"Checks for existence and automatically creates the leases collection.","RabbitMQTrigger_description":"A function that will be run whenever a message is added to a specified RabbitMQ queue","rabbitMqTrigger_displayName":"RabbitMQ","rabbitMqIn_connectionStringSetting_label":"Connection string setting name","rabbitMqIn_connectionStringSetting_help":"The name of the app setting containing your RabbitMQ connection.","rabbitMqIn_queueName_label":"Queue name","rabbitMqIn_queueName_help":"This is the queue name.","KafkaTrigger_description":"A function that will be run whenever a message is added to a specified Kafka","kafka_trigger_displayName":"Kafka","kafka_name_label":"Message parameter name","kafka_name_help":"Name used to identify trigger in code","kafka_name_errorText":"The kafka name must start with a letter, and it can contain only letters and numbers. The name must be 1 to 127 characters.","kafka_brokerlist_label":"List of Brokers","kafka_brokerlist_help":"The name of the app setting containing your brokers list","kafka_topic_label":"Kafka topic name","kafka_topic_help":"Name of the topic to receive kafka messages from","kafka_username_label":"SASL username","kafka_username_help":"SASL username for use with the PLAIN and SASL_SCRAM","kafka_password_label":"SASL password for use with the PLAIN and SASL_SCRAM","kafka_password_help":"The name of the app setting containing your SASL password","kafka_protocol_label":"Security Protocol","kafka_protocol_help":"Security protocol used to communicate with brokers","kafka_authenticationmode_label":"SASL mechanism","kafka_authenticationmode_help":"SASL mechanism to use for authentication","kafka_consumergroup_label":"Consumer Group","kafka_consumergroup_help":"Consumer Group"}}
Loading