-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Luis swagger fixes #5416
Luis swagger fixes #5416
Conversation
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-jsA 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-pythonA 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-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
Automation for azure-sdk-for-nodeNothing to generate for azure-sdk-for-node |
Can one of the admins verify this patch? |
@@ -2605,7 +2648,7 @@ | |||
}, | |||
"/apps/{appId}/querylogs": { | |||
"get": { | |||
"description": "Gets the query logs of the past month for the application.", | |||
"description": "Gets thelogs of the past month's endpoint queries for the application.", |
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.
thelogs -> the logs
specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json
Outdated
Show resolved
Hide resolved
specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json
Outdated
Show resolved
Hide resolved
@@ -9214,7 +9263,7 @@ | |||
"description": "A list of comma-separated values." | |||
}, | |||
"isExchangeable": { | |||
"description": "An exchangeable phrase list feature are serves as single feature to the LUIS underlying training algorithm. It is used as a lexicon lookup feature where its value is 1 if the lexicon contains a given word or 0 if it doesn’t. Think of an exchangeable as a synonyms list. A non-exchangeable phrase list feature has all the phrases in the list serve as separate features to the underlying training algorithm. So, if you your phrase list feature contains 5 phrases, they will be mapped to 5 separate features. You can think of the non-exchangeable phrase list feature as an additional bag of words that you are willing to add to LUIS existing vocabulary features. Think of a non-exchangeable as set of different words. Default value is true.", | |||
"description": "An exchangeable phrase list feature are serves as single feature to the LUIS underlying training algorithm. It is used as a lexicon lookup feature where its value is 1 if the lexicon contains a given word or 0 if it doesn’t. Think of an exchangeable as a synonyms list. A non-exchangeable phrase list feature has all the phrases in the list serve as separate features to the underlying training algorithm. So, if you your phrase list feature contains 5 phrases, they will be mapped to 5 separate features. You can think of the non-exchangeable phrase list feature as an additional bag of words that you are willing to add to LUIS existing vocabulary features. Think of a non-exchangeable as set of different words. Default value is true.",, |
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.
Double comma at the end
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.
@nschonni what tool did you use to find these issues?
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.
Opening the content in VS Code caught the double comma at the end as an error. I've got an running PR to add a cSpell dictionary with #4836. Right now, I just open that branch and past the code into an existing file to see the issues though.
Please note this contains breaking changes in a swagger marked as stable which is discouraged. |
@jhendrixMSFT .NET SDK does not support multiple RPs as of now. |
@jhendrixMSFT @shahabhijeet @cahann @nebadr This PR has changes from the service team, provided by @nebadr and changes to the descriptions I provided as docs member. I'll remove the runtime changes so it is only 1 file being changed. Are there specific issues about the service team's changes that you need addressed? |
Runtime broken out into different PR #5424 |
REST Spec PR 'Azure/azure-rest-api-specs#5416' REST Spec PR Author 'diberry' REST Spec PR Last commit
Automation for azure-sdk-for-netA PR has been created for you: |
@AutorestCI regenerate azure-sdk-for-go |
REST Spec PR 'Azure/azure-rest-api-specs#5416' REST Spec PR Author 'diberry' REST Spec PR Last commit
REST Spec PR 'Azure/azure-rest-api-specs#5416' REST Spec PR Author 'diberry' REST Spec PR Last commit
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.