Skip to content

Commit

Permalink
Merge pull request #23304 from Fryguy/fork_azure_gems
Browse files Browse the repository at this point in the history
Add forked azure gems with our custom source
  • Loading branch information
agrare committed Jan 14, 2025
2 parents d7aed32 + 4e29266 commit 5f3f33d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ end

group :azure_stack, :manageiq_default do
manageiq_plugin "manageiq-providers-azure_stack"
gem "azure_mgmt_compute", "~> 0.22.0.1", :require => false, :source => "https://rubygems.manageiq.org"
gem "azure_mgmt_monitor", "~> 0.19.0.1", :require => false, :source => "https://rubygems.manageiq.org"
gem "azure_mgmt_network", "~> 0.26.1.1", :require => false, :source => "https://rubygems.manageiq.org"
gem "azure_mgmt_resources", "~> 0.18.2.1", :require => false, :source => "https://rubygems.manageiq.org"
end

group :cisco_intersight, :manageiq_default do
Expand Down

0 comments on commit 5f3f33d

Please sign in to comment.