Skip to content

Commit

Permalink
1.54.0 api updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Jan 25, 2025
1 parent a100a38 commit 88098f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ All resources and data sources have been tested with the following API releases.

| API | Version |
| ---------------- | ------- |
| Meraki Dashboard | 1.53.0 |
| Meraki Dashboard | 1.54.0 |

Documentation: <https://registry.terraform.io/providers/CiscoDevNet/meraki/latest>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All resources and data sources have been tested with the following API releases.

| API | Version |
| ---------------- | ------- |
| Meraki Dashboard | 1.53.0 |
| Meraki Dashboard | 1.54.0 |

## Getting Started

Expand Down
4 changes: 2 additions & 2 deletions gen/load_models.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
)

var models = []string{
"https://raw.githubusercontent.com/meraki/openapi/refs/tags/v1.53.0/openapi/spec3.json",
"https://raw.githubusercontent.com/meraki/openapi/refs/tags/v1.53.0-beta.1/openapi/spec3.json",
"https://raw.githubusercontent.com/meraki/openapi/refs/tags/v1.54.0/openapi/spec3.json",
"https://raw.githubusercontent.com/meraki/openapi/refs/tags/v1.54.0-beta.3/openapi/spec3.json",
}

const (
Expand Down
2 changes: 1 addition & 1 deletion templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All resources and data sources have been tested with the following API releases.

| API | Version |
| ---------------- | ------- |
| Meraki Dashboard | 1.53.0 |
| Meraki Dashboard | 1.54.0 |

## Getting Started

Expand Down

0 comments on commit 88098f9

Please sign in to comment.