Skip to content

Commit

Permalink
Updated Tags to Caps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishani Gupta committed Mar 20, 2020
1 parent 9a603ee commit a5e15d0
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/securityPartnerProviders/{securityPartnerProviderName}": {
"delete": {
"tags": [
"securityPartnerProviders"
"SecurityPartnerProviders"
],
"operationId": "SecurityPartnerProviders_Delete",
"description": "Deletes the specified Security Partner Provider.",
Expand Down Expand Up @@ -92,7 +92,7 @@
},
"get": {
"tags": [
"securityPartnerProviders"
"SecurityPartnerProviders"
],
"operationId": "SecurityPartnerProviders_Get",
"description": "Gets the specified Security Partner Provider.",
Expand Down Expand Up @@ -140,7 +140,7 @@
},
"put": {
"tags": [
"securityPartnerProviders"
"SecurityPartnerProviders"
],
"operationId": "SecurityPartnerProviders_CreateOrUpdate",
"description": "Creates or updates the specified Security Partner Provider.",
Expand Down Expand Up @@ -207,7 +207,7 @@
},
"patch": {
"tags": [
"securityPartnerProviders"
"SecurityPartnerProviders"
],
"operationId": "SecurityPartnerProviders_UpdateTags",
"description": "Updates tags of a Security Partner Provider resource.",
Expand Down Expand Up @@ -266,7 +266,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/securityPartnerProviders": {
"get": {
"tags": [
"securityPartnerProviders"
"SecurityPartnerProviders"
],
"operationId": "SecurityPartnerProviders_ListByResourceGroup",
"description": "Lists all Security Partner Providers in a resource group.",
Expand Down Expand Up @@ -312,7 +312,7 @@
"/subscriptions/{subscriptionId}/providers/Microsoft.Network/securityPartnerProviders": {
"get": {
"tags": [
"securityPartnerProviders"
"SecurityPartnerProviders"
],
"operationId": "SecurityPartnerProviders_List",
"description": "Gets all the Security Partner Providers in a subscription.",
Expand Down

0 comments on commit a5e15d0

Please sign in to comment.