Skip to content

Commit f2390db

Browse files
authored
v0.11.2 release (#14)
Add support for V50MP2R2 SKU
1 parent 5a5c17a commit f2390db

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.11.2 (Sep, 9, 2025)
2+
* Add support for V50MP2R2 SKU
3+
14
## 0.11.1 (Mar, 13, 2024)
25
* Fixed issue with deploying private plans
36
* Fixed issue with listing available marketplace plans

cbs/resource_array_azure.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ func resourceArrayAzure() *schema.Resource {
190190
"V20MUR1",
191191
"V10MP2R2",
192192
"V20MP2R2",
193+
"V50MP2R2",
193194
}, false),
194195
},
195196

docs/resources/array_azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ resource "cbs_array_azure" "azure_instance" {
103103
## Argument Reference
104104

105105
- `alert_recipients` (Optional) - List of email addresses to receive alerts.
106-
- `array_model` (Required) - CBS array size to launch. The possible values are `V10MUR1`, `V20MUR1`, `V10MP2R2` or `V20MP2R2`.
106+
- `array_model` (Required) - CBS array size to launch. The possible values are `V10MUR1`, `V20MUR1`, `V10MP2R2`, `V20MP2R2` or `V50MP2R2`.
107107
- `array_name` (Required) - Name of the array, and the name of the managed application.
108108
Required when the array is deployed for use in a Fusion cluster.
109109
- `iscsi_subnet` (Required) - Subnet containing the iSCSI interfaces on the array.

0 commit comments

Comments
 (0)