Skip to content

Commit 6252202

Browse files
authored
Merge pull request #1050 from JetBrains/rival/fix-1021-243
Remove AzureFormInput.setRequired(boolean) call from the form initialization
2 parents 137c509 + f1d60d1 commit 6252202

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
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.3.10] - 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
## [4.3.9] - 2025-02-07
@@ -254,7 +260,8 @@
254260
- Reimplement Azure Functions Core Tools integration
255261
- Reimplement Azure Functions templates
256262

257-
[Unreleased]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.9...HEAD
263+
[Unreleased]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.10...HEAD
264+
[4.3.10]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.8...v4.3.10
258265
[4.3.9]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.8...v4.3.9
259266
[4.3.8]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.7...v4.3.8
260267
[4.3.7]: https://github.com/JetBrains/azure-tools-for-intellij/compare/v4.3.6...v4.3.7

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.3.10
7+
pluginVersion = 4.3.11
88

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

0 commit comments

Comments
 (0)