Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating tag #17304

Merged
merged 7 commits into from
Jan 20, 2022
Merged
Changes from 1 commit
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
20 changes: 11 additions & 9 deletions specification/iothub/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,28 @@ These are the global settings for the IotHub API.

``` yaml
openapi-type: arm
tag: package-preview-2021-07
tag: package-2021-07-02
```


### Tag: package-preview-2021-07
### Tag: package-2021-07-02

These settings apply only when `--tag=package-preview-2021-07-02` is specified on the command line.
These settings apply only when `--tag=package-2021-07-02` is specified on the command line.

```yaml $(tag) == 'package-preview-2021-07-02'
```yaml $(tag) == 'package-2021-07-02'
input-file:
- Microsoft.Devices/preview/2021-07-02-preview/iothub.json
- Microsoft.Devices/stable/2021-07-02/iothub.json
```
### Tag: package-2021-07

These settings apply only when `--tag=package-2021-07-02` is specified on the command line.
### Tag: package-preview-2021-07-02

```yaml $(tag) == 'package-2021-07-02'
These settings apply only when `--tag=package-preview-2021-07-02` is specified on the command line.

```yaml $(tag) == 'package-preview-2021-07-02'
input-file:
- Microsoft.Devices/stable/2021-07-02/iothub.json
- Microsoft.Devices/preview/2021-07-02-preview/iothub.json
```

### Tag: package-2021-07

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