Skip to content

Commit

Permalink
.NET SDK Resource Provider:'Storage'
Browse files Browse the repository at this point in the history
REST Spec PR 'Azure/azure-rest-api-specs#5522'
REST Spec PR Author 'huizlAzure'
REST Spec PR Last commit
  • Loading branch information
adxsdknet committed Apr 3, 2019
1 parent daec268 commit 14f4de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/SDKs/Storage/Management.Storage/Generated/Models/Sku.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ public 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', 'Standard_GZRS',
/// 'Standard_RAGZRS'</param>
/// 'Premium_LRS', 'Premium_ZRS'</param>
/// <param name="tier">Gets the SKU tier. This is based on the SKU
/// name. Possible values include: 'Standard', 'Premium'</param>
/// <param name="resourceType">The type of the resource, usually it is
Expand Down Expand Up @@ -75,7 +74,7 @@ public Sku(string name, SkuTier? tier = default(SkuTier?), string resourceType =
/// 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', 'Standard_GZRS', 'Standard_RAGZRS'
/// 'Premium_ZRS'
/// </summary>
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ public static class SkuName
public const string StandardZRS = "Standard_ZRS";
public const string PremiumLRS = "Premium_LRS";
public const string PremiumZRS = "Premium_ZRS";
public const string StandardGZRS = "Standard_GZRS";
public const string StandardRAGZRS = "Standard_RAGZRS";
}
}

0 comments on commit 14f4de3

Please sign in to comment.