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
8 changes: 4 additions & 4 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-resources-2021-04
tag: package-changes-2022-03-01-preview
Copy link
Member

@cataggar cataggar May 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does the default tag need to be changed? I don't think it is needs to be changed for SDK generation. I don't think they should be set to a preview. Can't it be left as package-resources-<stable-api>? It was introduced in #18475.

```

``` yaml $(package-privatelinks)
Expand Down Expand Up @@ -70,14 +70,14 @@ tag: package-templatespecs-2021-05
```

``` yaml $(package-changes)
tag: package-changes-2022-03
tag: package-changes-2022-03-01-preview
```

### Tag: package-changes-2022-03
### Tag: package-changes-2022-03-01-preview

These settings apply only when `--tag=package-changes-2022-03-01-preview` is specified on the command line.

``` yaml $(tag) == 'package-changes-2022-03'
``` yaml $(tag) == 'package-changes-2022-03-01-preview'
input-file:
- Microsoft.Resources/preview/2022-03-01-preview/changes.json
```
Expand Down