Skip to content

Commit

Permalink
Merge pull request #1106 from CompositionalIT/add-missing-app-service…
Browse files Browse the repository at this point in the history
…-SKU

Add missing web app SKUs, including P0V3
  • Loading branch information
ninjarobot authored Jun 9, 2024
2 parents f4dd08c + 49f86c4 commit c969cf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Release Notes

## 1.8.11
* Service Bus: Added support for setting max message size.
* WebApp: Add new Premium V3 SKUs: Entry level SKU: `P0V3`, and memory optimised SKUs: `P1MV3, P2MV3, P3MV3, P4MV3, P5MV3`.

## 1.8.10
* Functions: Added support for setting max scale out limit.
Expand Down
6 changes: 6 additions & 0 deletions src/Farmer/Common.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1691,9 +1691,15 @@ module WebApp =
static member P1V2 = PremiumV2 "P1V2"
static member P2V2 = PremiumV2 "P2V2"
static member P3V2 = PremiumV2 "P3V2"
static member P0V3 = PremiumV3 "P0V3"
static member P1V3 = PremiumV3 "P1V3"
static member P2V3 = PremiumV3 "P2V3"
static member P3V3 = PremiumV3 "P3V3"
static member P1MV3 = PremiumV3 "P1MV3"
static member P2MV3 = PremiumV3 "P2MV3"
static member P3MV3 = PremiumV3 "P3MV3"
static member P4MV3 = PremiumV3 "P4MV3"
static member P5MV3 = PremiumV3 "P5MV3"
static member EP1 = ElasticPremium "EP1"
static member EP2 = ElasticPremium "EP2"
static member EP3 = ElasticPremium "EP3"
Expand Down

0 comments on commit c969cf3

Please sign in to comment.