-
Notifications
You must be signed in to change notification settings - Fork 5.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
Introduce ADX Command #6667
Introduce ADX Command #6667
Conversation
SDK Automation [Logs] (Generated from 37671c3, Iteration 7)Python: Azure/azure-sdk-for-python [Logs] [Diff]
Java: Azure/azure-sdk-for-java [Logs]
Go: Azure/azure-sdk-for-go [Logs]
JavaScript: Azure/azure-sdk-for-js [Logs]
|
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Automation for azure-sdk-for-javaA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Can one of the admins verify this patch? |
"properties": { | ||
"command": { | ||
"type": "object", | ||
"description": "A control command, according to the ADX command syntax. Type: string (or Expression with resultType string)." |
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.
is the command
property a string or object?
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.
It is eventually a string, but also accepts an Expression which is compiled into a string in the backend. Expression is another type and since we need both to be accepted here (oneOf model from swagger 3.0) we use object type in all these type of properties.
...tafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json
Outdated
Show resolved
Hide resolved
@michaeljqzq Can we get this merged today, please? Will be good to have this too in this PS release |
Hi @michaeljqzq, can we get this merged please? |
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.