From e143800d7147316b2224769961c5917768041108 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 4 Apr 2019 00:07:58 +0000 Subject: [PATCH] Generated from de17577549e5945fcdddc1d7b036c14b48b2ebde Add two new sku names for StorageAccount --- packages/@azure/arm-storage/lib/models/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/@azure/arm-storage/lib/models/index.ts b/packages/@azure/arm-storage/lib/models/index.ts index 20f4f62ab6e7..7213eb3ad8c5 100644 --- a/packages/@azure/arm-storage/lib/models/index.ts +++ b/packages/@azure/arm-storage/lib/models/index.ts @@ -230,7 +230,7 @@ export interface Sku { * creation; optional for update. Note that in older versions, SKU name was * called accountType. Possible values include: 'Standard_LRS', * 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', - * 'Premium_ZRS' + * 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS' */ name: SkuName; /** @@ -2212,11 +2212,11 @@ export type ReasonCode = 'QuotaId' | 'NotAvailableForSubscription'; /** * Defines values for SkuName. * Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', - * 'Premium_LRS', 'Premium_ZRS' + * 'Premium_LRS', 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS' * @readonly * @enum {string} */ -export type SkuName = 'Standard_LRS' | 'Standard_GRS' | 'Standard_RAGRS' | 'Standard_ZRS' | 'Premium_LRS' | 'Premium_ZRS'; +export type SkuName = 'Standard_LRS' | 'Standard_GRS' | 'Standard_RAGRS' | 'Standard_ZRS' | 'Premium_LRS' | 'Premium_ZRS' | 'Standard_GZRS' | 'Standard_RAGZRS'; /** * Defines values for SkuTier.