Skip to content

Commit

Permalink
Updating Readme to have stable and previe versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nimengan committed Sep 20, 2020
1 parent ea18a86 commit d0f5eb5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions specification/iothub/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,26 @@ These are the global settings for the IotHub API.

``` yaml
openapi-type: arm
tag: package-preview-2020-08
tag: package-2020-08
```
### Tag: package-2020-08
These settings apply only when `--tag=package-2020-08` is specified on the command line.

```yaml $(tag) == 'package-2020-08'
input-file:
- Microsoft.Devices/stable/2020-08-31/iothub.json
```
### Tag: package-preview-2020-08

These settings apply only when `--tag=package-preview-2020-08` is specified on the command line.

```yaml $(tag) == 'package-preview-2020-08'
``` yaml $(tag) == 'package-preview-2020-08'
input-file:
- Microsoft.Devices/preview/2020-08-31-preview/iothub.json
```
### Tag: package-2020-08

These settings apply only when `--tag=package-2020-08` is specified on the command line.

``` yaml $(tag) == 'package-2020-08'
input-file:
- Microsoft.Devices/stable/2020-08-31/iothub.json
```
### Tag: package-2020-08

These settings apply only when `--tag=package-2020-08` is specified on the command line.
Expand Down

0 comments on commit d0f5eb5

Please sign in to comment.