[App Insights/Operational Insights] Fix C# directive for result type.#3385
Merged
sergey-shandar merged 1 commit intoAzure:masterfrom Jul 11, 2018
Merged
[App Insights/Operational Insights] Fix C# directive for result type.#3385sergey-shandar merged 1 commit intoAzure:masterfrom
sergey-shandar merged 1 commit intoAzure:masterfrom
Conversation
Automation for azure-sdk-for-pythonA PR has been created for you: |
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-nodeA PR has been created for you: |
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
sergey-shandar
approved these changes
Jul 11, 2018
9 tasks
XiaofeiCao
pushed a commit
to XiaofeiCao/azure-rest-api-specs
that referenced
this pull request
Jul 5, 2024
[test will reset] change specificationRepositoryConfiguration.json
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This field in the response is array of array of string in the swagger, but is array of array of "any" value type in reality. Semantically, it's the individual cell content returned from database queries. I've addressed this on a language by language basis since the wildcard type support is somewhat inconsistent. I've been testing modeling in C# as "object" and it produces the desired behavior.
Related: Azure/azure-powershell#6032
PR information
api-versionin the path should match theapi-versionin the spec).Quality of Swagger