Skip to content

Commit

Permalink
Merge pull request #248 from panoramicdata/new-licensing-model
Browse files Browse the repository at this point in the history
Add subscription to LicensingModel
  • Loading branch information
danielabbatt authored Oct 24, 2024
2 parents 01a6492 + ef35110 commit 625d9a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.51.x
- Added subscription LicensingModel

## 1.51.12
- Updated more MV resolutions and models

Expand Down
3 changes: 3 additions & 0 deletions Meraki.Api/Data/LicensingModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ public enum LicensingModel

[EnumMember(Value = "per-device")]
PerDevice,

[EnumMember(Value = "subscription")]
Subscription,
}

0 comments on commit 625d9a2

Please sign in to comment.