From f9b9b87851e60a84628ca845b6a093731b0c4b0e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 24 Oct 2024 08:48:42 +0000 Subject: [PATCH] Changelog update - v4.3.0 --- PluginsAndFeatures/azure-toolkit-for-rider/CHANGELOG.md | 5 ++++- .../Azure.Daemon/Errors/FunctionAppErrors.Generated.cs | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/PluginsAndFeatures/azure-toolkit-for-rider/CHANGELOG.md b/PluginsAndFeatures/azure-toolkit-for-rider/CHANGELOG.md index 130407f4d8..04d5dc80a5 100644 --- a/PluginsAndFeatures/azure-toolkit-for-rider/CHANGELOG.md +++ b/PluginsAndFeatures/azure-toolkit-for-rider/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [4.3.0] - 2024-10-24 + ### Changed - Support for Rider 2024.3 @@ -169,7 +171,8 @@ - Reimplement Azure Functions Core Tools integration - Reimplement Azure Functions templates -[Unreleased]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.2...HEAD +[Unreleased]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.0...HEAD +[4.3.0]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.2...v4.3.0 [4.2.2]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.1...v4.2.2 [4.2.1]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.0...v4.2.1 [4.2.0]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.1.3...v4.2.0 diff --git a/PluginsAndFeatures/azure-toolkit-for-rider/src/dotnet/ReSharper.Azure/Azure.Daemon/Errors/FunctionAppErrors.Generated.cs b/PluginsAndFeatures/azure-toolkit-for-rider/src/dotnet/ReSharper.Azure/Azure.Daemon/Errors/FunctionAppErrors.Generated.cs index 6a20487044..dcd8a6b7c1 100644 --- a/PluginsAndFeatures/azure-toolkit-for-rider/src/dotnet/ReSharper.Azure/Azure.Daemon/Errors/FunctionAppErrors.Generated.cs +++ b/PluginsAndFeatures/azure-toolkit-for-rider/src/dotnet/ReSharper.Azure/Azure.Daemon/Errors/FunctionAppErrors.Generated.cs @@ -70,7 +70,7 @@ public bool IsValid() #region Configurable Severity Registrar [RegisterConfigurableSeverity(TimerTriggerCronExpressionError.HIGHLIGHTING_ID, null, null, null, AzureHighlightingGroupIds.FunctionApp, "Invalid Function App Timer Trigger Cron expression", null, null, "Function App Timer Trigger Cron expression is not valid and can not be used.", null, null, Severity.ERROR)] - public class RegisterSeverityComponentCAC4631F674C122DAC43AAECF236F252D2734D93052808AE491FDDD72FB80E4C + public class RegisterSeverityComponentF2D89CEB237C9F45229FA58A4F70E92782B3BB5A3AB13BBCC1616EB04ACB104F { } #endregion