diff --git a/sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/Models/AddressValidationProperties.cs b/sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/Models/AddressValidationProperties.cs
deleted file mode 100644
index 0e95fb2ff577..000000000000
--- a/sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/Models/AddressValidationProperties.cs
+++ /dev/null
@@ -1,70 +0,0 @@
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License. See License.txt in the project root for
-// license information.
-//
-// Code generated by Microsoft (R) AutoRest Code Generator.
-// Changes may cause incorrect behavior and will be lost if the code is
-// regenerated.
-//
-
-namespace Microsoft.Azure.Management.DataBox.Models
-{
- using Newtonsoft.Json;
- using System.Collections;
- using System.Collections.Generic;
- using System.Linq;
-
- ///
- /// The address validation output.
- ///
- [Newtonsoft.Json.JsonObject("ValidateAddress")]
- public partial class AddressValidationProperties : ValidationInputResponse
- {
- ///
- /// Initializes a new instance of the AddressValidationProperties
- /// class.
- ///
- public AddressValidationProperties()
- {
- CustomInit();
- }
-
- ///
- /// Initializes a new instance of the AddressValidationProperties
- /// class.
- ///
- /// Error code and message of validation
- /// response.
- /// The address validation status.
- /// Possible values include: 'Valid', 'Invalid', 'Ambiguous'
- /// List of alternate
- /// addresses.
- public AddressValidationProperties(Error error = default(Error), AddressValidationStatus? validationStatus = default(AddressValidationStatus?), IList alternateAddresses = default(IList))
- : base(error)
- {
- ValidationStatus = validationStatus;
- AlternateAddresses = alternateAddresses;
- CustomInit();
- }
-
- ///
- /// An initialization method that performs custom operations like setting defaults
- ///
- partial void CustomInit();
-
- ///
- /// Gets the address validation status. Possible values include:
- /// 'Valid', 'Invalid', 'Ambiguous'
- ///
- [JsonProperty(PropertyName = "validationStatus")]
- public AddressValidationStatus? ValidationStatus { get; private set; }
-
- ///
- /// Gets list of alternate addresses.
- ///
- [JsonProperty(PropertyName = "alternateAddresses")]
- public IList AlternateAddresses { get; private set; }
-
- }
-}
diff --git a/sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/SdkInfo_DataBoxManagementClient.cs b/sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/SdkInfo_DataBoxManagementClient.cs
index 23a0777f6355..b09471c6e9bf 100644
--- a/sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/SdkInfo_DataBoxManagementClient.cs
+++ b/sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/SdkInfo_DataBoxManagementClient.cs
@@ -25,16 +25,5 @@ public static IEnumerable> ApiInfo_DataBoxManageme
}.AsEnumerable();
}
}
- // BEGIN: Code Generation Metadata Section
- public static readonly String AutoRestVersion = "latest";
- 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/databox/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --tag=package-2019-09 --csharp-sdks-folder=D:\\god\\azure_sdk_net\\azure-sdk-for-net\\sdk";
- public static readonly String GithubForkName = "Azure";
- public static readonly String GithubBranchName = "master";
- public static readonly String GithubCommidId = "59998f796f05580bc1d43ba39f0170204113fa91";
- public static readonly String CodeGenerationErrors = "";
- public static readonly String GithubRepoName = "azure-rest-api-specs";
- // END: Code Generation Metadata Section
}
}
-