Added NetworkConfigurationDiagnostic rest API + example#3599
Added NetworkConfigurationDiagnostic rest API + example#3599lmazuel merged 10 commits intoAzure:masterfrom irrogozh:master
Conversation
|
Can one of the admins verify this patch? |
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-nodeThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-javaThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
|
Sorry, was the wrong tab, I never meant to close/open the PR :/ |
|
@irrogozh please don't forget to merge to August branch |
…workConfigurationDiagnostic API
| "queries" | ||
| ], | ||
| "properties": { | ||
| "targetResourceId": { |
There was a problem hiding this comment.
what permissions are needed on the target resource to perform the network configuration diagnostic
There was a problem hiding this comment.
Probably, read access on NSG.
| "NetworkConfigurationDiagnosticResponse": { | ||
| "description": "Results of network configuration diagnostic on the target resource.", | ||
| "properties": { | ||
| "results": { |
There was a problem hiding this comment.
"value" array is the standard here.
There was a problem hiding this comment.
It's not ObjectListPage. Value would be there only in this case...
There was a problem hiding this comment.
'results' (as a name for array) was approved by our PMs...
| "$ref": "./network.json#/parameters/SubscriptionIdParameter" | ||
| } | ||
| ], | ||
| "responses": { |
There was a problem hiding this comment.
For all APIs., Model a "default" response to capture all the error states. The schema of this response should comply with ARM RPC error contract. Check Batch RP API spec for a sample.
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-versionin the path should match theapi-versionin the spec).Quality of Swagger