diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/BlobContainersOperations.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/BlobContainersOperations.cs index a95d61c87d2d..8f53ad0dde6e 100644 --- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/BlobContainersOperations.cs +++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/BlobContainersOperations.cs @@ -2578,8 +2578,8 @@ internal BlobContainersOperations(StorageManagementClient client) /// Aborts an unlocked immutability policy. The response of delete has /// immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is /// required for this operation. Deleting a locked immutability policy is not - /// allowed, only way is to delete the container after deleting all blobs - /// inside the container. + /// allowed, the only way is to delete the container after deleting all expired + /// blobs inside the policy locked container. /// /// /// The name of the resource group within the user's subscription. The name is diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/BlobContainersOperationsExtensions.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/BlobContainersOperationsExtensions.cs index 5b05657ebdca..6a43eb00294f 100644 --- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/BlobContainersOperationsExtensions.cs +++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/BlobContainersOperationsExtensions.cs @@ -652,8 +652,8 @@ public static LegalHold ClearLegalHold(this IBlobContainersOperations operations /// Aborts an unlocked immutability policy. The response of delete has /// immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is /// required for this operation. Deleting a locked immutability policy is not - /// allowed, only way is to delete the container after deleting all blobs - /// inside the container. + /// allowed, the only way is to delete the container after deleting all expired + /// blobs inside the policy locked container. /// /// /// The operations group for this extension method. @@ -687,8 +687,8 @@ public static ImmutabilityPolicy DeleteImmutabilityPolicy(this IBlobContainersOp /// Aborts an unlocked immutability policy. The response of delete has /// immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is /// required for this operation. Deleting a locked immutability policy is not - /// allowed, only way is to delete the container after deleting all blobs - /// inside the container. + /// allowed, the only way is to delete the container after deleting all expired + /// blobs inside the policy locked container. /// /// /// The operations group for this extension method. diff --git a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/IBlobContainersOperations.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/IBlobContainersOperations.cs index c17a5034526c..7bcdea4e8e06 100644 --- a/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/IBlobContainersOperations.cs +++ b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/IBlobContainersOperations.cs @@ -394,8 +394,8 @@ public partial interface IBlobContainersOperations /// Aborts an unlocked immutability policy. The response of delete has /// immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is /// required for this operation. Deleting a locked immutability policy - /// is not allowed, only way is to delete the container after deleting - /// all blobs inside the container. + /// is not allowed, the only way is to delete the container after + /// deleting all expired blobs inside the policy locked container. /// /// /// The name of the resource group within the user's subscription. The 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/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/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/SdkInfo_StorageManagementClient.cs b/sdk/storage/Microsoft.Azure.Management.Storage/src/Generated/SdkInfo_StorageManagementClient.cs index 8a1252b5c723..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 = "80784443eefe04bf6f4d253f9f210044e6d432b1"; - 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