From bcba3af79e71645e82900d69966db79380381922 Mon Sep 17 00:00:00 2001 From: Brian Eddy Date: Thu, 19 Jan 2023 17:57:41 -0600 Subject: [PATCH] TargetExtendedLocations should accept StandardSSD_LRS as a valid storage account type --- .../Microsoft.Compute/GalleryRP/stable/2021-10-01/gallery.json | 1 + .../Microsoft.Compute/GalleryRP/stable/2022-01-03/gallery.json | 1 + .../Microsoft.Compute/GalleryRP/stable/2022-03-03/gallery.json | 1 + 3 files changed, 3 insertions(+) diff --git a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2021-10-01/gallery.json b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2021-10-01/gallery.json index 1d6277e7790c..9129b7c1f0e7 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2021-10-01/gallery.json +++ b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2021-10-01/gallery.json @@ -2565,6 +2565,7 @@ "enum": [ "Standard_LRS", "Standard_ZRS", + "StandardSSD_LRS", "Premium_LRS" ], "x-ms-enum": { diff --git a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-01-03/gallery.json b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-01-03/gallery.json index adc6697f6c36..52d730ba4688 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-01-03/gallery.json +++ b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-01-03/gallery.json @@ -2450,6 +2450,7 @@ "enum": [ "Standard_LRS", "Standard_ZRS", + "StandardSSD_LRS", "Premium_LRS" ], "x-ms-enum": { diff --git a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-03-03/gallery.json b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-03-03/gallery.json index 12e3b623fe02..f05f92e685da 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-03-03/gallery.json +++ b/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-03-03/gallery.json @@ -2563,6 +2563,7 @@ "enum": [ "Standard_LRS", "Standard_ZRS", + "StandardSSD_LRS", "Premium_LRS" ], "x-ms-enum": {