Skip to content

Commit 5a020ec

Browse files
leonardbfhovsepm
authored andcommitted
NFSAAS-1505 minor update and validation fixes (#4520)
1 parent 8e0b3c4 commit 5a020ec

File tree

2 files changed

+18
-42
lines changed

2 files changed

+18
-42
lines changed

specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/examples/MountTargets_Delete.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15/netapp.json

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
"$ref": "#/parameters/ApiVersionParameter"
5050
}
5151
],
52+
"x-ms-pageable": {
53+
"nextLinkName": null
54+
},
5255
"responses": {
5356
"200": {
5457
"description": "OK",
@@ -83,6 +86,9 @@
8386
"NetApp Accounts"
8487
],
8588
"operationId": "Accounts_List",
89+
"x-ms-pageable": {
90+
"nextLinkName": null
91+
},
8692
"responses": {
8793
"200": {
8894
"description": "OK",
@@ -272,6 +278,9 @@
272278
"Capacity Pools"
273279
],
274280
"operationId": "Pools_List",
281+
"x-ms-pageable": {
282+
"nextLinkName": null
283+
},
275284
"responses": {
276285
"200": {
277286
"description": "OK",
@@ -467,6 +476,9 @@
467476
"Volumes"
468477
],
469478
"operationId": "Volumes_List",
479+
"x-ms-pageable": {
480+
"nextLinkName": null
481+
},
470482
"responses": {
471483
"200": {
472484
"description": "OK",
@@ -668,6 +680,9 @@
668680
],
669681
"operationId": "MountTargets_List",
670682
"description": "List mount targets",
683+
"x-ms-pageable": {
684+
"nextLinkName": null
685+
},
671686
"responses": {
672687
"200": {
673688
"description": "OK",
@@ -738,33 +753,6 @@
738753
"$ref": "examples/MountTargets_Get.json"
739754
}
740755
}
741-
},
742-
"delete": {
743-
"tags": [
744-
"MountTargets"
745-
],
746-
"operationId": "MountTargets_Delete",
747-
"description": "Delete mount target",
748-
"responses": {
749-
"202": {
750-
"description": "Accepted -- Create or update request accepted; operation will complete asynchronously"
751-
},
752-
"204": {
753-
"description": "NoContent -- Resource does not exist."
754-
},
755-
"default": {
756-
"description": "Error response describing why the operation failed.",
757-
"schema": {
758-
"$ref": "#/definitions/error"
759-
}
760-
}
761-
},
762-
"x-ms-long-running-operation": true,
763-
"x-ms-examples": {
764-
"MountTargets_Delete": {
765-
"$ref": "examples/MountTargets_Delete.json"
766-
}
767-
}
768756
}
769757
},
770758
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/pools/{poolName}/volumes/{volumeName}/snapshots": {
@@ -794,6 +782,9 @@
794782
],
795783
"operationId": "Snapshots_List",
796784
"description": "List snapshots",
785+
"x-ms-pageable": {
786+
"nextLinkName": null
787+
},
797788
"responses": {
798789
"200": {
799790
"description": "OK",

0 commit comments

Comments
 (0)