-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resurrecting Azure Execution provider (#1121)
This pull request re-adds the Azure execution provider.
- Loading branch information
1 parent
b0d1532
commit 1aebf26
Showing
7 changed files
with
523 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,13 @@ | |
"givenName": "Ian", | ||
"familyName": "Foster", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"@id":"http://orcid.org/0000-0002-0762-2684", | ||
"@type": "Person", | ||
"givenName": "Ben", | ||
"familyName": "Glick", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"softwareRequirements": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.