Skip to content

Commit 5920340

Browse files
TargetExtendedLocations should accept StandardSSD_LRS as a valid storage account type (#22255)
1 parent 1c23efa commit 5920340

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2021-10-01/gallery.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,6 +2565,7 @@
25652565
"enum": [
25662566
"Standard_LRS",
25672567
"Standard_ZRS",
2568+
"StandardSSD_LRS",
25682569
"Premium_LRS"
25692570
],
25702571
"x-ms-enum": {

specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-01-03/gallery.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2450,6 +2450,7 @@
24502450
"enum": [
24512451
"Standard_LRS",
24522452
"Standard_ZRS",
2453+
"StandardSSD_LRS",
24532454
"Premium_LRS"
24542455
],
24552456
"x-ms-enum": {

specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-03-03/gallery.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2563,6 +2563,7 @@
25632563
"enum": [
25642564
"Standard_LRS",
25652565
"Standard_ZRS",
2566+
"StandardSSD_LRS",
25662567
"Premium_LRS"
25672568
],
25682569
"x-ms-enum": {

0 commit comments

Comments
 (0)