File tree Expand file tree Collapse file tree 7 files changed +42
-6
lines changed
specification/azsadmin/resource-manager/fabric
Microsoft.Fabric.Admin/preview Expand file tree Collapse file tree 7 files changed +42
-6
lines changed Original file line number Diff line number Diff line change 191191 "in" : " query" ,
192192 "type" : " string" ,
193193 "x-ms-parameter-location" : " method"
194+ },
195+ "TopParameter" : {
196+ "description" : " OData top parameter." ,
197+ "name" : " $top" ,
198+ "in" : " query" ,
199+ "type" : " string" ,
200+ "x-ms-parameter-location" : " method"
201+ },
202+ "SkipParameter" : {
203+ "description" : " OData skip parameter." ,
204+ "name" : " $skip" ,
205+ "in" : " query" ,
206+ "type" : " string" ,
207+ "x-ms-parameter-location" : " method"
194208 }
195209 },
196210 "securityDefinitions" : {
Original file line number Diff line number Diff line change 8888 },
8989 {
9090 "$ref" : " Fabric.json#/parameters/FilterParameter"
91+ },
92+ {
93+ "$ref" : " Fabric.json#/parameters/TopParameter"
94+ },
95+ {
96+ "$ref" : " Fabric.json#/parameters/SkipParameter"
9197 }
9298 ],
9399 "responses" : {
Original file line number Diff line number Diff line change 9191 },
9292 {
9393 "$ref" : " ../2016-05-01/Fabric.json#/parameters/FilterParameter"
94+ },
95+ {
96+ "$ref" : " ../2016-05-01/Fabric.json#/parameters/TopParameter"
97+ },
98+ {
99+ "$ref" : " ../2016-05-01/Fabric.json#/parameters/SkipParameter"
94100 }
95101 ],
96102 "responses" : {
Original file line number Diff line number Diff line change 9797 },
9898 {
9999 "$ref" : " ../2016-05-01/Fabric.json#/parameters/FilterParameter"
100+ },
101+ {
102+ "$ref" : " ../2016-05-01/Fabric.json#/parameters/TopParameter"
103+ },
104+ {
105+ "$ref" : " ../2016-05-01/Fabric.json#/parameters/SkipParameter"
100106 }
101107 ],
102108 "responses" : {
Original file line number Diff line number Diff line change 9797 },
9898 {
9999 "$ref" : " ../2016-05-01/Fabric.json#/parameters/FilterParameter"
100+ },
101+ {
102+ "$ref" : " ../2016-05-01/Fabric.json#/parameters/TopParameter"
103+ },
104+ {
105+ "$ref" : " ../2016-05-01/Fabric.json#/parameters/SkipParameter"
100106 }
101107 ],
102108 "responses" : {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ These are the global settings for the Fabric API.
2424title : FabricAdminClient
2525description : Fabric Admin Client
2626openapi-type : arm
27- tag : package-2018 -05-01
27+ tag : package-2019 -05-01
2828` ` `
2929
3030` ` ` yaml
@@ -40,18 +40,16 @@ input-file:
4040 - $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/InfraRoleInstance.json
4141 - $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/IpPool.json
4242 - $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalNetwork.json
43- - $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/StoragePool.json
44- - $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/StorageSystem.json
4543 - $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalSubnet.json
4644 - $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/MacAddressPool.json
4745 - $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/NetworkOperationResults.json
4846 - $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnit.json
4947 - $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnitNode.json
5048 - $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/SlbMuxInstance.json
5149 - $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/StorageOperationResults.json
52- - $(this-folder)/Microsoft.Fabric.Admin/preview/2018-10-01/Drive.json
5350 - $(this-folder)/Microsoft.Fabric.Admin/preview/2018-10-01/StorageSubSystem.json
54- - $(this-folder)/Microsoft.Fabric.Admin/preview/2018-10-01/Volume.json
51+ - $(this-folder)/Microsoft.Fabric.Admin/preview/2019-05-01/Drive.json
52+ - $(this-folder)/Microsoft.Fabric.Admin/preview/2019-05-01/Volume.json
5553` ` `
5654
5755---
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ These are the global settings for the Fabric API.
2424title : FabricAdminClient
2525description : Fabric Admin Client
2626openapi-type : arm
27- tag : package-2016 -05-01
27+ tag : package-2019 -05-01
2828` ` `
2929
3030### Tag: package-2016-05-01
You can’t perform that action at this time.
0 commit comments