Skip to content

Commit

Permalink
Modifying Tag to package-2020-08-31
Browse files Browse the repository at this point in the history
  • Loading branch information
nimengan committed Sep 24, 2020
1 parent d0f5eb5 commit ed3537a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions specification/iothub/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ These are the global settings for the IotHub API.

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

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

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

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

0 comments on commit ed3537a

Please sign in to comment.