Skip to content
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
17 changes: 12 additions & 5 deletions specification/resources/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These are the global settings for the Resource API.

``` yaml
openapi-type: arm
tag: package-changes-2022-05
tag: package-subscriptions-2022-12
```

``` yaml $(package-privatelinks)
Expand All @@ -50,7 +50,7 @@ tag: package-resources-2022-09
```

``` yaml $(package-subscriptions)
tag: package-subscriptions-2021-01
tag: package-subscriptions-2022-12
```

``` yaml $(package-links)
Expand Down Expand Up @@ -194,7 +194,6 @@ input-file:
- Microsoft.Authorization/stable/2017-04-01/locks.json
```


### Tag: package-preview-2020-08

These settings apply only when `--tag=package-preview-2020-08` is specified on the command line.
Expand All @@ -204,6 +203,15 @@ input-file:
- Microsoft.Solutions/preview/2020-08-21-preview/managedapplications.json
```

### Tag: package-subscriptions-2022-12

These settings apply only when `--tag=package-subscriptions-2022-12` is specified on the command line.

``` yaml $(tag) == 'package-subscriptions-2022-12'
input-file:
- Microsoft.Resources/stable/2022-12-01/subscriptions.json
```


### Tag: package-subscriptions-2021-01

Expand All @@ -214,7 +222,6 @@ input-file:
- Microsoft.Resources/stable/2021-01-01/subscriptions.json
```


### Tag: package-deploymentscripts-2020-10

These settings apply only when `--tag=package-deploymentscripts-2020-10` is specified on the command line.
Expand Down Expand Up @@ -949,7 +956,7 @@ directive:
- '$.paths["/{scope}/providers/Microsoft.Resources/tags/default"].put'
- '$.paths["/{scope}/providers/Microsoft.Resources/tags/default"].patch'
- '$.paths["/{scope}/providers/Microsoft.Resources/tags/default"].get'
reason: The tags API does not support system data
reason: The tags API does not support system data
```

---
Expand Down