From fb1564fbd4937394cf42ef1b2c8a66763d678a8d Mon Sep 17 00:00:00 2001 From: looyvillelarry <31990338+looyvillelarry@users.noreply.github.com> Date: Tue, 21 May 2019 09:53:14 -0400 Subject: [PATCH] fix: Allow RA GRS accounts (Property service) (#60) --- ingredient/ingredient-storage/src/storage.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ingredient/ingredient-storage/src/storage.json b/ingredient/ingredient-storage/src/storage.json index 55a5272e..6af3e7a4 100644 --- a/ingredient/ingredient-storage/src/storage.json +++ b/ingredient/ingredient-storage/src/storage.json @@ -13,6 +13,7 @@ "type": "string", "defaultValue": "Standard_LRS", "allowedValues": [ + "Standard_RAGRS", "Standard_LRS", "Standard_GRS", "Standard_ZRS",