-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Azure Quantum client for Azure SDK for JS #13322
Conversation
|
||
#### Sample code | ||
|
||
Refer the sample code in the [azure-sdk-for-js-samples](https://github.com/Azure/azure-sdk-for-js-samples) repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this link is broken. Using the most recent code generator to regenerate should fix this problem. For example version: v6.0.0-dev.20210121.1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a package maintainer in .github/CODEOWNERS
.
Hey @vxfield Thanks for generating the package and creating the PR. Unfortunately, there is a little bit of a scaffolding work around the generated code that we need to have in order to enable the build and release pipelines for this package. We will close this PR and create a new one with the required scaffolding and post a link here to the new PR. We will be using the latest swagger file from https://github.com/Azure/azure-rest-api-specs/blob/master/specification/quantum/data-plane/Microsoft.Quantum/preview/2019-11-04-preview/quantum.json. Please let us know if we need to use an older version or a different file. cc @sarangan12, @lmazuel |
[Stream Analytics] Add Subscription Level APIs (Azure#13322) * add query testing apis * add operationId and outputURI * fix some linter errors * fix model validation * address some PR comments * address some comments * delete getoperationresults example * try adding raw input datasource wrappers * add inputs * refactor input structure * add outputs * modify some descriptions * address more comments * add 200 response * fix formatting * Delete package-lock.json * restore package-lock.json * address final comments * add compile query * add sample input api * add test input and test output apis * fix validation errors * update testQuery and compileQuery * update sample input and test input/output * final fixes * fix linter errors pt1 * fix small bugs * remove duplicate operations def Co-authored-by: Roslyn Lu <[email protected]>
No description provided.