Skip to content

Commit

Permalink
Corrected case in operation ids
Browse files Browse the repository at this point in the history
  • Loading branch information
audunn committed Sep 16, 2020
1 parent 995320f commit 2c0e73f
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@
"tags": [
"Snapshot Policy"
],
"operationId": "snapshotPolicies_Get",
"operationId": "SnapshotPolicies_Get",
"description": "Get a snapshot Policy",
"responses": {
"200": {
Expand All @@ -1706,7 +1706,7 @@
"tags": [
"Snapshot Policy"
],
"operationId": "snapshotPolicies_Create",
"operationId": "SnapshotPolicies_Create",
"description": "Create a snapshot policy",
"parameters": [
{
Expand Down Expand Up @@ -1747,7 +1747,7 @@
"tags": [
"Snapshot Policy"
],
"operationId": "snapshotPolicies_Update",
"operationId": "SnapshotPolicies_Update",
"description": "Patch a snapshot policy",
"parameters": [
{
Expand Down Expand Up @@ -1781,7 +1781,7 @@
"tags": [
"Snapshot Policy"
],
"operationId": "snapshotPolicies_Delete",
"operationId": "SnapshotPolicies_Delete",
"description": "Delete snapshot policy",
"responses": {
"200": {
Expand Down Expand Up @@ -2296,7 +2296,7 @@
],
"summary": "Get a backup Policy",
"description": "Get a particular backup Policy",
"operationId": "backupPolicies_Get",
"operationId": "BackupPolicies_Get",
"parameters": [
{
"$ref": "#/parameters/SubscriptionId"
Expand Down Expand Up @@ -2337,7 +2337,7 @@
],
"summary": "Create a backup policy",
"description": "Create a backup policy for Netapp Account",
"operationId": "backupPolicies_Create",
"operationId": "BackupPolicies_Create",
"parameters": [
{
"$ref": "#/parameters/SubscriptionId"
Expand Down Expand Up @@ -2397,7 +2397,7 @@
],
"summary": "Patch a backup policy",
"description": "Patch a backup policy for Netapp Account",
"operationId": "backupPolicies_Update",
"operationId": "BackupPolicies_Update",
"parameters": [
{
"$ref": "#/parameters/SubscriptionId"
Expand Down Expand Up @@ -2447,7 +2447,7 @@
],
"summary": "Delete a backup policy",
"description": "Delete backup policy",
"operationId": "backupPolicies_Delete",
"operationId": "BackupPolicies_Delete",
"parameters": [
{
"$ref": "#/parameters/SubscriptionId"
Expand Down

0 comments on commit 2c0e73f

Please sign in to comment.