Skip to content

Commit

Permalink
Merge pull request #943 from JetBrains/changelog-update-v4.3.0
Browse files Browse the repository at this point in the history
Changelog update - `v4.3.0`
  • Loading branch information
rafaelldi authored Oct 24, 2024
2 parents a1d03ef + f9b9b87 commit 781d405
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion PluginsAndFeatures/azure-toolkit-for-rider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased]

## [4.3.0] - 2024-10-24

### Changed

- Support for Rider 2024.3
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 781d405

Please sign in to comment.