Skip to content

Commit

Permalink
Merge pull request #975 from JetBrains/changelog-update-v4.3.6
Browse files Browse the repository at this point in the history
Changelog update - `v4.3.6`
  • Loading branch information
rafaelldi authored Dec 9, 2024
2 parents 937de9f + 35ec0ac commit 815842f
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.6] - 2024-12-09

### Fixed

- Use the local settings file to calculate the proper version of the core tools
Expand Down Expand Up @@ -229,7 +231,8 @@
- Reimplement Azure Functions Core Tools integration
- Reimplement Azure Functions templates

[Unreleased]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.5...HEAD
[Unreleased]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.6...HEAD
[4.3.6]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.5...v4.3.6
[4.3.5]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.4...v4.3.5
[4.3.4]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.6...v4.3.4
[4.3.3]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.5...v4.3.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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 815842f

Please sign in to comment.