Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
larikaS committed Jul 12, 2023
1 parent 40986f5 commit 0e67575
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions specification/edgeorder/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,42 @@
This is the AutoRest configuration file for EdgeOrder.



---

## Getting Started

To build the SDK for EdgeOrder, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:

> `autorest`
To see additional help and options, run:

> `autorest --help`
---

## Configuration



### Basic Information

These are the global settings for the EdgeOrder API.

``` yaml
title: EdgeOrderManagementClient
description: Edge Order API's
openapi-type: arm
tag: package-2022-05-preview
tag: package-preview-2023-05
```
### Tag: package-preview-2023-05
These settings apply only when `--tag=package-preview-2023-05` is specified on the command line.

```yaml $(tag) == 'package-preview-2023-05'
input-file:
- Microsoft.EdgeOrder/preview/2023-05-01-preview/edgeorder.json
```
### Tag: package-2022-05-preview

These settings apply only when `--tag=package-2022-05-preview` is specified on the command line.
Expand All @@ -39,6 +48,7 @@ These settings apply only when `--tag=package-2022-05-preview` is specified on t
input-file:
- Microsoft.EdgeOrder/preview/2022-05-01-preview/edgeorder.json
```

---

### Tag: package-2021-12
Expand All @@ -49,6 +59,7 @@ These settings apply only when `--tag=package-2021-12` is specified on the comma
input-file:
- Microsoft.EdgeOrder/stable/2021-12-01/edgeorder.json
```

---

### Tag: package-2020-12-preview
Expand All @@ -59,11 +70,11 @@ These settings apply only when `--tag=package-2020-12-preview` is specified on t
input-file:
- Microsoft.EdgeOrder/preview/2020-12-01-preview/edgeorder.json
```

---

# Code Generation


## Swagger to SDK

This section describes what SDK should be generated by the automatic system.
Expand Down Expand Up @@ -97,4 +108,4 @@ See configuration in [readme.python.md](./readme.python.md)

## Go

See configuration in [readme.go.md](./readme.go.md)
See configuration in [readme.go.md](./readme.go.md)

0 comments on commit 0e67575

Please sign in to comment.