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

Create a New Default Tag for Code Generation #9440

Merged
merged 1 commit into from
May 13, 2020
Merged
Changes from all 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
12 changes: 11 additions & 1 deletion specification/mixedreality/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,17 @@ These are the global settings for the Mixed Reality Azure Resource Management Cl
title: MixedRealityClient
description: Mixed Reality Client
openapi-type: arm
tag: package-2020-05-01
tag: package-2020-05
```
### Tag: package-2020-05

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

``` yaml $(tag) == 'package-2020-05'
input-file:
- Microsoft.MixedReality/stable/2020-05-01/proxy.json
- Microsoft.MixedReality/stable/2020-05-01/spatial-anchors.json
- Microsoft.MixedReality/preview/2020-04-06-preview/remote-rendering.json
```

### Tag: package-2020-05-01
Expand Down