Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@
"NetworkWatchers"
],
"operationId": "NetworkWatchers_GetNetworkConfigurationDiagnostic",
"description": "Get network configuration diagnostic.",
"description": "The Network Configuration Diagnostic API helps customers understand and debug network behaviour. It provides detailed information on what security rules were applied to a specified traffic flow and the result of evaluating these rules. Customers must the provide details of a flow like source, destination, protocol, etc. The API returns whether traffic was allowed or denied, the rules evaluated for the specified flow and the evaluation results.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

behaviour -> behavior for US spelling

Suggested change
"description": "The Network Configuration Diagnostic API helps customers understand and debug network behaviour. It provides detailed information on what security rules were applied to a specified traffic flow and the result of evaluating these rules. Customers must the provide details of a flow like source, destination, protocol, etc. The API returns whether traffic was allowed or denied, the rules evaluated for the specified flow and the evaluation results.",
"description": "The Network Configuration Diagnostic API helps customers understand and debug network behavior. It provides detailed information on what security rules were applied to a specified traffic flow and the result of evaluating these rules. Customers must the provide details of a flow like source, destination, protocol, etc. The API returns whether traffic was allowed or denied, the rules evaluated for the specified flow and the evaluation results.",

"parameters": [
{
"name": "resourceGroupName",
Expand Down