Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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.

44 changes: 22 additions & 22 deletions specification/azsadmin/resource-manager/fabric/readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Fabric Admin

> see https://aka.ms/autorest

This is the AutoRest configuration file for Fabric Admin.

---
## Getting Started
## Getting Started
To build the SDK for Fabric Admin, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:

> `autorest`
Expand All @@ -17,7 +17,7 @@ To see additional help and options, run:

## Configuration

### Basic Information
### Basic Information
These are the global settings for the Fabric API.

``` yaml
Expand All @@ -33,24 +33,24 @@ These settings apply only when `--tag=package-2016-05-01` is specified on the co

``` yaml $(tag) == 'package-2016-05-01'
input-file:
- "Microsoft.Fabric.Admin/stable/2016-05-01/Fabric.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/EdgeGateway.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/EdgeGatewayPool.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/FabricLocation.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/FileShare.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/InfraRole.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/InfraRoleInstance.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/IpPool.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/LogicalNetwork.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/StoragePool.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/StorageSystem.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/Volume.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/LogicalSubnet.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/MacAddressPool.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/Operations.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/ScaleUnit.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/ScaleUnitNode.json"
- "Microsoft.Fabric.Admin/stable/2016-05-01/SlbMuxInstance.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/Fabric.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/EdgeGateway.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/EdgeGatewayPool.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/FabricLocation.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/FileShare.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/InfraRole.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/InfraRoleInstance.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/IpPool.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/LogicalNetwork.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/StoragePool.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/StorageSystem.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/Volume.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/LogicalSubnet.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/MacAddressPool.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/Operations.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnit.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/ScaleUnitNode.json"
- "Microsoft.Fabric.Admin/preview/2016-05-01/SlbMuxInstance.json"
```

---
Expand All @@ -67,7 +67,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-go
```

## C#
## C#

These settings apply only when `--csharp` is specified on the command line.
Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-net clone>`.
Expand Down
Loading