Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/@azure/arm-storage/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down Expand Up @@ -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.
Expand Down