Skip to content

fix: Fix for Handling Hub Creation and Validation in Azure ML Client #420

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

Merged
merged 1 commit into from
Mar 28, 2025

Conversation

UtkarshMishra-Microsoft
Copy link
Contributor

@UtkarshMishra-Microsoft UtkarshMishra-Microsoft commented Mar 28, 2025

Purpose

This approach first starts the asynchronous hub creation process, waits for a short period to ensure the hub has time to be created, and then retrieves the hub details to confirm its successful creation. This sequence ensures the proper handling of the hub creation workflow in the system.
image
image

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Copilot Copilot AI review requested due to automatic review settings March 28, 2025 12:22
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the hub creation and validation process in the Azure ML client by modifying the asynchronous workflow to include fixed delays before retrieving creation results.

  • Introduces a 60-second delay and re-fetching of hub details after asynchronous creation.
  • Adds a 30-second delay after initiating project creation before proceeding.

@Roopan-Microsoft Roopan-Microsoft merged commit 9020db4 into main Mar 28, 2025
10 checks passed
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants