Skip to content

Commit

Permalink
Changed operationId/Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ssripadham committed Oct 15, 2020
1 parent 77c30ed commit 094740d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"/subscriptions/{subscriptionId}/providers/Microsoft.Network/azureWebCategories/{name}": {
"get": {
"tags": [
"AzureWebCategories"
"WebCategories"
],
"operationId": "AzureWebCategories_Get",
"operationId": "WebCategories_Get",
"description": "Gets the specified Azure Web Category.",
"parameters": [
{
Expand Down Expand Up @@ -87,9 +87,9 @@
"/subscriptions/{subscriptionId}/providers/Microsoft.Network/azureWebCategories": {
"get": {
"tags": [
"AzureWebCategories"
"WebCategories"
],
"operationId": "AzureWebCategories_ListBySubscription",
"operationId": "WebCategories_ListBySubscription",
"description": "Gets all the Azure Web Categories in a subscription.",
"parameters": [
{
Expand Down

0 comments on commit 094740d

Please sign in to comment.