Skip to content

Remove custom auth for notebooks - #682

Merged
Xinyi Joffre (xinyi-joffre) merged 2 commits into
mainfrom
xinyi/remove-notebooks-auth
Oct 1, 2025
Merged

Xinyi Joffre (xinyi-joffre) merged 2 commits into
mainfrom
xinyi/remove-notebooks-auth

Conversation

@xinyi-joffre

Copy link
Copy Markdown
Collaborator

Azure Quantum notebooks is being deprecated on October 15. Custom DefaultAzureCredential is no longer needed after this date.

Behavior changes:

  • Interactive auth is no longer part of the upstream DefaultAzureCredential. If user wants to use interactive auth, they need to explicitly pass in a default azure credential that has the flag set to use interactive auth.
  • Tenant discovery is no longer part of the upstream DefaultAzureCredential. If using guest user with need to explicitly select a tenant, either use azure cli and ensure azure cli is already logged into right tenant, or pass in a credential with flags for the right tenant id.

@xinyi-joffre

Copy link
Copy Markdown
Collaborator Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@xinyi-joffre

Copy link
Copy Markdown
Collaborator Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@almullay Yousif Almulla (almullay) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

DefaultAzureCredential calls are replaced consistently. Looks good.

@xinyi-joffre
Xinyi Joffre (xinyi-joffre) merged commit 6dbb2b9 into main Oct 1, 2025
6 checks passed
@xinyi-joffre
Xinyi Joffre (xinyi-joffre) deleted the xinyi/remove-notebooks-auth branch October 1, 2025 19:27
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