Skip to content

Commit

Permalink
Fixed tag value first letter casing (#4981)
Browse files Browse the repository at this point in the history
* fixed case of operation ID to fix docs generation and have common naming

* fixed tage value case
  • Loading branch information
MikhailTryakhov authored and salameer committed Jan 3, 2019
1 parent 2779d64 commit ee835eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/serviceEndpointPolicies": {
"get": {
"tags": [
"serviceEndpointPolicies"
"ServiceEndpointPolicies"
],
"operationId": "ServiceEndpointPolicies_ListByResourceGroup",
"description": "Gets all service endpoint Policies in a resource group.",
Expand Down

0 comments on commit ee835eb

Please sign in to comment.