File tree Expand file tree Collapse file tree 2 files changed +18
-42
lines changed
specification/netapp/resource-manager/Microsoft.NetApp/preview/2017-08-15 Expand file tree Collapse file tree 2 files changed +18
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4949 "$ref" : " #/parameters/ApiVersionParameter"
5050 }
5151 ],
52+ "x-ms-pageable" : {
53+ "nextLinkName" : null
54+ },
5255 "responses" : {
5356 "200" : {
5457 "description" : " OK" ,
8386 " NetApp Accounts"
8487 ],
8588 "operationId" : " Accounts_List" ,
89+ "x-ms-pageable" : {
90+ "nextLinkName" : null
91+ },
8692 "responses" : {
8793 "200" : {
8894 "description" : " OK" ,
272278 " Capacity Pools"
273279 ],
274280 "operationId" : " Pools_List" ,
281+ "x-ms-pageable" : {
282+ "nextLinkName" : null
283+ },
275284 "responses" : {
276285 "200" : {
277286 "description" : " OK" ,
467476 " Volumes"
468477 ],
469478 "operationId" : " Volumes_List" ,
479+ "x-ms-pageable" : {
480+ "nextLinkName" : null
481+ },
470482 "responses" : {
471483 "200" : {
472484 "description" : " OK" ,
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" ,
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" : {
794782 ],
795783 "operationId" : " Snapshots_List" ,
796784 "description" : " List snapshots" ,
785+ "x-ms-pageable" : {
786+ "nextLinkName" : null
787+ },
797788 "responses" : {
798789 "200" : {
799790 "description" : " OK" ,
You can’t perform that action at this time.
0 commit comments