Skip to content

Commit

Permalink
Merge pull request #957 from JetBrains/changelog-update-v4.3.3
Browse files Browse the repository at this point in the history
Changelog update - `v4.3.3`
  • Loading branch information
rafaelldi authored Nov 12, 2024
2 parents cf454fa + ea33ee1 commit d39ee25
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.3] - 2024-11-12

### Fixed

- Fix DEXP-832012: Error while extracting a file
Expand Down Expand Up @@ -187,7 +189,8 @@
- Reimplement Azure Functions Core Tools integration
- Reimplement Azure Functions templates

[Unreleased]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.2...HEAD
[Unreleased]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.3...HEAD
[4.3.3]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.2...v4.3.3
[4.3.2]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.1...v4.3.2
[4.3.1]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.0...v4.3.1
[4.3.0]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.2...v4.3.0
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 d39ee25

Please sign in to comment.