Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Enabling job submission to Azure Quantum from the Visual Studio Code extension #1547

Draft
wants to merge 92 commits into
base: main
Choose a base branch
from

Conversation

ricardo-espinoza
Copy link
Contributor

No description provided.

Jack Monas and others added 30 commits June 27, 2022 16:57
filter out optimization targets, by target not provider
…rough config file addition and pulling of azure information.
delete azure account extension
delete azure account extension
jmonas and others added 26 commits August 12, 2022 14:48
…y to cancel job in success notification, improve job error handling
…ments

T jackmonas/workspace improvements
…rovements

make job progress a notification rather a status bar item, add abilit…
@ricardo-espinoza ricardo-espinoza marked this pull request as draft August 22, 2022 23:25
return reject();
});

tempCredentialTwo = new InteractiveBrowserCredential({"tenantId":tenantId, "redirectUri":`http://localhost:${portTwo}`});

Check failure

Code scanning / devskim

Insecure URL

Insecure URL
tempCredentialOne = new InteractiveBrowserCredential({"redirectUri":`http://localhost:${portOne}`});
}
else{
tempCredentialOne = new ChainedTokenCredential(new AzureCliCredential(), new InteractiveBrowserCredential({"redirectUri":`http://localhost:${portOne}`}));

Check failure

Code scanning / devskim

Insecure URL

Insecure URL
try{
// if user is changing account do not take auto log in from Az Cli
if(changeAccountFlag){
tempCredentialOne = new InteractiveBrowserCredential({"redirectUri":`http://localhost:${portOne}`});

Check failure

Code scanning / devskim

Insecure URL

Insecure URL
@kuzminrobin
Copy link
Contributor

/azp where

@azure-pipelines
Copy link

Azure DevOps orgs getting events for this repository:

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

Successfully merging this pull request may close these issues.

None yet

4 participants