Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Azure NetworkManager refresh disconnecting managed_images #564

Merged

Commits on Oct 24, 2024

  1. Fix Azure NetworkManager refresh not delegated

    All refreshes should be done via the CloudManager, instance methods are
    delegated to the network_manager's parent_manager however the
    class-level refresh_ems method was not being delegated causing failures
    and disconnected inventory.
    agrare committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9424545 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    d1c796a View commit details
    Browse the repository at this point in the history