Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetApp RP minor update and validation fixes #4520

Merged
merged 2 commits into from
Nov 21, 2018
Merged
Show file tree
Hide file tree
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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
"$ref": "#/parameters/ApiVersionParameter"
}
],
"x-ms-pageable": {
"nextLinkName": null
},
"responses": {
"200": {
"description": "OK",
Expand Down Expand Up @@ -83,6 +86,9 @@
"NetApp Accounts"
],
"operationId": "Accounts_List",
"x-ms-pageable": {
"nextLinkName": null
},
"responses": {
"200": {
"description": "OK",
Expand Down Expand Up @@ -272,6 +278,9 @@
"Capacity Pools"
],
"operationId": "Pools_List",
"x-ms-pageable": {
"nextLinkName": null
},
"responses": {
"200": {
"description": "OK",
Expand Down Expand Up @@ -467,6 +476,9 @@
"Volumes"
],
"operationId": "Volumes_List",
"x-ms-pageable": {
"nextLinkName": null
},
"responses": {
"200": {
"description": "OK",
Expand Down Expand Up @@ -668,6 +680,9 @@
],
"operationId": "MountTargets_List",
"description": "List mount targets",
"x-ms-pageable": {
"nextLinkName": null
},
"responses": {
"200": {
"description": "OK",
Expand Down Expand Up @@ -738,33 +753,6 @@
"$ref": "examples/MountTargets_Get.json"
}
}
},
"delete": {
"tags": [
"MountTargets"
],
"operationId": "MountTargets_Delete",
"description": "Delete mount target",
"responses": {
"202": {
"description": "Accepted -- Create or update request accepted; operation will complete asynchronously"
},
"204": {
"description": "NoContent -- Resource does not exist."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/error"
}
}
},
"x-ms-long-running-operation": true,
"x-ms-examples": {
"MountTargets_Delete": {
"$ref": "examples/MountTargets_Delete.json"
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/pools/{poolName}/volumes/{volumeName}/snapshots": {
Expand Down Expand Up @@ -794,6 +782,9 @@
],
"operationId": "Snapshots_List",
"description": "List snapshots",
"x-ms-pageable": {
"nextLinkName": null
},
"responses": {
"200": {
"description": "OK",
Expand Down