Skip to content

Commit 5e39763

Browse files
authored
Merge pull request #1052 from JetBrains/rival/fix-1021-242
Remove AzureFormInput.setRequired(boolean) call from the form initialization
2 parents 3b3affd + da6ba5d commit 5e39763

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-appservice/src/main/java/com/microsoft/azure/toolkit/intellij/legacy/appservice/serviceplan/ServicePlanCreationDialog.form

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
<constraints>
3232
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
3333
</constraints>
34-
<properties>
35-
<required value="true"/>
36-
</properties>
3734
</component>
3835
<component id="75e4b" class="com.microsoft.azure.toolkit.intellij.legacy.appservice.serviceplan.PricingTierComboBox" binding="comboBoxPricingTier">
3936
<constraints>

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/java/com/microsoft/azure/toolkit/intellij/common/component/resourcegroup/ResourceGroupCreationDialog.form

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
<constraints>
2424
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
2525
</constraints>
26-
<properties>
27-
<required value="true"/>
28-
</properties>
2926
</component>
3027
<component id="88ee9" class="com.intellij.ui.components.JBLabel" binding="labelDescription">
3128
<constraints>

PluginsAndFeatures/azure-toolkit-for-rider/CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,37 @@
66

77
### Fixed
88

9+
- Unable to open the Resource Group and Service Plan dialog ([#1021](https://github.com/JetBrains/azure-tools-for-intellij/issues/1021))
10+
11+
## [4.2.7] - 2025-03-27
12+
13+
### Fixed
14+
915
- Unable to download Azure Functions Core Tools because of the `NoTransformationFoundException` ([#1042](https://github.com/JetBrains/azure-tools-for-intellij/issues/1042))
1016

1117
### Changed
1218

1319
- Update domain for Azure Functions CDN
1420

15-
## 4.2.6 - 2024-11-13
21+
## [4.2.6] - 2024-11-13
1622

1723
### Fixed
1824

1925
- Remove the locked 4.99.0 release of the core tools as the archive can be unzipped without problems
2026

21-
## 4.2.5 - 2024-11-11
27+
## [4.2.5] - 2024-11-11
2228

2329
### Fixed
2430

2531
- Fix DEXP-832012: Error while extracting a file
2632

27-
## 4.2.4 - 2024-10-28
33+
## [4.2.4] - 2024-10-28
2834

2935
### Fixed
3036

3137
- Fix the 4.99.0 release of the core tools ([#944](https://github.com/JetBrains/azure-tools-for-intellij/issues/944), [RIDER-119093](https://youtrack.jetbrains.com/issue/RIDER-119093))
3238

33-
## 4.2.3 - 2024-10-25
39+
## [4.2.3] - 2024-10-25
3440

3541
### Fixed
3642

@@ -197,7 +203,8 @@
197203
- Reimplement Azure Functions Core Tools integration
198204
- Reimplement Azure Functions templates
199205

200-
[Unreleased]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.6...HEAD
206+
[Unreleased]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.7...HEAD
207+
[4.2.7]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.6...v4.2.7
201208
[4.2.6]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.5...v4.2.6
202209
[4.2.5]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.3...v4.2.5
203210
[4.2.4]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.2.3...v4.2.4

PluginsAndFeatures/azure-toolkit-for-rider/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.jetbrains
44
pluginName = azure-toolkit-for-rider
55
pluginRepositoryUrl = https://github.com/JetBrains/azure-tools-for-intellij
66
# SemVer format -> https://semver.org
7-
pluginVersion = 4.2.7
7+
pluginVersion = 4.2.8
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 242

0 commit comments

Comments
 (0)