Skip to content

Commit

Permalink
Remove spatial-anchors.json from input files
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlauanubianca authored Jan 15, 2025
1 parent 4dea612 commit ef696eb
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions specification/mixedreality/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,6 @@ directive:
- $.definitions.AccountKeys.properties.secondaryKey
reason: Secrets are OK to return in a POST response.
```
### Tag: package-2025-01
These settings apply only when `--tag=package-2021-01` is specified on the command line.

```yaml $(tag) == 'package-2021-03-01-preview'
input-file:
- Microsoft.MixedReality/preview/2021-03-01-preview/proxy.json
- Microsoft.MixedReality/preview/2021-03-01-preview/remote-rendering.json
modelerfour:
lenient-model-deduplication: true
```
### Tag: package-2021-03-01-preview
Expand All @@ -89,9 +78,7 @@ These settings apply only when `--tag=package-2021-03-01-preview` is specified o
```yaml $(tag) == 'package-2021-03-01-preview'
input-file:
- Microsoft.MixedReality/preview/2021-03-01-preview/proxy.json
- Microsoft.MixedReality/preview/2021-03-01-preview/spatial-anchors.json
- Microsoft.MixedReality/preview/2021-03-01-preview/remote-rendering.json
- Microsoft.MixedReality/preview/2021-03-01-preview/object-anchors.json
modelerfour:
lenient-model-deduplication: true
```
Expand All @@ -103,7 +90,6 @@ These settings apply only when `--tag=package-2021-01` is specified on the comma
```yaml $(tag) == 'package-2021-01'
input-file:
- Microsoft.MixedReality/stable/2021-01-01/proxy.json
- Microsoft.MixedReality/stable/2021-01-01/spatial-anchors.json
- Microsoft.MixedReality/stable/2021-01-01/remote-rendering.json
```

Expand All @@ -114,7 +100,6 @@ These settings apply only when `--tag=package-2020-05` is specified on the comma
``` 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
modelerfour:
lenient-model-deduplication: true
Expand All @@ -128,7 +113,6 @@ These settings apply only when `--tag=package-2020-05-01` is specified on the co
``` yaml $(tag) == 'package-2020-05-01'
input-file:
- Microsoft.MixedReality/stable/2020-05-01/proxy.json
- Microsoft.MixedReality/stable/2020-05-01/spatial-anchors.json
```

### Tag: package-2020-04-06-preview
Expand All @@ -149,16 +133,6 @@ These settings apply only when `--tag=package-2019-12-02-preview` is specified o
input-file:
- Microsoft.MixedReality/preview/2019-12-02-preview/proxy.json
- Microsoft.MixedReality/preview/2019-12-02-preview/remote-rendering.json
- Microsoft.MixedReality/preview/2019-12-02-preview/spatial-anchors.json
```

### Tag: package-2019-02-preview

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

``` yaml $(tag) == 'package-2019-02-preview'
input-file:
- Microsoft.MixedReality/preview/2019-02-28-preview/mixedreality.json
```

---
Expand Down

0 comments on commit ef696eb

Please sign in to comment.