Skip to content

Commit

Permalink
chore: changes to API model of addons_mgmt to support rosa cli changes
Browse files Browse the repository at this point in the history
  • Loading branch information
venkateshsredhat committed Oct 9, 2024
1 parent 07e727e commit 5fb099f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion model/addons_mgmt/v1/addon_installation_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class AddonInstallation {
CsvName String

// Parameters in the installation
Parameters AddonInstallationParameters
link Parameters []AddonInstallationParameter

// Addon Installation State
State AddonInstallationState
Expand Down
2 changes: 1 addition & 1 deletion model/addons_mgmt/v1/addon_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Addon {
HasExternalResources Boolean

// List of parameters for this addon.
Parameters AddonParameters
link Parameters []AddonParameter

// List of requirements for this addon.
Requirements []AddonRequirement
Expand Down

0 comments on commit 5fb099f

Please sign in to comment.