Skip to content

Commit

Permalink
[Azure Stack] Update fabric storage admin specs for new generation wi…
Browse files Browse the repository at this point in the history
…th autorest-beta (#8038)

* update package version to 2019-05-01

* add top/skip parameter
  • Loading branch information
zyxyoshine authored and bganapa committed Jan 3, 2020
1 parent 10ec206 commit 6ecda64
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,20 @@
"in": "query",
"type": "string",
"x-ms-parameter-location": "method"
},
"TopParameter": {
"description": "OData top parameter.",
"name": "$top",
"in": "query",
"type": "string",
"x-ms-parameter-location": "method"
},
"SkipParameter": {
"description": "OData skip parameter.",
"name": "$skip",
"in": "query",
"type": "string",
"x-ms-parameter-location": "method"
}
},
"securityDefinitions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@
},
{
"$ref": "Fabric.json#/parameters/FilterParameter"
},
{
"$ref": "Fabric.json#/parameters/TopParameter"
},
{
"$ref": "Fabric.json#/parameters/SkipParameter"
}
],
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
},
{
"$ref": "../2016-05-01/Fabric.json#/parameters/FilterParameter"
},
{
"$ref": "../2016-05-01/Fabric.json#/parameters/TopParameter"
},
{
"$ref": "../2016-05-01/Fabric.json#/parameters/SkipParameter"
}
],
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@
},
{
"$ref": "../2016-05-01/Fabric.json#/parameters/FilterParameter"
},
{
"$ref": "../2016-05-01/Fabric.json#/parameters/TopParameter"
},
{
"$ref": "../2016-05-01/Fabric.json#/parameters/SkipParameter"
}
],
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@
},
{
"$ref": "../2016-05-01/Fabric.json#/parameters/FilterParameter"
},
{
"$ref": "../2016-05-01/Fabric.json#/parameters/TopParameter"
},
{
"$ref": "../2016-05-01/Fabric.json#/parameters/SkipParameter"
}
],
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ These are the global settings for the Fabric API.
title: FabricAdminClient
description: Fabric Admin Client
openapi-type: arm
tag: package-2018-05-01
tag: package-2019-05-01
```
``` yaml
Expand All @@ -40,18 +40,16 @@ input-file:
- $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/InfraRoleInstance.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/IpPool.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalNetwork.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/StoragePool.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/StorageSystem.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/LogicalSubnet.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/MacAddressPool.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/NetworkOperationResults.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnit.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnitNode.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/SlbMuxInstance.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2016-05-01/StorageOperationResults.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2018-10-01/Drive.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2018-10-01/StorageSubSystem.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2018-10-01/Volume.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2019-05-01/Drive.json
- $(this-folder)/Microsoft.Fabric.Admin/preview/2019-05-01/Volume.json
```
---
Expand Down
2 changes: 1 addition & 1 deletion specification/azsadmin/resource-manager/fabric/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ These are the global settings for the Fabric API.
title: FabricAdminClient
description: Fabric Admin Client
openapi-type: arm
tag: package-2016-05-01
tag: package-2019-05-01
```
### Tag: package-2016-05-01
Expand Down

0 comments on commit 6ecda64

Please sign in to comment.