diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/ISKUsOperations.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/ISkusOperations.cs
similarity index 100%
rename from sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/ISKUsOperations.cs
rename to sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/ISkusOperations.cs
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/AzureEntityResource.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/AzureEntityResource.cs
index 666b56018cbe..d5ba9cbb087c 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/AzureEntityResource.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/AzureEntityResource.cs
@@ -14,9 +14,12 @@ namespace Microsoft.Azure.Management.Storage.Models
using System.Linq;
///
- /// The resource model definition for a Azure Resource Manager resource
- /// with an etag.
+ /// Entity Resource
///
+ ///
+ /// The resource model definition for an Azure Resource Manager resource
+ /// with an etag.
+ ///
public partial class AzureEntityResource : Resource
{
///
@@ -30,12 +33,12 @@ public AzureEntityResource()
///
/// Initializes a new instance of the AzureEntityResource class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Resource Etag.
public AzureEntityResource(string id = default(string), string name = default(string), string type = default(string), string etag = default(string))
: base(id, name, type)
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/BlobContainer.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/BlobContainer.cs
index d7ac750f08e0..f805d0b1bb5f 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/BlobContainer.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/BlobContainer.cs
@@ -35,12 +35,12 @@ public BlobContainer()
///
/// Initializes a new instance of the BlobContainer class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Resource Etag.
/// The version of the deleted blob
/// container.
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/BlobServiceProperties.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/BlobServiceProperties.cs
index 7fe604f54556..660a9cb0f0c5 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/BlobServiceProperties.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/BlobServiceProperties.cs
@@ -32,12 +32,12 @@ public BlobServiceProperties()
///
/// Initializes a new instance of the BlobServiceProperties class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Specifies CORS rules for the Blob service. You
/// can include up to five CorsRule elements in the request. If no
/// CorsRule elements are included in the request body, all CORS rules
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/EncryptionScope.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/EncryptionScope.cs
index f47df7605f4c..156c63968009 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/EncryptionScope.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/EncryptionScope.cs
@@ -32,12 +32,12 @@ public EncryptionScope()
///
/// Initializes a new instance of the EncryptionScope class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// The provider for the encryption scope.
/// Possible values (case-insensitive): Microsoft.Storage,
/// Microsoft.KeyVault. Possible values include: 'Microsoft.Storage',
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/FileServiceProperties.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/FileServiceProperties.cs
index f6f377852c38..0a826e11050b 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/FileServiceProperties.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/FileServiceProperties.cs
@@ -32,12 +32,12 @@ public FileServiceProperties()
///
/// Initializes a new instance of the FileServiceProperties class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Specifies CORS rules for the File service. You
/// can include up to five CorsRule elements in the request. If no
/// CorsRule elements are included in the request body, all CORS rules
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/FileShare.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/FileShare.cs
index 013c0634f6ce..a6bc9685641b 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/FileShare.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/FileShare.cs
@@ -35,12 +35,12 @@ public FileShare()
///
/// Initializes a new instance of the FileShare class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Resource Etag.
/// Returns the date and time the share
/// was last modified.
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/FileShareItem.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/FileShareItem.cs
index 0a83801c3422..eb0cd4a987c5 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/FileShareItem.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/FileShareItem.cs
@@ -34,12 +34,12 @@ public FileShareItem()
///
/// Initializes a new instance of the FileShareItem class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Resource Etag.
/// Returns the date and time the share
/// was last modified.
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/IpRule.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/IPRule.cs
similarity index 100%
rename from sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/IpRule.cs
rename to sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/IPRule.cs
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ImmutabilityPolicy.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ImmutabilityPolicy.cs
index 9bdac4884b63..8c6607b0dadd 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ImmutabilityPolicy.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ImmutabilityPolicy.cs
@@ -33,12 +33,12 @@ public ImmutabilityPolicy()
///
/// Initializes a new instance of the ImmutabilityPolicy class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Resource Etag.
/// The
/// immutability period for the blobs in the container since the policy
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ListContainerItem.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ListContainerItem.cs
index 60adffe0a221..59f2260eb466 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ListContainerItem.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ListContainerItem.cs
@@ -34,12 +34,12 @@ public ListContainerItem()
///
/// Initializes a new instance of the ListContainerItem class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Resource Etag.
/// The version of the deleted blob
/// container.
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ListQueue.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ListQueue.cs
index 30d0eba707e4..070cdbcf2b9b 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ListQueue.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ListQueue.cs
@@ -31,12 +31,12 @@ public ListQueue()
///
/// Initializes a new instance of the ListQueue class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// A name-value pair that represents queue
/// metadata.
public ListQueue(string id = default(string), string name = default(string), string type = default(string), IDictionary metadata = default(IDictionary))
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ManagementPolicy.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ManagementPolicy.cs
index 256824a00f5e..53ef0402ece7 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ManagementPolicy.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ManagementPolicy.cs
@@ -35,12 +35,12 @@ public ManagementPolicy()
/// The Storage Account ManagementPolicy, in JSON
/// format. See more details in:
/// https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Returns the date and time the
/// ManagementPolicies was last modified.
public ManagementPolicy(ManagementPolicySchema policy, string id = default(string), string name = default(string), string type = default(string), System.DateTime? lastModifiedTime = default(System.DateTime?))
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ObjectReplicationPolicy.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ObjectReplicationPolicy.cs
index 6e0226251dc3..b654ac86f595 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ObjectReplicationPolicy.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ObjectReplicationPolicy.cs
@@ -38,12 +38,12 @@ public ObjectReplicationPolicy()
/// Required. Source account name.
/// Required. Destination account
/// name.
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// A unique id for object replication
/// policy.
/// Indicates when the policy is enabled on
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/PrivateEndpointConnection.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/PrivateEndpointConnection.cs
index 5497a5e9d7f0..a2bb4ab24d6e 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/PrivateEndpointConnection.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/PrivateEndpointConnection.cs
@@ -35,12 +35,12 @@ public PrivateEndpointConnection()
/// A collection of
/// information about the state of the connection between service
/// consumer and provider.
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// The resource of private end
/// point.
/// The provisioning state of the
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/PrivateLinkResource.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/PrivateLinkResource.cs
index f1e5bd84c296..26e6b52d1d24 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/PrivateLinkResource.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/PrivateLinkResource.cs
@@ -34,12 +34,12 @@ public PrivateLinkResource()
///
/// Initializes a new instance of the PrivateLinkResource class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// The private link resource group id.
/// The private link resource required
/// member names.
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ProxyResource.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ProxyResource.cs
index 64809d4fa545..95f705e6134e 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ProxyResource.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/ProxyResource.cs
@@ -13,9 +13,12 @@ namespace Microsoft.Azure.Management.Storage.Models
using System.Linq;
///
- /// The resource model definition for a ARM proxy resource. It will have
- /// everything other than required location and tags
+ /// Proxy Resource
///
+ ///
+ /// The resource model definition for a Azure Resource Manager proxy
+ /// resource. It will not have tags and a location
+ ///
public partial class ProxyResource : Resource
{
///
@@ -29,12 +32,12 @@ public ProxyResource()
///
/// Initializes a new instance of the ProxyResource class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
public ProxyResource(string id = default(string), string name = default(string), string type = default(string))
: base(id, name, type)
{
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/QueueServiceProperties.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/QueueServiceProperties.cs
index ec8321e94a56..0f0bce6fbb96 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/QueueServiceProperties.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/QueueServiceProperties.cs
@@ -32,12 +32,12 @@ public QueueServiceProperties()
///
/// Initializes a new instance of the QueueServiceProperties class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Specifies CORS rules for the Queue service. You
/// can include up to five CorsRule elements in the request. If no
/// CorsRule elements are included in the request body, all CORS rules
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/Resource.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/Resource.cs
index 7d1a82b6b5b9..bdfd49b632e2 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/Resource.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/Resource.cs
@@ -15,6 +15,13 @@ namespace Microsoft.Azure.Management.Storage.Models
using Newtonsoft.Json;
using System.Linq;
+ ///
+ /// Resource
+ ///
+ ///
+ /// Common fields that are returned in the response for all Azure Resource
+ /// Manager resources
+ ///
public partial class Resource : IResource
{
///
@@ -28,12 +35,12 @@ public Resource()
///
/// Initializes a new instance of the Resource class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
public Resource(string id = default(string), string name = default(string), string type = default(string))
{
Id = id;
@@ -48,7 +55,7 @@ public Resource()
partial void CustomInit();
///
- /// Gets fully qualified resource Id for the resource. Ex -
+ /// Gets fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
///
[JsonProperty(PropertyName = "id")]
@@ -61,9 +68,9 @@ public Resource()
public string Name { get; private set; }
///
- /// Gets the type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// Gets the type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
///
[JsonProperty(PropertyName = "type")]
public string Type { get; private set; }
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/signedResource.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/SignedResource.cs
similarity index 100%
rename from sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/signedResource.cs
rename to sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/SignedResource.cs
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/StorageAccount.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/StorageAccount.cs
index 03c10fb81fc2..7afd5a2444a7 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/StorageAccount.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/StorageAccount.cs
@@ -36,12 +36,12 @@ public StorageAccount()
///
/// The geo-location where the resource
/// lives
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Resource tags.
/// Gets the SKU.
/// Gets the Kind. Possible values include:
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/StorageQueue.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/StorageQueue.cs
index ec4cbe25eff5..2159d7dd22db 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/StorageQueue.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/StorageQueue.cs
@@ -31,12 +31,12 @@ public StorageQueue()
///
/// Initializes a new instance of the StorageQueue class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// A name-value pair that represents queue
/// metadata.
/// Integer indicating an
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/Table.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/Table.cs
index b9cd998f01d9..b6f3cecde32b 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/Table.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/Table.cs
@@ -32,12 +32,12 @@ public Table()
///
/// Initializes a new instance of the Table class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Table name under the specified
/// account
public Table(string id = default(string), string name = default(string), string type = default(string), string tableName = default(string))
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/TableServiceProperties.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/TableServiceProperties.cs
index 4cd9d924033d..18991f676c20 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/TableServiceProperties.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/TableServiceProperties.cs
@@ -32,12 +32,12 @@ public TableServiceProperties()
///
/// Initializes a new instance of the TableServiceProperties class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Specifies CORS rules for the Table service. You
/// can include up to five CorsRule elements in the request. If no
/// CorsRule elements are included in the request body, all CORS rules
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/TrackedResource.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/TrackedResource.cs
index 7fb1aa357b51..63466d2a6c0c 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/TrackedResource.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/Models/TrackedResource.cs
@@ -17,8 +17,12 @@ namespace Microsoft.Azure.Management.Storage.Models
using System.Linq;
///
- /// The resource model definition for a ARM tracked top level resource
+ /// Tracked Resource
///
+ ///
+ /// The resource model definition for an Azure Resource Manager tracked top
+ /// level resource which has 'tags' and a 'location'
+ ///
public partial class TrackedResource : Resource
{
///
@@ -34,12 +38,12 @@ public TrackedResource()
///
/// The geo-location where the resource
/// lives
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Resource tags.
public TrackedResource(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary))
: base(id, name, type)
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/SdkInfo_StorageManagementClient.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/SdkInfo_StorageManagementClient.cs
index dac99c65531a..37b048624d8c 100644
--- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/SdkInfo_StorageManagementClient.cs
+++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/SdkInfo_StorageManagementClient.cs
@@ -39,16 +39,5 @@ public static IEnumerable> ApiInfo_StorageManageme
}.AsEnumerable();
}
}
- // BEGIN: Code Generation Metadata Section
- public static readonly String AutoRestVersion = "v2";
- public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4283";
- public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/storage/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp.output-folder=C:\\code\\srpsdk\\sdk\\storage\\Microsoft.Azure.Management.Storage\\src\\Generated";
- public static readonly String GithubForkName = "Azure";
- public static readonly String GithubBranchName = "master";
- public static readonly String GithubCommidId = "81ee445f0291ea1b284509dd42b3d37aea3799d7";
- public static readonly String CodeGenerationErrors = "";
- public static readonly String GithubRepoName = "azure-rest-api-specs";
- // END: Code Generation Metadata Section
}
}
-
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/SKUsOperations.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/SkusOperations.cs
similarity index 100%
rename from sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/SKUsOperations.cs
rename to sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/SkusOperations.cs
diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/SKUsOperationsExtensions.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/SkusOperationsExtensions.cs
similarity index 100%
rename from sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/SKUsOperationsExtensions.cs
rename to sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/SkusOperationsExtensions.cs