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

Added reservation recommendations and tags #2679

Merged
merged 16 commits into from
Mar 19, 2018
Merged
Changes from 1 commit
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
Prev Previous commit
fix broken tags for go
  • Loading branch information
jhendrixMSFT committed Mar 17, 2018
commit 7a5eab1ead58ad3a9b36f7bef34eeacd76f9ec52
8 changes: 4 additions & 4 deletions specification/consumption/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2017-04-preview
- tag: package-2017-11-30
- tag: package-2017-12-30-preview
- tag: package-2018-01-31
- tag: package-2018-03-31
- tag: package-2017-11
- tag: package-2017-12-preview
- tag: package-2018-01
- tag: package-2018-03
```


Expand Down