Skip to content
Closed
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
11 changes: 10 additions & 1 deletion specification/analysisservices/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 AnalysisServices API.

``` yaml
openapi-type: arm
tag: package-2016-05
tag: package-2017-08
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@michael-falk is the beta spec expected to be your new default package? Just asking since I saw this update.

```


Expand All @@ -39,6 +39,15 @@ input-file:
- Microsoft.AnalysisServices/2016-05-16/analysisservices.json
```

### Tag: package-2017-08

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

``` yaml $(tag) == 'package-2017-08'
input-file:
- Microsoft.AnalysisServices/2017-08-01-beta/analysisservices.json
```

---
# Code Generation

Expand Down