Skip to content

Commit

Permalink
Add zone_id to AKS validationDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Jan 22, 2024
1 parent 5874358 commit c3c4868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/manageiq/providers/azure/container_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def params_for_create
:name => 'authentications.default.valid',
:skipSubmit => true,
:isRequired => true,
:validationDependencies => %w[type],
:validationDependencies => %w[type zone_id],
:fields => [
{
:component => "select",
Expand Down

0 comments on commit c3c4868

Please sign in to comment.